On Wed, Jul 16, 2003 at 11:34:39PM +0200, Jens Hoffrichter wrote: > Can anybody tell me the reason for this? Is this a bug or are some > packages missing (and even then this is a bug, because then the dependencies > are not right ;) ) You have made an error in your CXXFLAGS.
Write a tiny test program:
int main(int argc,char** argv) { return 0; }
and try:
( source /etc/make.globals ; source /etc/make.conf ; \
g++ $CXXFLAGS test.o -o test )
And it will tell you what is wrong.
--
Robin Hugh Johnson
E-Mail : [EMAIL PROTECTED]
Home Page : http://www.orbis-terrarum.net/?l=people.robbat2
ICQ# : 30269588 or 41961639
GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85
pgp00000.pgp
Description: PGP signature
