compiling python2.2 and c++ in linux
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
Popular Topics
Advertisement