Patches item #1933800, was opened at 2008-04-03 21:29 Message generated for change (Settings changed) made by xovo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1933800...
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-dev Group: feature Status: Open Resolution: None Priority: 5 Private: No Submitted By: Thomas Grill (xovo)
Assigned to: Miller Puckette (millerpuckette)
Summary: fix --disable_fat on OSX/Intel (0.41-4)
Initial Comment: It's currently very misleading to use the configure flag --disable-fat on OSX/Intel, because configure.in defines PA_BIG_ENDIAN and the default extension for externals in d_ppc. It is sometimes necessary to build non-fat binaries because not all compilers (especially the experimental gcc-4.3.0) support multiple architectures.
The patches introduce a .d_i386 extension and add necessary stuff to the makefiles.
The patch must be applied from the pd root (not src), since it includes src/configure.in, src/s_loader.c, extra/makefile and extra/expr~/makefile
The patch also fixes minor issues apart from i386 ... the bundled externals are now really called *.d_ppc or *.d_i386, and not *.pd_darwin.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1933800...