Re: c++ problem (gcc)

1999-11-14 Thread Andrew Chung
> 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?

Re: c++ problem (gcc)

1999-11-14 Thread Eric G . Miller
Try $ g++ -- ++ | Eric G. Milleregm2@jps.net | | GnuPG public key: http://www.jps.net/egm2/gpg.asc | ++

c++ problem (gcc)

1999-11-14 Thread Micha Feigin
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