autoconf
[Top][All Lists]
Advanced

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

Re: OpenWatcom support


From: John Poltorak
Subject: Re: OpenWatcom support
Date: Fri, 24 May 2002 10:10:44 +0100

On Thu, May 23, 2002 at 11:34:25PM -0700, Paul Eggert wrote:
> > Date: Thu, 23 May 2002 13:49:39 +0100
> > From: John Poltorak <address@hidden>
> > 
> > By POSIX compatible do include command line switches.
> 
> Yes, Autoconf assumes command-line switches that conform to POSIX.
> cc is a special case, though, since POSIX doesn't specify its syntax.
> However, POSIX does specify the syntax of the 'c99' (or 'c89' for
> older POSIX versions) command, and this should work with Autoconf.

Do you have a link for these POSIX command-line switches?
 
> > Watcom C requires an equals sign, ie. -fo=foo.o, -fo foo.o won't work.
> > Also, command line arguments are case-insensitive so there is no way to 
> > distinguish between -o and -O.
> 
> I understand that Watcom C provides a wrapper that emulates "cc".
> I'd use that wrapper, and avoid using the wcc386 command directly.

I guess this wrapper is referred to as a CC driver in Watcom parlance... 

> > Is Autoconf designed for including compiler specific options? ie does 
> > anyone use it with anything other than gcc?
> 
> Yes, people use it with non-gcc compilers all the time.  It works fine.

Are you aware anyone using Watcom C yet?


-- 
John





reply via email to

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