[PD] how to compile fat externals for apple silicon? (was: Please test my fat binaries)

IOhannes m zmölnig zmoelnig at iem.at
Sun Apr 17 06:49:09 CEST 2022


Am 17. April 2022 04:26:56 MESZ schrieb Alexandre Torres Porres <porres at gmail.com>:
>*make install objectsdir=../ arch="arm64 x86_64"  extension=d_fat*
>
>and it worked, it did build, but I got stuff like
>
>++++ info: linking objects in timed.gate~.d_fat for lib else
>cc -undefined suppress -flat_namespace -bundle  -arch arm64 -arch x86_64
>-mmacosx-version-min=10.6  -o timed.gate~.d_fat
>Classes/Source/timed.gate~.o  -lc
>*ld: warning: ignoring file Classes/Source/timed.gate~.o, building for
>macOS-arm64 but attempting to link with file built for unknown-x86_64*
>++++ info: linking objects in trig.delay2~.d_fat for lib else
>

Run 'make clean' first.
Most likely you have leftover .o files (containing the wrong architectures) from previous builds.



mfg.sfg.jfd
IOhannes




More information about the Pd-list mailing list