This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with shared librairies and linking


>>> "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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]