Nick Hudson wrote:
> 
> Alexandre Oliva wrote:
> >
> > On Jul 23, 2000, Nick Hudson <[EMAIL PROTECTED]> wrote:
> >
> > > The ML branch doesn't seem to bootstrap with autoconf 2.13 and automake
> > > 1.4.
> [snip]
> 
> > Here's a patch that fixes this problem:
> 
> Thanks I'll give it a go right now...
> 
> Nick

OK, it now bootstraps such that I can configure and build...

but

the make is very odd in that reload_flag, deplibs_check_method and
file_magic_cmd don't get set properly. I've looked at this before and I
cannot for the life of me work out how these definitions are supposed to
get set. Are they supposed to be in the Makefile?

Nick
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found

---------------------------------------------------------
Configuring libtool 1.4a (1.641.2.75 2000/07/26 19:56:32)
---------------------------------------------------------

checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking host system type... i386-unknown-netbsd1.5.
checking build system type... i386-unknown-netbsd1.5.
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking for mawk... no
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for /usr/bin/ld option to reload object files... -r
checking how to recognise dependant libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB 
shared object
checking for object suffix... o
checking for executable suffix... no
checking for ranlib... ranlib
checking for strip... strip
checking for c++... c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for gcj... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating tests/Makefile
rm -f ltconfig.T
date=`/bin/sh ./mkstamp < ./ChangeLog` && \
awk '/@LINENO@/ { printf "%d:", NR } { print }' ./ltconfig.in | \
  sed -e 's/@''PACKAGE@/libtool/' -e 's/@''VERSION@/1.4a/' \
      -e "s%@""TIMESTAMP@%$date%" \
      -e '/@LINENO@/s/^\([0-9][0-9]*\):\(.*\)@LINENO@/\2\1/' \
        > ltconfig.T
chmod +x ltconfig.T
mv -f ltconfig.T ltconfig || \
(rm -f ltconfig && cp ltconfig.T ltconfig && rm -f ltconfig.T)
rm -f ltmain.shT
date=`/bin/sh ./mkstamp < ./ChangeLog` && \
sed -e 's/@''PACKAGE@/libtool/' -e 's/@''VERSION@/1.4a/' \
    -e "s%@""TIMESTAMP@%$date%" ./ltmain.in > ltmain.shT
