embebing python
hi there.
i want to compile a simple c program that embebs python and when i try to compile i have undefined references. i''m trying with python 2.2.
what so files i have to include ? thanks a lot
July 18, 2003 12:39 PM
undefined references mean you have to link the library, not include files.
read a tutorial on the subject and pay attention to their compiler flags such as -lpython2.2 or something...
read a tutorial on the subject and pay attention to their compiler flags such as -lpython2.2 or something...
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement