libtool
[Top][All Lists]
Advanced

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

Re: OS/390 support


From: Jeff Trawick
Subject: Re: OS/390 support
Date: 25 Jul 2002 14:49:29 -0400
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

"Howard Chu" <address@hidden> writes:

> Also, the cc/c89 compiler driver on this system stops parsing options once it
> reaches a filename. So, e.g.,
>       c89 foo.o -L/usr/local/lib -o foo
> doesn't work. It has to be invoked with all the options up front:
>       c89 -o foo -L/usr/local/lib foo.o
> (an exception - using "-llibrary" still works in the filename list...)

man c89
look for the description of _CCMODE environment variable

-- 
Jeff Trawick | address@hidden
Born in Roswell... married an alien...



reply via email to

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