I am having a problem that I had before but I kept ignoring.
In a Mac and in Window you can run 32 and 64 bit apps transparently
In Linux this since to be much more difficult.
before I have an small Linux machine just for compiling the SDK in 32 bit, but I do not have it any more.
Now I have a 64 Intel quad core with dual OS installation: Win XP64 and Ubuntu Linux64
I can build the SDK in 64 bit without problems but if I try to build 32 bit I get these errors,
make2
gcc -c -Wall -Wno-strict-aliasing -D_LINUX_VER -ffloat-store -ffast-math -fomit-frame-pointer -msse -m32 -O2 -mtune=pentium4 -march=pentium2 -Idg -Iphysics -o dg/dg.o dg/dg.cpp
In file included from /usr/include/features.h:354,
from /usr/include/stdlib.h:25,
from dg/dgTypes.h:10,
from dg/dgStdafx.h:10,
from dg/dg.cpp:6:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
make: *** [dg/dg.o] Error 1
julio@julio-desktop:~/NewtonLinux/development$
It like I need to install some Packager but I do not know what it is.
When I go to the Ubunto site, the consensus seems to be to install another version on Linux on top of the Lunux64
If find that solution and complete abomination,
had anyone build and run 32 bit apps on Linux 64, if so what to I need to install to make it possible?