%% Fuzzy Fox <fox_at_foxtaur.com> writes:
ff> Dominik Vogt <dominik.vogt_at_fvwm.org> wrote:
>> If I configure with the HP-UX compiler but the use gcc to compile the
>> output of the preprocessing step I get no errors.
ff> The HPUX compiler isn't ANSI by default. Someday, hopefully, they
ff> will change that. But for now, ANSI compliance only is granted
ff> when using the proper compiler switch.
GNU's autoconf stuff goes to great lengths to find the right switches to
enable ANSI-ification on the C compiler. You shouldn't need to do
anything fancy to get this?
ff> Brad Giaccio <bgiaccio_at_psrw.com> wrote:
>>
>> Then the HP compiler is probablly not an ansi C compiler but a k&r so
>> just go with gcc.
ff> I find a great amount of success using a configure method like this:
ff> env CC=cc CFLAGS='-Ae -O' ./configure [--options]
Is this with the native "cc" that comes free with the HP-UX system, or
with their unbundled "add-on" C compiler you have to buy separately?
--
-------------------------------------------------------------------------------
Paul D. Smith <psmith_at_baynetworks.com> Network Management Development
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-------------------------------------------------------------------------------
These are my opinions---Nortel Networks takes no responsibility for them.
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Tue Nov 30 1999 - 13:36:43 GMT