On 11/23/11 08:44, Jim Schatzman wrote:
> I am attempting to build a 32-bit version on Centos 6.0 x8_64.
> Any ideas?
Try:
make distclean
./configure --with-archflags="-m32"
make
This seemed to work on my centos 5.5 system:
$ uname -a
Linux tahoe.erco.x 2.6.18-238.9.1.el5 #1 SMP Tue Apr 12 18:10:13 EDT 2011
x86_64 x86_64 x86_64 GNU/Linux
$ file test/bitmap
test/bitmap: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for
GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9,
not stripped
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev