[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: autoconf / automake
- From: Peter Pimley <peter.pimley@...>
- Date: Thu, 27 Oct 2011 20:42:30 +0100
On 27 October 2011 20:33, Christian Liesch <liesch@gmx.ch> wrote:
>
> "make solaris CC=cc" would work thanks for your suggestion.
I tried it on the Sun at my work (*after* sending the mail, of
course!). I had to to:
make solaris CC=cc CFLAGS=""
... otherwise cc would complain that it didn't know what -Wall meant.
Peter