Advertisement

embebing python

Started by July 18, 2003 12:09 PM
0 comments, last by athos_musketeer 21 years, 2 months ago
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
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...

This topic is closed to new replies.

Advertisement