Garst> > Here's what I would do (as in the RPM spec file):
Garst> >         CXXFLAGS="-O2" CFLAGS="-O2" ./configure --prefix=/usr
Garst> > And then the make happens without the debug flag.

Garst> I used to do that, but then it got more complicated with the
Garst> no-exceptions, no-rtii flags (or something like that).

Well then, put yje whole thing in a shell script so that you don't have to
remember them! Remember to chmod u+x this file and bingo!

I can't imagine compiling the Compaq's compilers any other way:

CC=deccc CXX=deccxx ./configure --host=alphaev5-dec-osf4.0e --prefix=/usr/local 
--with-extra-inc=/usr/local/include --disable-nls --with-included-gettext 
--without-included-string

Reply via email to