This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

g++ help


Hi,

I am new to g++ and need help compiling a simple program.
I have  installed g++ on a unix,  "sparc-sun-solaris2.7".

Could some send me a sample make file and program, to
complie a g++ program.

Also what should the CXX and CXXFLAGS environment variables
be set to?

Trying to compile the following program:

#include <iostream.h>

int main()
{

cout << "Hellow World!";
return 0;
}

Thanks,

Mark Jenkins


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]