Quoting SoloCDM ([EMAIL PROTECTED]):

> The following errors were produced with the immediate following
> command:
> 
> make -f Makefile.cvs
> autoconf
> configure.in:147: warning: AC_TRY_RUN called without default to
> allow cross compiling
> configure.in:150: warning: AC_TRY_RUN called without default to
> allow cross compiling
> configure.in:151: warning: AC_TRY_RUN called without default to
> allow cross compiling

These are not errors, this is just autoconf warning you about a call
to AC_TRY_RUN macro without the optional parameter
"action-if-cross-compiling". As a result, it won't be possible to
cross-compile the code - hence the warning. 

-- jan

--------------------+------------------------------------------------------
 Jan Prikryl        | vr|vis center for virtual reality and visualisation
 <[EMAIL PROTECTED]> | http://www.vrvis.at
--------------------+------------------------------------------------------

Reply via email to