g++ 3.1.1 issue
Phil Edwards
phil@jaj.com
Thu Aug 1 10:03:00 GMT 2002
On Thu, Aug 01, 2002 at 09:18:15AM -0700, Ricardo Anguiano wrote:
> "Dmitry Kostenko" <bis0n@mail.ru> writes:
> >
> > when I say gcc main.C, it says <iostream> not found, and std is not
> > a namespace...
>
> Did you mean `g++ main.C'?
'gcc main.C' should still work. The difference between gcc and g++ really
doesn't matter until you get to the linking stage. If the user is on a
case-insensitive filesystem, where main.C could be interpreted as main.c,
then there would e a difference there as well.
Phil
--
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace. We seek
not your counsel, nor your arms. Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen. - Samuel Adams
More information about the Gcc
mailing list