From owner-freebsd-current Mon Apr 5 6:29:12 1999 Delivered-To: freebsd-current@freebsd.org Received: from mortar.carlson.com (mortar.carlson.com [208.240.12.98]) by hub.freebsd.org (Postfix) with ESMTP id 4D68C150C5 for ; Mon, 5 Apr 1999 06:29:06 -0700 (PDT) (envelope-from veldy@visi.com) Received: from mortar.carlson.com (root@localhost) by mortar.carlson.com with ESMTP id IAA00909 for ; Mon, 5 Apr 1999 08:27:01 -0500 (CDT) Received: from w142844 ([172.25.99.35]) by mortar.carlson.com with SMTP id IAA00905 for ; Mon, 5 Apr 1999 08:27:01 -0500 (CDT) Message-ID: <003001be7f68$23cce730$236319ac@w142844.carlson.com> From: "Thomas T. Veldhouse" To: "FreeBSD-Current" Subject: egcs c++ problems Date: Mon, 5 Apr 1999 08:28:06 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002D_01BE7F3E.3AD09280" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_002D_01BE7F3E.3AD09280 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I get the following when trying to build the following very simple C++ = test: // begin program #include using namespace std; int main(int argc, char** argv) { cout << "Hello World!!!\n" << endl; return 0; } // end program c++ foobar.cc -o foobar /usr/lib/libstdc++.so: undefined reference to `filebuf virtual table' /usr/lib/libstdc++.so: undefined reference to `stdiobuf virtual table' Are there any parts of world that are going to have a hard time building = under egcs because of this? Tom Veldhouse veldy@visi.com ------=_NextPart_000_002D_01BE7F3E.3AD09280 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I get the following when trying to = build the=20 following very simple C++ test:
 
// begin program
#include = <iostream>
 
using namespace std;
 
int main(int argc, char** argv)=20 {
        cout << = "Hello=20 World!!!\n" << = endl;
       =20 return 0;
}
// end program
c++ foobar.cc -o=20 foobar
/usr/lib/libstdc++.so: undefined reference to `filebuf virtual = table'
/usr/lib/libstdc++.so: undefined reference to `stdiobuf = virtual=20 table'
 
Are there any parts of world that are going to have = a hard=20 time building under egcs because of this?
 
Tom Veldhouse
veldy@visi.com
------=_NextPart_000_002D_01BE7F3E.3AD09280-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message