Libraries needed, please help!!!
Fredrik Lundh
fredrik at pythonware.com
Fri Jul 30 10:35:48 EDT 1999
More information about the Python-list mailing list
Fri Jul 30 10:35:48 EDT 1999
- Previous message (by thread): Libraries needed, please help!!!
- Next message (by thread): ANN: Gadfly bugfix test release
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sven Drescher <Sven.Drescher at dlr.de> wrote: > I wanted to embed Python into C. I looked for the libraries to link them to > my program. But I haven't the libraries. I looked for it in the Internet and > everywhere, but never found. > > Please give me a hint, where I can download the files: > libModules.a > libPython.a > libObject.a > libParser.a > > Thank you very much!!! assuming you're on unix, 1) get sources from www.python.org 2) unpack 3) type "./configure" 4) type "make" ta da! </F>
- Previous message (by thread): Libraries needed, please help!!!
- Next message (by thread): ANN: Gadfly bugfix test release
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list