Re: Linux Python Module using PythonC/ API

2005-05-24 Thread John Machin
David Legault wrote: > Hi Jeff thanx for the reply > > I'm a complete noob when it comes to Linux and trying to learn how to manage > the compilation process of the same objects that work on windows. > > The complete linking line is this. > > -- > > all: main > > main: utm.o ut

Re: Linux Python Module using PythonC/ API

2005-05-24 Thread David Legault
Hi Jeff thanx for the reply I'm a complete noob when it comes to Linux and trying to learn how to manage the compilation process of the same objects that work on windows. The complete linking line is this. -- all: main main: utm.o utmmodule.o $(CC) $(CFLAGS) -shared -fPIC -