File configure.in had, for Darwin systems:
        # Starting with 10.6 (Snow Leopard), OS X does not support
        # Carbon calls anymore. We patch this until we are completely
        # Cocoa compliant
        # by limiting ourselves to 32 bit Intel compiles
This is not exact because FLTK 1.3 compiles well in 64 bits,
and because 10.6 does accept some of Carbon (especially what is not
yet in Cocoa).
In r. 7870, I have removed this patch. Now, configure + make
uses the OS default architecture (i386 under 10.5,
x86_64 under 10.6) and allows to specify another architecture with
./configure --with-archflags="-arch xxx"

Alternatively, one can also use:
./configure CC="gcc -arch xxx" CXX="g++ -arch xxx"

Matt: are you OK with that ?
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to