X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "bluedragon" Newsgroups: comp.os.msdos.djgpp Subject: g++ 3.0.3 compilation Lines: 35 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Thu, 7 Feb 2002 21:15:34 -0700 NNTP-Posting-Host: 130.13.79.247 X-Trace: news.uswest.net 1013141738 130.13.79.247 (Thu, 07 Feb 2002 22:15:38 CST) NNTP-Posting-Date: Thu, 07 Feb 2002 22:15:38 CST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have a freebsd 4.4 system and i'm trying to compile g++ 3.0.3 gcc 3.0.3 compiles fine, but not the g++ here's the error output: ln: ./stl_tree.h: File exists ln: ./stl_uninitialized.h: File exists ln: ./stl_vector.h: File exists ln: ./streambuf.tcc: File exists ln: ./stringfwd.h: File exists ln: ./type_traits.h: File exists ln: ./valarray_array.h: File exists ln: ./valarray_array.tcc: File exists ln: ./valarray_meta.h: File exists *** Error code 1 Stop in /root/gcc-3.0.3/i386-unknown-freebsd4.4/libstdc++-v3/include. *** Error code 1 Stop in /root/gcc-3.0.3/i386-unknown-freebsd4.4/libstdc++-v3. *** Error code 1 Stop in /root/gcc-3.0.3/i386-unknown-freebsd4.4/libstdc++-v3. *** Error code 1 Stop in /root/gcc-3.0.3. Thu Feb 7 20:54:28 [ttyp0:root AT lunarcross DOT com:~/gcc-3.0.3]# anyone able to help?