This is the mail archive of the egcs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.


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

Re: Q: -fhonor-std / how to include "gas"


>  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