I am referring to the following source: http://clpbar.sourceforge.net
Build process is the standard: ./configure
followed by make
If I build on 10.5 I get a binary whose file
contains: Mach-O executable i386
If I build on 10.6 I get a binary whose file
contains: Mach-O 64-bit executable x86_64
How can I build from the command line on 10.6 and produce an executable of the type Mach-O executable i386
, or even better a Universal binary containing executables of both types.
Please test any suggested solutions.
Thanks,
matt