Re: command line libs

Guido.van.Rossum@cwi.nl
Sat, 12 Feb 1994 21:46:46 +0100

> Does anyone know the correct ordering for the python libs?

Quoting from Modules/Makefile:

| LIB= libModules.a
|
| MYLIBS= $(LIB) \
| ../Python/libPython.a \
| ../Objects/libObjects.a \
| ../Parser/libParser.a

This should help...

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
URL: <http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>