On Thu, 9 Oct 2003, Gary V. Vaughan wrote: > Martin MOKREJŠ wrote: > > *** Warning: Linking the shared library perl.la against the > > *** static library > > /software/@sys/usr/lib/perl5/5.8.1/alpha-dec_osf-thread-multi-ld/auto/DynaLoader/DynaLoader.a > > is not portable! > > That's normal. Perl's embedding libraries suck. I'm thinking of removing the > perl module from m4. > > > rm -fr .libs/perl.la .libs/perl.* .libs/perl.* > > That's wierd! I've no idea where that comes from.
That's bad. > > I see from your other mail that you are using an oldish tarball. Can you try > CVS HEAD and see if you still have the same problems please? ./bootstrap + autoreconf -f -v -i autoreconf: Entering directory `.' autoreconf: running: autopoint --force Copying file ABOUT-NLS Copying file gnulib/config/config.rpath Copying file gnulib/config/mkinstalldirs Copying file po/Makefile.in.in Copying file po/Makevars.template Copying file po/Rules-quot Copying file po/boldquot.sed Copying file po/[EMAIL PROTECTED] Copying file po/[EMAIL PROTECTED] Copying file po/insert-header.sin Copying file po/quot.sed Copying file po/remove-potcdate.sin autoreconf: running: aclocal --force -I gnulib/acm4 -I acm4 autoreconf: configure.ac: tracing configure.ac:241: warning: gl_CHECK_HEADER_wcar_ is m4_require'd but is not m4_defun'd configure.ac:241: gl_CHECK_HEADER_wcar_ is required by... gnulib/acm4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... gnulib/acm4/regex.m4:119: jm_PREREQ_REGEX is expanded from... gnulib/acm4/regex.m4:101: jm_INCLUDED_REGEX is expanded from... acm4/m4-regex.m4:46: m4_REGEX is expanded from... configure.ac:241: the top level configure.ac:241: warning: gl_CHECK_HEADER_wctype_h is m4_require'd but is not m4_defun'd configure.ac:241: gl_CHECK_HEADER_wctype_h is required by... autoreconf: running: libtoolize --copy --force libtoolize: putting files in AC_CONFIG_AUX_DIR, `gnulib/config'. libtoolize: copying file `gnulib/config/install-sh' libtoolize: copying file `gnulib/config/missing' libtoolize: copying file `gnulib/config/mkinstalldirs' libtoolize: copying file `gnulib/config/config.guess' libtoolize: copying file `gnulib/config/config.sub' libtoolize: copying file `gnulib/config/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `gnulib/acm4'. libtoolize: copying file `gnulib/acm4/libtool.m4' libtoolize: copying file `gnulib/acm4/ltdl.m4' autoreconf: running: /software/@sys/usr/bin/autoconf --force configure.ac:241: warning: gl_CHECK_HEADER_wcar_ is m4_require'd but is not m4_defun'd configure.ac:241: gl_CHECK_HEADER_wcar_ is required by... gnulib/acm4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... gnulib/acm4/regex.m4:119: jm_PREREQ_REGEX is expanded from... gnulib/acm4/regex.m4:101: jm_INCLUDED_REGEX is expanded from... acm4/m4-regex.m4:46: m4_REGEX is expanded from... configure.ac:241: the top level configure.ac:241: warning: gl_CHECK_HEADER_wctype_h is m4_require'd but is not m4_defun'd configure.ac:241: gl_CHECK_HEADER_wctype_h is required by... autoreconf: running: /software/@sys/usr/bin/autoheader --force configure.ac:241: warning: gl_CHECK_HEADER_wcar_ is m4_require'd but is not m4_defun'd configure.ac:241: gl_CHECK_HEADER_wcar_ is required by... gnulib/acm4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... gnulib/acm4/regex.m4:119: jm_PREREQ_REGEX is expanded from... gnulib/acm4/regex.m4:101: jm_INCLUDED_REGEX is expanded from... acm4/m4-regex.m4:46: m4_REGEX is expanded from... configure.ac:241: the top level configure.ac:241: warning: gl_CHECK_HEADER_wctype_h is m4_require'd but is not m4_defun'd configure.ac:241: gl_CHECK_HEADER_wctype_h is required by... autoreconf: running: automake --add-missing --copy --force-missing configure.ac:241: warning: gl_CHECK_HEADER_wcar_ is m4_require'd but is not m4_defun'd configure.ac:241: gl_CHECK_HEADER_wcar_ is required by... gnulib/acm4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... gnulib/acm4/regex.m4:119: jm_PREREQ_REGEX is expanded from... gnulib/acm4/regex.m4:101: jm_INCLUDED_REGEX is expanded from... acm4/m4-regex.m4:46: m4_REGEX is expanded from... configure.ac:241: the top level configure.ac:241: warning: gl_CHECK_HEADER_wctype_h is m4_require'd but is not m4_defun'd configure.ac:241: gl_CHECK_HEADER_wctype_h is required by... Makefile.am: installing `./COPYING' Makefile.am: installing `./INSTALL' doc/Makefile.am:19: installing `gnulib/config/mdate-sh' doc/Makefile.am:19: installing `gnulib/config/texinfo.tex' gnulib/m4/Makefile.am: installing `gnulib/config/depcomp' modules/Makefile.am: installing `gnulib/config/compile' autoreconf: Leaving directory `.' + cd tests + awk -f ./generate.awk ../doc/m4.texinfo + exit 0 ./configure --prefix=/software/@sys/usr ## ----------------------------------------------- ## ## Configuring m4 1.4q (1.240 2003/10/08 14:46:10) ## ## ----------------------------------------------- ## checking for obstack.h... no checking for obstacks... no checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... no checking for C/C++ restrict keyword... restrict ./configure: line 28167: gl_CHECK_HEADER_wcar_: command not found ./configure: line 28168: gl_CHECK_HEADER_wctype_h: command not found checking for isascii... yes checking for mempcpy... no checking for working re_compile_pattern... no $ autoconf --version autoconf (GNU Autoconf) 2.57f Written by David J. MacKenzie and Akim Demaille. Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ automake --version automake (GNU automake) 1.7a Written by Tom Tromey <[EMAIL PROTECTED]>. Copyright 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ sed --version GNU sed version 4.0.7 Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE, to the extent permitted by law. $ libtool --version ltmain.sh (GNU libtool) 1.5a (1.1278 2003/10/08 14:09:01) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ -- Martin Mokrejs <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs MIPS / Institute for Bioinformatics <http://mips.gsf.de> GSF - National Research Center for Environment and Health Ingolstaedter Landstrasse 1, D-85764 Neuherberg, Germany tel.: +49-89-3187 3683 , fax: +49-89-3187 3585 _______________________________________________ Bug-m4 mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-m4
