Moving from 3.7-release to -stable: make build fails (i386)

2005-08-30 Thread Roman Zilka
another error elsewhere. I figure I need to get past libcurses++ in a regular way. Could you please give me a pointer as to how shall I accomplish that or what do I keep doing wrong? (Removing the CFLAGS and CXXFLAGS environment variables makes no difference.) My thanks and best regards - Roma

Re: Moving from 3.7-release to -stable: make build fails (i386)

2005-08-31 Thread Roman Zilka
> Is there any particular reason why you do all these steps: > > > # export DESTDIR=/ > > # export CFLAGS='-O3 -mcpu=athlon-xp -march=athlon-xp -mmmx > > -msse -m3dnow > > -mfpmath=sse' > > # export CXXFLAGS=$CFLAGS > > # cd etc > > # make distrib-dirs > > ... > > # cd .. > > When the only thing

Re: Moving from 3.7-release to -stable: make build fails (i386)

2005-08-31 Thread Roman Zilka
> >> > # export CFLAGS='-O3 -mcpu=athlon-xp -march=athlon-xp -mmmx > >> > -msse -m3dnow -mfpmath=sse' > > Don't do this with OpenBSD, it's not recommended or supported. OK, I'll try to keep my hands off it, thanks for the hint. (It doesn't solve my 'make build' problem in this case however.)

Re: Moving from 3.7-release to -stable: make build fails (i386)

2005-08-31 Thread Roman Zilka
> > > > # export CFLAGS='-O3 -mcpu=athlon-xp -march=athlon-xp -mmmx > > > > -msse -m3dnow > > > > -mfpmath=sse' > So please tell us, where in FAQ it says to use those CFLAGS? Or any compiler > flags at all? I tried turning these off completely, of course. To no avail, however. (Actually, I only