No subject
Fri May 2 19:13:14 EDT 2003
I run ./autogen as follows:
$ aclocal # trying to eliminate the "you should" below...
$ MAKE=gmake ./autogen.sh
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.
processing .
Running libtoolize...
You should update your `aclocal.m4' by running aclocal.
Running aclocal ...
Running autoheader...
configure.in:106: warning: AC_TRY_RUN called without default to allow
cross compiling
Running automake --gnu ...
Running autoconf ...
configure.in:44: warning: AC_TRY_RUN called without default to allow cross
compiling
configure.in:45: warning: AC_TRY_RUN called without default to allow cross
compiling
configure.in:46: warning: AC_TRY_RUN called without default to allow cross
compiling
configure.in:47: warning: AC_TRY_RUN called without default to allow cross
compiling
configure.in:48: warning: AC_TRY_RUN called without default to allow cross
compiling
configure.in:49: warning: AC_TRY_RUN called without default to allow cross
compiling
configure.in:106: warning: AC_TRY_RUN called without default to allow
cross compiling
I don't know if any of that matters; I know NetBSD is moving to a complete
cross-compile setup, where any binary can be compiled on any architecture.
And I don't understand why running aclocal doesn't get rid of the "You
should update your `aclocal.m4' by running aclocal." message.
+++
I'm down to one warning. I added several static prototypes to bcp.c. I'm
looking for the default datetime->varchar conversion in ct-lib (never
ventured there before) because right now we're creating a varchar(255) and
it should be a varchar(20) or so.
Regards,
--jkl
More information about the FreeTDS
mailing list