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 paulg_ca
Recipients paulg_ca
Date 2011-04-25.20:07:12
SpamBayes Score 0.0009828851
Marked as misclassified No
Message-id <1303762034.43.0.96724336471.issue11923@psf.upfronthosting.co.za>
In-reply-to
Content
In compiling Python 2.7.1 on RHEL I run into the following error message when running make.

gcc: unrecognized option '-n32'
gcc -pthread -n32  -Xlinker -export-dynamic -o python \
			Modules/python.o \
			-L. -lpython2.7 -lpthread -ldl  -lutil   -lm  
gcc: unrecognized option '-n32'
running build
running build_ext


Configured with:

./configure --prefix=/cs/local --enable-shared --libdir=/cs/local/lib64 --with-gcc=yes

GCC:

 # gcc --version
gcc (GCC) 4.4.4 20100726 (Red Hat 4.4.4-13)
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I checked the bug tracker, but I only thing I see related deals with IRIX.
History
Date User Action Args
2011-04-25 20:07:14paulg_casetrecipients: + paulg_ca
2011-04-25 20:07:14paulg_casetmessageid: <1303762034.43.0.96724336471.issue11923@psf.upfronthosting.co.za>
2011-04-25 20:07:13paulg_calinkissue11923 messages
2011-04-25 20:07:12paulg_cacreate