Simon 'corecode' Schubert wrote:
> > Try this patch:
> >
> > --- bad Sat Mar 30 05:18:02 2002
> > +++ good Sat Mar 30 05:18:23 2002
> > @@ -1 +1,2 @@
> > -echo '#include<iostream>' > comp.cc
> > +echo '#include <iostream>' > comp.cc
> > +echo 'main() {}' >> comp.cc
> >
> >
> > 8-) 8-) 8-)
>
> ;] no, that's definively not the problem.
> as alexander wrote, there are several errors in cwchar etc...
> go ahead and try yourself if you don't believe me...
I did: g++ complained about the lack of the space, and then
complained about the lack of a main(). The "patch" fixed all
the g++ complaints.
-- TErry
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message