Libraries needed, please help!!!

Sven Drescher Sven.Drescher at dlr.de
Tue Aug 3 11:12:25 EDT 1999


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

Thanks!
Many errors are removed.

But there are two undefined symbols yet:
 - importdl.o
 - regexpr.o

Could you help me more, please???

Thanks a lot!
Sven







More information about the Python-list mailing list