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
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
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