> Ben Abbott <[email protected]> writes: > > > /sw/lib/gcc4.4/lib/gcc/i686-apple-darwin10/4.4.2/include/xmmintrin.h:32:3: > > error: #error "SSE instruction set not enabled" > > Have you tried building with -msse? >
I added the -msse option and built successfully with gcc 4.2.1. Building Octave with gcc 4.4 with and without the -msse option, and linking to FLTK, each resulted in a bus-error. I also tried to build FLTK with gcc 4.4 and the -msee option, that the build still failed (same error as before). _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

