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]

Re: g++ in 3.0.2


> >When I try to compile a simple Hello World program using g++ I do not get an
> >object file or executable, although the compilation seems to be ok.
> 
> Could please post both the output of g++ -v your_hello_test.cc and your_hello_test.cc
> himself?

Could it be you're not noticing the  a.out  file, which is the default
executable name?  (You need to specify  -o filename  to make your executable
be called  filename .)


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