This is the mail archive of the gcc@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: PROBLEM WITH CONFIGURING GCC WHEN G++ WORKS


On Thursday, May 5, 2005, at 11:41 AM, Tobe Olisa wrote:
 On performing a C++ compilation using g++, I get no
errors, and my codes compile and execute cleanly.
However, on using gcc - which I actually need to
use,

This sounds odd.


 I get a screenful of error messages, specifically
these:

undefined reference to `std::cout'

You can use -lstdc++ on the link line.


Also, please don't send to both lists, just send to gcc-help.


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