From owner-freebsd-current Mon Apr 5 6: 8:59 1999 Delivered-To: freebsd-current@freebsd.org Received: from smtp03.wxs.nl (smtp03.wxs.nl [195.121.6.37]) by hub.freebsd.org (Postfix) with ESMTP id B776114F4B; Mon, 5 Apr 1999 06:08:51 -0700 (PDT) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.56.10]) by smtp03.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA2DE5; Mon, 5 Apr 1999 15:06:53 +0200 Received: from daemon.ninth-circle.org (abaddon@daemon [192.168.0.1]) by daemon.ninth-circle.org (8.9.3/8.9.3) with ESMTP id PAA13935; Mon, 5 Apr 1999 15:06:53 +0200 (CEST) (envelope-from asmodai@wxs.nl) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 05 Apr 1999 15:06:53 +0200 (CEST) Organization: Ninth Circle Enterprises From: Jeroen Ruigrok/Asmodai To: "David O'Brien" Subject: C++ Cc: FreeBSD Current Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, we're coming a long way David, but the thing for which egcs was chosen doesn't quite work according to autoconf: checking for gcc... cc checking whether the C compiler (cc -Os -pipe ) works... yes checking whether the C compiler (cc -Os -pipe ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for c++... c++ checking whether the C++ compiler (c++ ) works... no configure: error: installation or configuration problem: C++ compiler cannot create executables. *** Error code 1 That's the www/libwww port. Here's the config.log which might help ye troubleshoot c++: configure:1285: checking for c++ configure:1317: checking whether the C++ compiler (c++ ) works configure:1333: c++ -o conftest conftest.C 1>&5 /usr/lib/libstdc++.so: undefined reference to `filebuf virtual table' /usr/lib/libstdc++.so: undefined reference to `stdiobuf virtual table' configure: failed program was: #line 1328 "configure" #include "confdefs.h" int main(){return(0);} Keep going mate, we're coming closer =) --- Jeroen Ruigrok van der Werven asmodai(at)wxs.nl The idea does not replace the work... Network/Security Specialist *BSD: Powered by Knowledge & Know-how To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message