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 ebehar
Recipients benjamin.peterson, brett.cannon, brodie, ebehar, erickt, mark.dickinson, ronaldoussoren, rpetrov, tarek
Date 2009-06-03.22:37:10
SpamBayes Score 1.451554e-07
Marked as misclassified No
Message-id <1244068631.8.0.0159586420721.issue6154@psf.upfronthosting.co.za>
In-reply-to
Content
Curiously, if I define --with-pydebug I get

ld: Undefined symbols:
___eprintf

If I don't define --with-pydebug but I do use --enable-universalsdk I
get a whole different problem:

gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall
-Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE  -c
./Modules/_localemodule.c -o Modules/_localemodule.o
./Modules/_localemodule.c:28:21: error: libintl.h: No such file or directory

This leads to whole bunch of other crap.

libintl.h is used in other forms of the build, so I'm not sure why this
is cropping up.

I also have no idea what ___eprintf is.
History
Date User Action Args
2009-06-03 22:37:11ebeharsetrecipients: + ebehar, brett.cannon, ronaldoussoren, mark.dickinson, benjamin.peterson, erickt, tarek, brodie, rpetrov
2009-06-03 22:37:11ebeharsetmessageid: <1244068631.8.0.0159586420721.issue6154@psf.upfronthosting.co.za>
2009-06-03 22:37:10ebeharlinkissue6154 messages
2009-06-03 22:37:10ebeharcreate