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]

error in config.guess for HP9000


Hi,

Just trying to build gcc-2.95 on an HP715 running HPUX 9.07.

Line 409 of config.guess reads:-
"(${CC-cc} dummy.c -o dummy 2>/dev/null ) && HP_ARCH=`./dummy` "
which is incorrect.  Changing "CC-cc" to "CC" fixes the problem.

NB, this does require the CC env. variable to be defined which is
not a default - might be worth mentioning this in the installation
guide!

Cheers
Bill

-- 
Bill Williams              | Rowena Wentworth's verbal skills
Marconi Research Centre    | Induce laughter, cure all ills.
                           | But,weighed down by some unseen yoke,
MES does not necessarily   | Rowena doesn't see the joke.
endorse my opinions!       |

bill.williams@gecm.com    Tel: +44 1245 242016       Fax: +44 1245
242003


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