[PD-dev] [ pure-data-Patches-1933800 ] fix --disable_fat on OSX/Intel (0.41-4)

SourceForge.net noreply at sourceforge.net
Sun Jul 25 19:36:31 CEST 2010


Patches item #1933800, was opened at 2008-04-03 17:29
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1933800&group_id=55736

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: Closed
>Resolution: Out of Date
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.




----------------------------------------------------------------------

>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-07-25 13:36

Message:
The new autotools build system includes --enable-universal, so I think this
patch is out of date and I'm closing it.

----------------------------------------------------------------------

Comment By: Miller Puckette (millerpuckette)
Date: 2010-07-25 00:03

Message:
I'm not sure this is still needed (GCC still not supporting FAT?  I doubt
it :)

----------------------------------------------------------------------

Comment By: Thomas Grill (xovo)
Date: 2008-04-03 18:49

Message:
Logged In: YES 
user_id=350252
Originator: YES

a small additional note:
this is still a workaround somehow: non-fat building depends on -DMACOSX3
which is really ugly

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1933800&group_id=55736



More information about the Pd-dev mailing list