bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: gettext-0.14.1 build fails to run csc


From: Alexandre Duret-Lutz
Subject: Re: gettext-0.14.1 build fails to run csc
Date: Tue, 25 May 2004 19:32:19 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

>>> "Stepan" == Stepan Kasal <address@hidden> writes:

[...]

 Stepan> -           && csc -help >/dev/null 2>/dev/null \
 Stepan> -           && ! { csc -help 2>/dev/null | grep -i chicken > 
/dev/null; }; then

I'd suggest simply changing these two lines to

  && csc -nologo -help >/dev/null 2>/dev/null; then 

since it's the -nologo option that triggered the failure in the first place.

I can't test with the C# compiler, but with the chicken compiler you get

% csc -nologo -help
csc: invalid option `-n'
% echo $?
64

-- 
Alexandre Duret-Lutz





reply via email to

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