Libraries needed, please help!!!

Fred L. Drake fdrake at cnri.reston.va.us
Tue Aug 3 10:52:26 EDT 1999


Sven Drescher writes:
 > > Order matters? Try:
 > >
 > > CC -I/path/to/include/ -L/path/to/lib/ -o gui gui.cxx -lpython1.5
 > >
 > > Good luck
 > >
 > > Berthold
 > > --
 > > email: hoel at GermanLloyd.org
 > >    )
 > >   (
 > > C[_]  These opinions might be mine, but never those of my employer.
 > 
 > I tried, but there are more undefined symbols yet. All symbols are first
 > referenced in libpython1.5.a(socketmodule.o)!

  Are the missing symbols socket-related (gethostbyname, etc.)?  If
you're doing all this on Solaris, you need to link with "-lsocket
-lnsl" to get all the symbols.


  -Fred

--
Fred L. Drake, Jr.	     <fdrake at acm.org>
Corporation for National Research Initiatives




More information about the Python-list mailing list