Audrey Thysell <[EMAIL PROTECTED]> writes: > ./configure --enable-32bits > which does not seem to fix the problem, although I do not get any errors...
By default, configure scripts silently ignore unrecognized --enable-xxx, --disable-xxx, --with-xxx, and --without-xxx options. You should have better luck running ./configure CC="gcc -m32" CXX="g++ -m32" though I would advise additionally specifying an alternative prefix to avoid clobbering your 64-bit build. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

