From: jense@stud.cs.uit.no (Jens Kristian Elstad) Subject: g++ problems Date: Sun, 7 Mar 1993 13:05:22 GMT
Hallo Linuxers!
I have some problems getting g++ going.
When I complie a simple C++ program, I get lots of wird messages.
g++ -o crap eks1.C
/usr/tmp/cca001481.o: Undefined symbol _cin referenced from text segment
And a lot of similar messages.
This leads me to think that g++ does not find it's include files, but
compiling with:
g++ -o crap eks1.C -I /usr/g++-include
Does'nt help. I just get the same wird messages...
I have no problems compiling ordinary C progs using gcc.
I am running SLS linux with 0.99pl5 and gcc 2.3.3, libc.4.2
Anyone having the same problems ? Any suggestions ..?
-Thanks on beforehand.
Kristian
jense@stud.cs.uit.no