Subject: Re: Compiling C++ with 1.3ALPHA snapshot
To: None <rbsd@Kyra.FutureGroove.de>
From: Peter Berg <root@Kyra.FutureGroove.de>
List: port-arm32
Date: 12/28/1997 19:28:02
> I like others have been experimenting with C++ code and have discovered
> why some people can build C++ programs and others cannot.
> 
> using the program:
> 
> #include<iostream.h>
> 
> int main(int argc, char **argv)
> {
>   cout << "Hello World\n";
>   return 0;
> }
> 
> Compiled with g++ the program dumps core when executed with an illegal
> system call.
> 
> When compiled with c++ the program works correctly.

Intresting. I'm not very familar with c++, I only compiled a few programs
which are written in c++. AFAIR they worked all without problems (xkobo is
one of them), but AFAIR too, they compiled all using the c++ command.

Ciao, Peter.