Has anyone here built GEM for a 64-bit Linux box?
The configure script isn't finding opengl for some reason [though I have built other opengl apps]
i do get this line when i run configure:
checking host system type... Invalid configuration
x86_64-pc-linux-gnu': machine
x86_64-pc' not recognized
any suggestions?
btw, I'm on an AMD64 running ubuntu edgy.
Thanks, Alex Norman
Alex wrote:
Has anyone here built GEM for a 64-bit Linux box?
yes me.
The configure script isn't finding opengl for some reason [though I have built other opengl apps]
i am developing, testing and running Gem on debian amd64 without any problems.
i do get this line when i run configure: checking host system type... Invalid configuration
x86_64-pc-linux-gnu': machine
x86_64-pc' not recognized
are you trying to cross-compile or doing something weird?
any suggestions?
are you using the CVS version of Gem (you really should!). which version of autoconf, aclocal and the like do you use?
which configure-flags do you use?
mfga.sdr IOhannes
Ahh, I've started using the cvs version and it works! thanks IOhannes.
-Alex
On 4/17/07, IOhannes m zmoelnig zmoelnig@iem.at wrote:
Alex wrote:
Has anyone here built GEM for a 64-bit Linux box?
yes me.
The configure script isn't finding opengl for some reason [though I have built other opengl apps]
i am developing, testing and running Gem on debian amd64 without any problems.
i do get this line when i run configure: checking host system type... Invalid configuration
x86_64-pc-linux-gnu': machine
x86_64-pc' not recognizedare you trying to cross-compile or doing something weird?
any suggestions?
are you using the CVS version of Gem (you really should!). which version of autoconf, aclocal and the like do you use?
which configure-flags do you use?
mfga.sdr IOhannes