automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with shared librairies and linking


From: Dale E Martin
Subject: Re: Problem with shared librairies and linking
Date: Fri, 9 May 2003 13:22:55 -0400
User-agent: Mutt/1.5.4i

> address@hidden mlb]$ cd ~/rtpi
> address@hidden rtpi]$ cat Makefile.am | grep LIBADD
> librtpi_la_LIBADD = -ltcl8.4
> address@hidden rtpi]$ ldd /usr/lib/librtpi.so
>         libtcl8.4.so => /usr/lib/libtcl8.4.so (0x40067000)
>         libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40100000)
> [...]
> address@hidden rtpi]$ objdump -t /usr/lib/libtcl8.4.so | grep 
> Tcl_CreateTimerHandler
> 0006fabe g     F .text  000000f2              Tcl_CreateTimerHandler
> 
> 
> Any idea ?

You've upgraded your compiler but not recompiled all of the libraries on
the machine?  (Specifically libtcl8.4.so?)  If libtcl was compiled with g++
< 3.0 you would see this.

Later,
        Dale
-- 
Dale E. Martin, Clifton Labs, Inc.
Senior Computer Engineer
address@hidden
http://www.cliftonlabs.com
pgp key available




reply via email to

[Prev in Thread] Current Thread [Next in Thread]