Subject: LCIII/P460 C++ compilation problem
To: None <port-mac68k@NetBSD.ORG>
From: Helge Haas <haas@drfmc.ceng.cea.fr>
List: port-mac68k
Date: 02/03/1996 10:57:03
Hallo
I successfully installed NetBSD-1.1 A first from fto.iastate.edu and
then upgraded to the tarballs from ftp.eskimo.com (18.Jan.96).
My machine is a Performa 460 without FPU
12 M Ram;
IBM 170 Mega (can't boot NetBSD)
Quantum LPS 340 (boots fine, but only on SCSI adress 6
same as with Amigas)
So every thing works well ( except for FPU using programs (df, xinit, newfs..)
Compiling with de gcc 2.7 version of the C-compiler everything went well
but the same programm in C++ didn't:
*****************hello.cc******************
#include <iostream.h>
int main (void)
{
cout << "Hello World\n";
}
********** **************************
NetBSD>g++ hello.cc //invoke compiler
ld: -lstdc++ : no match
You know what is wrong ?
Bye, Bye
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Helge Haas
26,rue Sisteron
38170 Seyssinet
France
Email: hhaas@cea.fr
Tel.: 76 48 35 72
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++