This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: autogen.sh warnings


Dirk Herrmann <dirk@ida.ing.tu-bs.de> writes:

> I get the following messages when executing autogen.sh:
> 
> configure.in:302: warning: AC_TRY_RUN called without default to allow cross compiling
> configure.in:111: warning: AC_TRY_RUN called without default to allow cross compiling
> configure.in:112: warning: AC_TRY_RUN called without default to allow cross compiling
> configure.in:302: warning: AC_TRY_RUN called without default to allow cross compiling

These four warnings are expected.  They arise when the configure
script runs code in order to determine some parameter.  This is OK for
Guile.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]