

Code: Select all
CFLAGS="-O2 -pipe -m32" CXXFLAGS="-O2 -pipe -m32" ./configure



Code: Select all
emerge -pv --newuse world
Code: Select all
linux32 ./configureCode: Select all
s%@CFLAGS@%-pipe -I. ..........%gCode: Select all
s%@CFLAGS@%-pipe -I. -Wall -D__LINUX__ -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -D__OPENGL__ -Os -ffast-math -fomit-frame-pointer -fschedule-insns2 -s -march=pentiumpro%gCode: Select all
s%@CFLAGS@%-pipe -I. -Wall -D__LINUX__ -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -D__OPENGL__ -O3 -s -march=opteron -m32%gCode: Select all
./config.status
make -j3
Have a look at the document I wrote:SniperSlap wrote:So, to run a chrooted emulator, do I have to be running in a 32bit chrooted copy of Xwin?
Or does 32bit compatibility simply bring 32bit programs over to a 64bit environment already in operation?
How do I go about setting up and maintaining a 32bit environment? I've noticed that I do have quite a few extra symlinks in "/" like lib32 or whatever...All new stuff to me still.
Thanks for all the help!