This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dr2048
Recipients
Date 2003-06-14.12:25:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=795169

That gets past the first problem. Now during the initial
compile, I get:

c++   -o python \
                Modules/python.o \
               
-Wl,-rpath,/home/faculty/dreed/pub/Python-2.3/lib -L.
-lpython2.3 -lsocket -lnsl -lrt -ldl  -lpthread   -lm  
ld: fatal: option -dn and -P are incompatible
ld: fatal: Flags processing errors
collect2: ld returned 1 exit status
make: *** [python] Error 1


I can't find those flags in the Makefile to try removing one
of them.
History
Date User Action Args
2007-08-23 14:13:45adminlinkissue749911 messages
2007-08-23 14:13:45admincreate