Re: problems compiling helloworld.cpp on openbsd3.8

2006-01-10 Thread Jeffrey R. Meyer
Alexander Hall wrote: Jeffrey R. Meyer wrote: Hello all, I have a recently built openBSD 3.8 machine and I wanted to be able to do some simple c++ programming on it. I wrote the following helloworld program: #include using namespace std; int main() { cout << "Hello World!\n"; } I i

Re: problems compiling helloworld.cpp on openbsd3.8

2006-01-10 Thread Alexander Hall
Jeffrey R. Meyer wrote: Hello all, I have a recently built openBSD 3.8 machine and I wanted to be able to do some simple c++ programming on it. I wrote the following helloworld program: #include using namespace std; int main() { cout << "Hello World!\n"; } I installed the following p

Re: problems compiling helloworld.cpp on openbsd3.8

2006-01-10 Thread Marc Espie
On Tue, Jan 10, 2006 at 10:09:46AM -0600, Jeffrey R. Meyer wrote: > Hello all, > > I have a recently built openBSD 3.8 machine and I wanted to be able to > do some simple c++ programming on it. I wrote the following helloworld > program: > > #include > using namespace std; > > int main() > {

problems compiling helloworld.cpp on openbsd3.8

2006-01-10 Thread Jeffrey R. Meyer
Hello all, I have a recently built openBSD 3.8 machine and I wanted to be able to do some simple c++ programming on it. I wrote the following helloworld program: #include using namespace std; int main() { cout << "Hello World!\n"; } I installed the following packages: g++-4.0-20050804