I do not have this problem on FreeBSD 6.3-STABLE, but on my FreeBSD
7.0-STABLE I get this problem after running an identical ./configure:
[09:11] [EMAIL PROTECTED] (0) {0} % make
"Makefile", line 1192: warning: duplicate script for target "Modules/" ignored
"Makefile", line 1194: warning: duplicate script for target "Modules/" ignored
"Makefile", line 1196: warning: duplicate script for target "Modules/" ignored
"Makefile", line 1198: warning: duplicate script for target "Modules/" ignored
"Makefile", line 1200: warning: duplicate script for target "Modules/" ignored
"Makefile", line 1202: warning: duplicate script for target "Modules/" ignored
"Makefile", line 1204: warning: duplicate script for target "Modules/" ignored
"Makefile", line 1206: warning: duplicate script for target "Modules/" ignored
"Makefile", line 1208: warning: duplicate script for target "Modules/" ignored
Graph cycles through thread
make: don't know how to make threadmodule.c. Stop
line 1192 is:
Modules/ thread threadmodule.o: $(srcdir)/Modules/ thread threadmodule.c; $(CC)
$(PY_CFLAGS) -c $(srcdir)/Modules/ thread threadmodule.c -o Modules/ thread
threadmodule.o
On my 6.3 box it became:
Modules/threadmodule.o: $(srcdir)/Modules/threadmodule.c; $(CC) $(PY_CFLAGS)
-c $(srcdir)/Modules/threadmodule.c -o Modules/threadmodule.o
As you can see, some spurious 'thread' mentions got inserted.
Apparently this section is made by makedepend.
Has anyone else encountered this?
--
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
No man is good enough to govern another man without the other's consent...
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com