Re: make: circular dependency for Modules/signalmodule.o

2005-10-20 Thread James Buchanan
Neal Norwitz wrote: > I've never heard of this problem. The Makefile is generated by > configure so this is possibly a configure issue. In my (generated) > Makefile, signalmodule.o is listed in MODOBJS, but not in SIGNAL_OBJS. > Maybe your signalmodule.o is listed in both? > > Search through t

Re: make: circular dependency for Modules/signalmodule.o

2005-10-18 Thread Neal Norwitz
James Buchanan wrote: > Hi group, > > I'm preparing Python 2.4.2 for the upcoming Minix 3.x release, and I > have problems with make. configure runs fine and creates the makefile, > but right at the end ends with an error about a circular dependency in > Modules/signalmodule.o. I've never heard o

make: circular dependency for Modules/signalmodule.o

2005-10-18 Thread James Buchanan
Hi group, I'm preparing Python 2.4.2 for the upcoming Minix 3.x release, and I have problems with make. configure runs fine and creates the makefile, but right at the end ends with an error about a circular dependency in Modules/signalmodule.o. I'm new to makefiles and makefile rules, so I can u