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] |
> I tried to put gas both as "as" and as "gas" in the directory reported > with: > > gcc -print-prog-name=cc1 > > with no affect. This is for my HP-UX 10.20 installation. Well, we were talking about Solaris. On HPUX, you have to say that you are going to use gas at compilation time. At runtime-time, you can still say -mgas, if you didn't configure the compiler with gas. That doesn't affect the search path for executables, which can be printed with 'gcc -print-search-dirs'. Regards, Martin