Re: Need help with loading .SO file
- From: Michael Schlenker <schlenk@xxxxxxxxxxxxxxxx>
- Date: Wed, 30 Aug 2006 15:23:28 +0200
ShurikAg@xxxxxxxxx wrote:
I did:
Try:
gcc -fPIC -DUSE_TCL_STUBS=1 -c Proc.cpp
gcc -shared -L /nfs/iil/itools/sun4m_solaris_2.6/pkgs/tcl-tk/8.3.2/lib/
-ltclstub8.3 -o Proc.so Proc.o
same thing... :(
No idea where this symbol comes from, sounds like gcc...what do you mean?
google for the missing symbol, it indicates you should use g++ for
compiling and linking instead of gcc, C++ vs. C trouble.
Michael
.
- Follow-Ups:
- Re: Need help with loading .SO file
- From: ShurikAg
- Re: Need help with loading .SO file
- References:
- Need help with loading .SO file
- From: ShurikAg
- Re: Need help with loading .SO file
- From: Tobias Hippler
- Re: Need help with loading .SO file
- From: ShurikAg
- Re: Need help with loading .SO file
- From: Michael Schlenker
- Re: Need help with loading .SO file
- From: ShurikAg
- Re: Need help with loading .SO file
- From: ShurikAg
- Re: Need help with loading .SO file
- From: ShurikAg
- Re: Need help with loading .SO file
- From: Michael Schlenker
- Re: Need help with loading .SO file
- From: ShurikAg
- Need help with loading .SO file
- Prev by Date: Re: Need help with loading .SO file
- Next by Date: Re: Can't read windows xp serial port
- Previous by thread: Re: Need help with loading .SO file
- Next by thread: Re: Need help with loading .SO file
- Index(es):
Relevant Pages
|