Patches item #1836221, was opened at 2007-11-21 23:15 Message generated for change (Comment added) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1836221...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: bugfix
Status: Closed Resolution: Duplicate
Priority: 5 Private: No Submitted By: Russell Bryant (russellbryant)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: [patch] fix CFLAGS and LDFLAGS for Darwin
Initial Comment: When I went to compile pd on my powerbook, I noticed that "-arch i386 -arch ppc" were both being added to the CFLAGS and LDFLAGS. I noticed when I got a bunch of linker errors.
I patched configure.in to check to see if the target architecture is powerpc or not, and to set arch in the CFLAGS and LDFLAGS accordingly.
I'm not sure if this was done this way in regards to making universal binaries, but I just know that it didn't work for me, and this fixed it. :)
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-11-23 14:27
Message: Logged In: YES user_id=27104 Originator: NO
Thanks for the submission :)
Those flags are for building fat binaries. There is a patch (#1821459) to create a ./configure flag --disable-fat to build for only for the current architecture.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1836221...