This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: HP-UX B.10.20: installation problem



The problem I had was solved by properly using --with-gnu-as.
I suggest that the Makefile will be smart enough,
to verify that if the --with-gnu-as option is used,
the leading 'as' in the PATH is indeed the GNU one by something like:

   as --version | grep GNU

-- yotam


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