> Marius Schamschula wrote:
> > Any ideas?
>
>       Did you try the following, before doing the 'make clean; make'?
>
>
> ../configure \
>   CC=/Developer/usr/bin/gcc-4.0 \
>   CXX=/Developer/usr/bin/g++-4.0 \
>   CFLAGS="-arch i386 -arch ppc -mmacosx-version-min=10.4 -O3" \
>   CXXFLAGS="-arch i386 -arch ppc -mmacosx-version-min=10.4 -O3" \
>   LDFLAGS="-arch i386 -arch ppc -mmacosx-version-min=10.4" \
>   --enable-threads --enable-localjpeg --enable-localzlib \
>   --enable-localpng --enable-quartz
>
>
>         ..that from the thread on fltk.development, Subject: OSX 10.6 Snow 
> Leopard
>       which you might want to check out for other details.
>
>       Start with Jane's post on 09/02/09 06:59, and work towards
>       the present.


Thanks,

Downgrading from gcc/g++ 4.2 to to gcc/g++ 4.0 did the trick.

On Snow Leopard you don't need to build the -arch ppc, since the OS no longer 
supports those machines.

Marius
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to