[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNUstep make question
From: |
Andreas Höschler |
Subject: |
GNUstep make question |
Date: |
Mon, 20 Dec 2010 16:43:22 +0100 |
Hi all,
I am using the most recent gnustep make to build a bundle on MacOSX 10.6. It
seems that 64 bit binaries are the default on 10.6 now. The 64bit success, but
the resulting app crashes due to a bug in some third party software. I
therefore try to convince gnustep make to make be a 32bit binary. How can I do
that??
I tried
ADDITIONAL_CCFLAGS += -arch i386
and also
ADDITIONAL_CCFLAGS += -m32
but nevertheless get
-MMD -MP -DNeXT_Foundation_LIBRARY=1 -DNeXT_GUI_LIBRARY=1
-DNeXT_RUNTIME=1 -dynamic -fno-common -Wall -DGSWARN -DGSDIAGNOSE -Wno-import
-g -O2 -fno-strict-aliasing -fnext-runtime -Wno-parentheses -Wno-import -I.
-I/usr/local/include/ -F/Library/Frameworks/ \
...
/usr/bin/install -c -p -m 644 ./$file \
/usr/local/include/SOFrontBaseBundle/$file; \
and I guess the - m644 means that I still get a 64bit build!?
Thanks a lot,
Andreas
- GNUstep make question,
Andreas Höschler <=