On Tue, 01 Oct 2002 23:29:34 +0900 (JST)
Yamada Ken Takeshi <[EMAIL PROTECTED]> wrote:
> 
>    3) HelloWorld.cc can't be compiled while 4.6R can do it,
>       and it disables to compile kdebase3.
>       
>       #include <iostream> int main(){ cout<<"Hello World\n";}
> 
>      c++ HelloWorld.cc -o HelloWorld
>      /var/tmp//cckSb4Nm.o: In function `main':
>      /var/tmp//cckSb4Nm.o(.text+0x19): undefined reference to `cout'
>      /var/tmp//cckSb4Nm.o(.text+0x1e): undefined reference to
>      `ostream::operator<<(char const*)'

Pilot error. Get rid of stale /usr/include/g++ before your next
installworld.

-- 
Alexander Kabaev

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to