Q: -fhonor-std / how to include "gas"
Martin v. Loewis
martin@mira.isdn.cs.tu-berlin.de
Wed Mar 31 23:46:00 GMT 1999
> 1. How do I enable support for namespace std in C++?
I hope this has been clarified; if not, please let me know.
> 2. On a Solaris 2.6 machine I tried to compile the ObjectSpace C++
> libraries. Everything worked fine except for an error when
> compiling a source code module with g++ using the native 'as'. So
> I installed gas and moved it over the original 'as' binary and it
> worked. But I am not particularly happy having to install gas in
> /usr/ccs/bin.
You don't need to. Just put the as binary into the same directory that
contains 'cc1' (see the FAQ for details on finding cc1). gcc will look
there first.
Hope this helps,
Martin
More information about the Gcc
mailing list