From owner-freebsd-questions Mon May 8 02:42:37 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA24524 for questions-outgoing; Mon, 8 May 1995 02:42:37 -0700 Received: from cassius.ee.su.OZ.AU (cassius.ee.su.OZ.AU [129.78.13.49]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id CAA24516 for ; Mon, 8 May 1995 02:42:32 -0700 Received: by cassius.ee.su.OZ.AU id ; Mon, 8 May 95 19:41:25 +1000 Message-ID: Date: Mon, 8 May 95 19:41:25 +1000 From: Ian Wynne To: questions@FreeBSD.org Content-Length: 533 Sender: questions-owner@FreeBSD.org Precedence: bulk Hello Everyone: I'm using 2.0-950210-SNAP. I can't compile the following program. #include int main() { cout << "Hello World!\n"; } If I type cc hello.cc -o hell, I get the following error message : /var/tmp/cc0001631.o: Undefined symbol `_cout' referenced from text segment /var/tmp/cc0001631.o: Undefined symbol `___ls__7ostreamPCc' referenced from text segment I've got iostream.h installed and the access permissions are -r--r--r-- Can somebody please help Best regards, Ian Wynne ianw@ee.su.oz.au