Re: Need help with loading .SO file



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?

.