Advertisement

compiling python2.2 and c++ in linux

Started by July 17, 2003 09:39 AM
-1 comments, last by athos_musketeer 21 years, 4 months ago
hi guys. i have another question concerning Python. i''m compiling a c program embebing python 2.1 like this gcc test.c /usr/local/Python2.1/libpython2.1.a -I /usr/include/python2.1 -export-dynamic -lnsl -ldl -lreadline -ltermcap -lieee -lpthread - lutil -lm and that''s ok. but when i try to compile it with the llibpython2.2 some undefined references pops up. what so files i am missing??

This topic is closed to new replies.

Advertisement