Compiling glide-2001.01.26 on hppa

2002-08-24 Thread B. Douglas Hilton
I have received my Voodoo2 board and am now working on building the glide packages for the hppa architecture. Working with the Debian source... dpkg-buildpackage fails with the following line: cc -O6 -m486 -fomit-frame-pointer -funroll-loops \ -fexpensive-optimizations -ffast-math -DBIG_OPT -I. \ -

Re: Compiling glide-2001.01.26 on hppa

2002-08-24 Thread Randolph Chung
> cc -O6 -m486 -fomit-frame-pointer -funroll-loops \ > -fexpensive-optimizations -ffast-math -DBIG_OPT -I. \ > -I/usr/src/glide-2001.01.26/build-tree/glide2x/swlibs/include \ > -I/usr/src/glide-2001.01.26/build-tree/glide2x/cvg/include \ > -DENDB -DX11 -Wall -fPIC -DPIC -c -o fx64.o fx64.c > > cc1

Re: Compiling glide-2001.01.26 on hppa

2002-08-24 Thread Carlos O'Donell
> > cc -O6 -m486 -fomit-frame-pointer -funroll-loops \ > > -fexpensive-optimizations -ffast-math -DBIG_OPT -I. \ > > -I/usr/src/glide-2001.01.26/build-tree/glide2x/swlibs/include \ > > -I/usr/src/glide-2001.01.26/build-tree/glide2x/cvg/include \ > > -DENDB -DX11 -Wall -fPIC -DPIC -c -o fx64.o fx64.

Re: [parisc-linux] Re: Compiling glide-2001.01.26 on hppa

2002-08-26 Thread Christopher C. Chimelis
Try starting with the source for glide3-alpha. It is the 64-bit branch of the glide sources. I tweaked them to compile ok on Alpha and they shouldn't be hard to fix up for hppa as well. C On Sat, 24 Aug 2002, Carlos O'Donell wrote: > > > cc -O6 -m486 -fomit-frame-pointer -funroll-loops \ > >

Re: [parisc-linux] Re: Compiling glide-2001.01.26 on hppa

2002-08-27 Thread B. Douglas Hilton
Ok, will do. Thanks for the tip! - Doug Christopher C. Chimelis wrote: Try starting with the source for glide3-alpha. It is the 64-bit branch of the glide sources. I tweaked them to compile ok on Alpha and they shouldn't be hard to fix up for hppa as well. C On Sat, 24 Aug 2002, Carlos O'Donell w