Cannot find libModules.a lib*.a, etc...

Fredrik Lundh fredrik at effbot.org
Tue Jan 30 16:08:41 EST 2001


jvanar1 at my-deja.com wrote:
> I have a serious dilemma.  I am trying to embed python into C and I'm
> having the most difficult time locating libModules.a libParser.a and
> libObjects.a.  From what I read they were supposd to have been created
> in their respective folders (i.e. Python/Modules/libModules.a) but are
> not. I tried re-building and installing the newest version (2.0)
> several times.

looks like you've been using old embedding docs; the library
name was changed in 1.5 (released in january 1998).

$ cd Python-2.0
$ ls -l *.a
-rw-r--r--    1 eff     bot       3473280 Jan 12 09:39 libpython2.0.a

Cheers /F





More information about the Python-list mailing list