mv -f ltmain.shT ltmain.sh || \
(rm -f ltmain.sh && cp ltmain.shT ltmain.sh && rm -f ltmain.shT)
configuring in libltdl
running /bin/sh ./configure  --enable-ltdl-install --cache-file=.././config.cache 
--srcdir=.
loading cache .././config.cache
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for working const... yes
checking for inline... inline
checking host system type... i386-unknown-netbsd1.5.
checking build system type... i386-unknown-netbsd1.5.
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependant libraries... (cached) file_magic ELF 
[0-9][0-9]*-bit [LM]SB shared object
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
updating cache .././config.cache
loading cache .././config.cache within ltconfig
checking whether -lc is implicitly linked in... yes
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
updating cache .././config.cache
loading cache .././config.cache
checking how to run the C preprocessor... gcc -E
checking command to parse /usr/bin/nm -B output... yes
checking for ANSI C header files... yes
checking which extension is used for shared libraries... .so
checking which variable specifies run-time library path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib
checking for objdir... .libs
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for dlopen in -ldl... no
checking for dlopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dld_link in -ldld... no
checking for dlerror... yes
checking for _ prefix in compiled symbols... (cached) no
checking for malloc.h... yes
checking for memory.h... yes
checking for stdlib.h... yes
checking for stdio.h... yes
checking for ctype.h... yes
checking for dlfcn.h... yes
checking for dl.h... no
checking for dld.h... no
checking for string.h... yes
checking for strchr... yes
checking for strrchr... yes
checking for strcmp... yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
Making all in .
gmake[1]: Entering directory `/home/nick/ml-test/libtool'
rm -f libtoolT
AR="ar" CC="gcc" CFLAGS="" CPPFLAGS="" \
LTCC="gcc" FILE="@FILE@" LD="/usr/bin/ld" LDFLAGS="" \
LIBS="" LN_S="ln -s" NM="/usr/bin/nm -B" RANLIB="ranlib" \
STRIP="strip" AS="" DLLTOOL="" \
OBJDUMP="" \
objext="o" exeext="" \
reload_flag="" \
deplibs_check_method="" \
file_magic_cmd="" \
/bin/sh ./ltconfig --cache-file=./config.cache --with-gcc --with-gnu-ld 
--enable-dlopen --srcdir=. \
  --output=libtoolT ./ltmain.sh i386-unknown-netbsd1.5.
loading cache ./config.cache within ltconfig
checking host system type... i386-unknown-netbsd1.5.
checking build system type... i386-unknown-netbsd1.5.
(cached) checking whether -lc is implicitly linked in... (cached) yes
checking for objdir... .libs
checking for gcc option to produce PIC...  -fPIC -DPIC
checking if gcc PIC flag  -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlopen in -ldl... (cached) no
checking for dlopen... (cached) yes
checking for dlfcn.h... (cached) yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
creating libtoolT
updating cache ./config.cache
AR="ar" CC="c++" CFLAGS="" CPPFLAGS="" \
LTCC="gcc" FILE="@FILE@" LD="/usr/bin/ld" LDFLAGS="" \
LIBS="" LN_S="ln -s" NM="/usr/bin/nm -B" RANLIB="ranlib" \
STRIP="strip" AS="" DLLTOOL="" \
OBJDUMP="" \
objext="o" exeext="" \
reload_flag="" \
deplibs_check_method="" \
file_magic_cmd="" \
/bin/sh ./ltconfig --cache-file=./config.cache --with-gcc --with-gnu-ld 
--enable-dlopen --srcdir=. \
  --add-tag=CXX --output=libtoolT ./ltcf-cxx.sh i386-unknown-netbsd1.5.
loading cache ./config.cache within ltconfig
checking host system type... i386-unknown-netbsd1.5.
checking build system type... i386-unknown-netbsd1.5.
checking whether -lc is implicitly linked in... yes
checking for objdir... .libs
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking if c++ supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (c++) supports shared libraries... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) no
appending configuration tag "CXX" to libtoolT
AR="ar" CC="gcj" CFLAGS="-g -O2" CPPFLAGS="" \
LTCC="gcc" FILE="@FILE@" LD="/usr/bin/ld" LDFLAGS="" \
LIBS="" LN_S="ln -s" NM="/usr/bin/nm -B" RANLIB="ranlib" \
STRIP="strip" AS="" DLLTOOL="" \
OBJDUMP="" \
objext="o" exeext="" \
reload_flag="" \
deplibs_check_method="" \
file_magic_cmd="" \
/bin/sh ./ltconfig --cache-file=./config.cache --with-gcc --with-gnu-ld 
--enable-dlopen --srcdir=. \
  --add-tag=GCJ --output=libtoolT ./ltcf-gcj.sh i386-unknown-netbsd1.5.
loading cache ./config.cache within ltconfig
checking host system type... i386-unknown-netbsd1.5.
checking build system type... i386-unknown-netbsd1.5.
gcj: not found
checking for objdir... .libs
checking for gcj option to produce PIC... -fPIC
checking if gcj PIC flag -fPIC works... (cached) yes
checking if gcj static flag -static works... (cached) yes
checking if gcj supports -c -o file.o... no
checking if we can lock with hard links... yes
checking if gcj supports -fno-rtti -fno-exceptions ... no
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... gcj: not found
NetBSD ld.elf_so
checking command to parse /usr/bin/nm -B output... failed
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) no
appending configuration tag "GCJ" to libtoolT
rm -f libtool
mv libtoolT libtool
CONFIG_FILES=libtoolize CONFIG_HEADERS= ./config.status
creating libtoolize
chmod +x libtoolize
gmake[1]: Leaving directory `/home/nick/ml-test/libtool'
Making all in libltdl
gmake[1]: Entering directory `/home/nick/ml-test/libtool/libltdl'
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -c ltdl.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c  -fPIC -DPIC -o .libs/ltdl.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -o ltdl.o >/dev/null 2>&1
/bin/sh ./libtool --mode=link gcc  -g -O2  -o libltdl.la -rpath /usr/local/lib 
-no-undefined -version-info 2:0:2 ltdl.lo  
gcc -shared  .libs/ltdl.o  -lc  -Wl,-soname -Wl,libltdl.so.2 -o .libs/libltdl.so.2.0
(cd .libs && rm -f libltdl.so.2 && ln -s libltdl.so.2.0 libltdl.so.2)
(cd .libs && rm -f libltdl.so && ln -s libltdl.so.2.0 libltdl.so)
(cd .libs && rm -f libltdl.so && ln -s libltdl.so.2.0 libltdl.so)
ar cru .libs/libltdl.a  ltdl.o
creating libltdl.la
(cd .libs && rm -f libltdl.la && ln -s ../libltdl.la libltdl.la)
gmake[1]: Leaving directory `/home/nick/ml-test/libtool/libltdl'
Making all in doc
gmake[1]: Entering directory `/home/nick/ml-test/libtool/doc'
Updating ./version.texi
cd . \
  && makeinfo `echo libtool.texi | sed 's,.*/,,'`
Making info file `libtool.info' from `libtool.texi'.
gmake[1]: Leaving directory `/home/nick/ml-test/libtool/doc'
Making all in tests
gmake[1]: Entering directory `/home/nick/ml-test/libtool/tests'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/home/nick/ml-test/libtool/tests'

Reply via email to