Dieter Nützel wrote: > > linda wrote: > > > Dieter Nützel wrote: > > > > > > Chris Jones wrote: > > > > > > > Heh, one problem after another. I'm getting a build error that I'm not > > > > sure how to fix. > > > > > > > > -functions=2 -c fx_gen_regoff.c > > > > /bin/sh ../../../libtool --mode=link gcc -g -O2 -fomit-frame-pointer > > > > -ffast-math -fexpensive-optimizations -malign-loops=2 > > > > -malign-jumps=2 -malign-functions=2 -o fx_gen_regoff fx_gen_regoff.o > > > > > > > > mkdir .libs > > > > gcc -g -O2 -fomit-frame-pointer -ffast-math -fexpensive-optimizations > > > > -malign-loops=2 -malign-jumps=2 -malign-functions=2 -o fx_gen_regoff > > > > fx_gen_regoff.o > > > > fx_gen_regoff > fx_regoff.h > > > > /bin/sh: fx_gen_regoff: command not found > > > > make[4]: *** [fx_regoff.h] Error 127 > > > > make[4]: Leaving directory `/var/tmp/Mesa-3.1/src/FX/X86' > > > > make[3]: *** [all-recursive] Error 1 > > > > make[3]: Leaving directory `/var/tmp/Mesa-3.1/src/FX' > > > > make[2]: *** [all-recursive] Error 1 > > > > make[2]: Leaving directory `/var/tmp/Mesa-3.1/src' > > > > make[1]: *** [all-recursive] Error 1 > > > > make[1]: Leaving directory `/var/tmp/Mesa-3.1' > > > > make: *** [all-recursive-am] Error 2 > > > > > > > > I'm building this from Mesa 3.1 beta 3. Has anyone else had this error > > > > ? Thanks > > > > > > Have you done > > > > > > ./bootstrap > > > > > > and > > > > > > configure with 'linux-3dnow-glide'? > > > > > > We had some trouble with 'fx_gen_regoff' some weeks ago in the Mesa > > > development list. > > > > > > Go there, please! > > > > > > http://www.mail-archive.com/mesa-dev@mesa3d.org/msg00591.html > > > http://www.mail-archive.com/mesa-dev@mesa3d.org/msg00586.html > > > > > > Cheers, > > > Dieter > > > > > > BTW Mesa stuff should directly go to the Mesa List. > > > > > > --- > > > Dieter Nützel > > > Graduate Student, Computer Science > > > > Hello, > > > > I too had the same problem compiling Mesa3.1b3 that Chris Jones had when > > using the configure script. Not too experienced with this sort of thing > > so I couldn't make it work. (btw, the bootstrap script only comes with > > the CVS snapshot right?) The workaround is to do something like export PATH=$PATH:. to tell the shell to look in the current directory for executables. The makefile will be changed to execute ./fx_gen_regoff, but I want to get some more bugs sorted out before another beta is made. Keith _______________________________________________ Mesa-dev maillist - [EMAIL PROTECTED] http://lists.mesa3d.org/mailman/listinfo/mesa-dev