lua-users home
lua-l archive

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


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