bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnu-utils] NEC SX-4/5 cc configure problems


From: Len Makin
Subject: [Bug-gnu-utils] NEC SX-4/5 cc configure problems
Date: Fri, 15 Sep 2000 11:15:57 +1100

FYI
        cc -g -c conftest.c
cc: warning: -g overrides '-h 1','-h vector'
may cause configure to decide that -g is not usable when it is.
configure for make-3.79 has this problem. gettext-0.10.35 does not.

The cc option for optimization(and vectorization) is NOT -O
The -O requires a suboption and is used to specify detailed
optimization requirements. To specify optimization, use
cc -h1
        or
cc -h2
        which specify levels {1,2} of optimization. -h1 is default.
C compiler V2  (c) 1997,1998,1999,2000 NEC Corporation
        Rev.4.20  2000/03/13 

Cheers,
        Len
address@hidden:+61 3 9669 8109: CSIRO/Bureau of Meteorology
      High Performance Computing and Communications Centre
      24th floor, 150 Lonsdale St., Melbourne 3000, Victoria, AUSTRALIA


reply via email to

[Prev in Thread] Current Thread [Next in Thread]