This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Problem with shared librairies and linking
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- To: Antoine Duval <aduval at altern dot org>
- Cc: automake at gnu dot org
- Date: Sun, 11 May 2003 22:56:24 +0200
- Subject: Re: Problem with shared librairies and linking
- References: <200305091850.30878.aduval@altern.org>
>>> "Antoine" == Antoine Duval <aduval@altern.org> writes:
[...]
Antoine> /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/../../../librtpi.so: undefined
Antoine> reference to `TclTimerManager::Tcl_CreateTimerHandler(int, void (*)(void*),
Antoine> void*)'
[...]
Antoine> [antoine@irsilr14 rtpi]$ objdump -t /usr/lib/libtcl8.4.so | grep
Antoine> Tcl_CreateTimerHandler
Antoine> 0006fabe g F .text 000000f2 Tcl_CreateTimerHandler
Is this really the symbol you want? This one looks like a C function,
not a C++ method.
--
Alexandre Duret-Lutz