From owner-freebsd-current Sat Apr 1 16:46:42 2000 Delivered-To: freebsd-current@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id A50EF37B8CD for ; Sat, 1 Apr 2000 16:46:38 -0800 (PST) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (03-181.dial.008.popsite.net [209.69.196.181]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id QAA09550; Sat, 1 Apr 2000 16:46:23 -0800 (PST) Received: by argon.blackdawn.com (Postfix, from userid 1000) id EBB1E1945; Sat, 1 Apr 2000 19:45:59 -0500 (EST) Date: Sat, 1 Apr 2000 19:45:59 -0500 From: Will Andrews To: Patrick Mau Cc: FreeBSD Current Subject: Re: 'make world' fails Message-ID: <20000401194559.J98577@argon.blackdawn.com> References: <20000402013915.A27424@tony.dorf.wh.uni-dortmund.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000402013915.A27424@tony.dorf.wh.uni-dortmund.de>; from patrick@oscar.prima.de on Sun, Apr 02, 2000 at 01:39:15AM +0200 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Apr 02, 2000 at 01:39:15AM +0200, Patrick Mau wrote: > Hi all, > > the subject says it all. It fails with the follwing messages: > > ===> libssh > cd /usr/src/gnu/lib/libgcc; make depend; make all; make install > echo '#include ' > config.h > echo '#include "gansidecl.h"' > tconfig.h > echo '#include ' >> config.h > echo '#include "i386/xm-i386.h"' >> tconfig.h > echo '#include "i386/i386.h"' > tm.h > echo '#include "i386/att.h"' >> tm.h > echo '#include ' >> tm.h > echo '#include "i386/freebsd.h"' >> tm.h > echo '#include "i386/perform.h"' >> tm.h > rm -f .depend > mkdep -f .depend -a > -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config > -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. > -DIN_GCC -I/usr/obj/usr/src/i386/usr/include > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/frame.c > > mkdep -f .depend -a > -nostdinc++ -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/cp/inc > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo.cc > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo2.cc > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/cp/new.cc > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc:33: > gansidecl.h: No such file or directory > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc:34: > eh-common.h: No such file or directory > > [root@oscar /usr/src] locate gansidecl.h > /usr/src/contrib/gcc/gansidecl.h > > [root@oscar /usr/src] locate eh-common.h > /usr/src/contrib/gcc/eh-common.h I had a similar problem that plagued me for 2 months before I finally figured it out 2 days ago. You need to remove your CXXFLAGS definition in /etc/make.conf, it is conflicting with CXXFLAGS in /usr/share/mk/sys.mk. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message