> i tried to write a small c++ using iostream.
> When i compiled it I got a linker error that it couldn't find cout and
> relations.
Do you have one of the libstdc++ packages installed?
Try
$ g++
--
++
| Eric G. Milleregm2@jps.net |
| GnuPG public key: http://www.jps.net/egm2/gpg.asc |
++
i tried to write a small c++ using iostream.
When i compiled it I got a linker error that it couldn't find cout and
relations.
I tried it on a simple hello world and got the same result:
micha:~/work/temp> gcc text.cpp
/tmp/cc5OYXpg.o: In function `main':~
/tmp/cc5OYXpg.o(.text+0x4): undefined refe
3 matches
Mail list logo