I got this error when configuring for nhc98: Looking for ghc... found 6.2.1 basename: too few arguments Try `basename --help' for more information. Looking for nhc98... found v1.16 basename: too few arguments Try `basename --help' for more information. Regards, Antonio Regidor García ______________________________________________ Renovamos el Correo Yahoo!: ¡250 MB GRATIS! Nuevos servicios, más seguridad http://correo.yahoo.es
Antonio Regidor García <a_regidor@yahoo.es> writes:
I got this error when configuring for nhc98:
Looking for ghc... found 6.2.1 basename: too few arguments Try `basename --help' for more information. Looking for nhc98... found v1.16 basename: too few arguments Try `basename --help' for more information.
Already fixed in CVS. Regards, Malcolm
Mmmm I have updated my working copy just now and got the same error. It only appears in a first-time configuration (ie, config.cache doesn't exists, etc.). Regards, Antonio Regidor García --- Malcolm Wallace <Malcolm.Wallace@cs.york.ac.uk> escribió:
Antonio Regidor García <a_regidor@yahoo.es> writes:
I got this error when configuring for nhc98:
Looking for ghc... found 6.2.1 basename: too few arguments Try `basename --help' for more information. Looking for nhc98... found v1.16 basename: too few arguments Try `basename --help' for more information.
Already fixed in CVS. Regards, Malcolm
______________________________________________ Renovamos el Correo Yahoo!: ¡250 MB GRATIS! Nuevos servicios, más seguridad http://correo.yahoo.es
Antonio Regidor García <a_regidor@yahoo.es> writes:
Mmmm I have updated my working copy just now and got the same error. It only appears in a first-time configuration (ie, config.cache doesn't exists, etc.).
Ah, yes, apologies. It seems that the shell builtin test operator does not short-circuit an "and"-ed condition if the first branch is false. It is fixed properly now. Regards, Malcolm
participants (2)
-
Antonio Regidor García -
Malcolm Wallace