bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug report as requested.


From: Hugh Sasse
Subject: Re: Bug report as requested.
Date: Wed, 10 Jan 2007 10:25:14 +0000 (WET)

On Tue, 9 Jan 2007, Ralf Wildenhues wrote:

> Hello Hugh,
> 
> Thanks for the bug report.
> 
> * Hugh Sasse wrote on Tue, Jan 09, 2007 at 11:07:54AM CET:
> > libtool-1.5.22 on Sun-sparc-solaris2.9
> > 
> > PASS: f77demo-static.test
> > FAIL: f77demo-make.test
> > SKIP: f77demo-exec.test
> > PASS: f77demo-conf.test
> > FAIL: f77demo-make.test
> > SKIP: f77demo-exec.test
> > PASS: f77demo-shared.test
> > FAIL: f77demo-make.test
> > SKIP: f77demo-exec.test
> 
> > Anything else I need to tell you for this to be useful?
> 
> Yes.  Please run
>   make check VERBOSE=yes \
>       TESTS="f77demo-static.test f77demo-make.test f77demo-exec.test \
>              f77demo-conf.test f77demo-make.test f77demo-exec.test \
>              f77demo-shared.test f77demo-make.test f77demo-exec.test"
> 
> and post the output.  Probably you want to use gmake rather than Solaris
> make.

Yes, I have been using gmake...


Script started on Wed Jan 10 09:44:37 2007
brains hgs 11 %> bash
bash-2.05$ pwd
/scratch/hgs/libtool-1.5.22
bash-2.05$ gmake --version
GNU Make 3.81
Copyright (C) 2006  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.

This program built for sparc-sun-solaris2.9
bash-2.05$ gmake check VERBOSE=yes \
>       TESTS="f77demo-static.test f77demo-make.test f77demo-exec.test \
>              f77demo-conf.test f77demo-make.test f77demo-exec.test \
>              f77demo-shared.test f77demo-make.test f77demo-exec.test"
Making check in .
gmake[1]: Entering directory `/export/home/Scratch/hgs/libtool-1.5.22'
gmake[1]: Nothing to be done for `check-am'.
gmake[1]: Leaving directory `/export/home/Scratch/hgs/libtool-1.5.22'
Making check in libltdl
gmake[1]: Entering directory `/export/home/Scratch/hgs/libtool-1.5.22/libltdl'
gmake[1]: Leaving directory `/export/home/Scratch/hgs/libtool-1.5.22/libltdl'
Making check in doc
gmake[1]: Entering directory `/export/home/Scratch/hgs/libtool-1.5.22/doc'
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory `/export/home/Scratch/hgs/libtool-1.5.22/doc'
Making check in tests
gmake[1]: Entering directory `/export/home/Scratch/hgs/libtool-1.5.22/tests'
gmake  check-TESTS
gmake[2]: Entering directory `/export/home/Scratch/hgs/libtool-1.5.22/tests'
=== Running f77demo-static.test
= Running gmake distclean in ../f77demo
gmake[3]: Entering directory `/export/home/Scratch/hgs/libtool-1.5.22/f77demo'
 rm -f fprogram fprogram
 rm -f cprogram cprogram
rm -rf .libs _libs
test -z "libfoo.la libmix.la" || rm -f libfoo.la libmix.la
rm -f "./so_locations"
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
rm -f config.h stamp-h1
rm -f libtool
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log configure.lineno 
configure.status.lineno
rm -f Makefile
gmake[3]: Leaving directory `/export/home/Scratch/hgs/libtool-1.5.22/f77demo'
= Configuring in ../f77demo 
(prefix=/export/home/Scratch/hgs/libtool-1.5.22/tests/_inst) with 
--disable-shared
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by gmake... GNU
checking dependency style of gcc... none
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking how to get verbose linking output from g77... -v
checking for Fortran libraries of g77...  -L/usr/ccs/lib -L/usr/lib 
-L/usr/local/lib/gcc/sparc-sun-solaris2.9/../../../sparc-sun-solaris2.9/lib 
-L/usr/ccs/bin -L/usr/local/lib/gcc/sparc-sun-solaris2.9/../.. -lfrtbegin -lg2c 
-lm -lgcc_s
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, extra 
underscore
checking build system type... sparc-sun-solaris2.9
checking host system type... sparc-sun-solaris2.9
checking for a sed that does not truncate output... /usr/local/bin/sed
checking for grep that handles long lines and -e... /usr/local/bin/grep
checking for egrep... /usr/local/bin/grep -E
checking for ld used by gcc... /usr/local/bin/ld
checking if the linker (/usr/local/bin/ld) is GNU ld... yes
checking for /usr/local/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/local/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 262144
checking command to parse /usr/local/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/local/bin/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... solaris2.9 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/local/bin/ld
checking if the linker (/usr/local/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/local/bin/ld) supports shared 
libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/local/bin/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... solaris2.9 ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... no
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/local/bin/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... solaris2.9 ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
PASS: f77demo-static.test
=== Running f77demo-make.test
Making in ../f77demo
gmake[3]: Entering directory `/export/home/Scratch/hgs/libtool-1.5.22/f77demo'
gmake  all-am
gmake[4]: Entering directory `/export/home/Scratch/hgs/libtool-1.5.22/f77demo'
/bin/bash ./libtool --tag=F77   --mode=compile g77  -g -O2 -c -o foof.lo foof.f
 g77 -g -O2 -c foof.f -o foof.o
/bin/bash ./libtool --tag=F77   --mode=link g77  -g -O2 -no-undefined  -o 
libfoo.la  foof.lo  
mkdir .libs
ar cru .libs/libfoo.a  foof.o
ranlib .libs/libfoo.a
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   
  -g -O2 -c -o fooc.lo fooc.c
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c fooc.c -o fooc.o
fooc.c: In function 'fwrapper':
fooc.c:13: warning: incompatible implicit declaration of built-in function 
'printf'
/bin/bash ./libtool --tag=F77   --mode=link g77  -g -O2 -no-undefined  -o 
libmix.la  foof.lo fooc.lo  
ar cru .libs/libmix.a  foof.o fooc.o
ranlib .libs/libmix.a
creating libmix.la
(cd .libs && rm -f libmix.la && ln -s ../libmix.la libmix.la)
g77  -g -O2 -c -o fprogram.o fprogram.f
/bin/bash ./libtool --tag=F77   --mode=link g77  -g -O2   -o fprogram 
fprogram.o libfoo.la 
g77 -g -O2 -o fprogram fprogram.o  ./.libs/libfoo.a
/usr/local/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
gmake[4]: *** [fprogram] Error 1
gmake[4]: Leaving directory `/export/home/Scratch/hgs/libtool-1.5.22/f77demo'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory `/export/home/Scratch/hgs/libtool-1.5.22/f77demo'
FAIL: f77demo-make.test
=== Running f77demo-exec.test
You must run f77demo-make.test before running ./f77demo-exec.test
SKIP: f77demo-exec.test
=== Running f77demo-conf.test
= Running gmake distclean in ../f77demo
gmake[3]: Entering directory `/export/home/Scratch/hgs/libtool-1.5.22/f77demo'
 rm -f fprogram fprogram
 rm -f cprogram cprogram
rm -rf .libs _libs
test -z "libfoo.la libmix.la" || rm -f libfoo.la libmix.la
rm -f "./so_locations"
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
rm -f config.h stamp-h1
rm -f libtool
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log configure.lineno 
configure.status.lineno
rm -f Makefile
gmake[3]: Leaving directory `/export/home/Scratch/hgs/libtool-1.5.22/f77demo'
= Configuring in ../f77demo 
(prefix=/export/home/Scratch/hgs/libtool-1.5.22/tests/_inst)
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by gmake... GNU
checking dependency style of gcc... none
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking how to get verbose linking output from g77... -v
checking for Fortran libraries of g77...  -L/usr/ccs/lib -L/usr/lib 
-L/usr/local/lib/gcc/sparc-sun-solaris2.9/../../../sparc-sun-solaris2.9/lib 
-L/usr/ccs/bin -L/usr/local/lib/gcc/sparc-sun-solaris2.9/../.. -lfrtbegin -lg2c 
-lm -lgcc_s
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, extra 
underscore
checking build system type... sparc-sun-solaris2.9
checking host system type... sparc-sun-solaris2.9
checking for a sed that does not truncate output... /usr/local/bin/sed
checking for grep that handles long lines and -e... /usr/local/bin/grep
checking for egrep... /usr/local/bin/grep -E
checking for ld used by gcc... /usr/local/bin/ld
checking if the linker (/usr/local/bin/ld) is GNU ld... yes
checking for /usr/local/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/local/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 262144
checking command to parse /usr/local/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/local/bin/ld) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.9 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/local/bin/ld
checking if the linker (/usr/local/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/local/bin/ld) supports shared 
libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/local/bin/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... solaris2.9 ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... no
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/local/bin/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... solaris2.9 ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
PASS: f77demo-conf.test
=== Running f77demo-make.test
Making in ../f77demo
gmake[3]: Entering directory `/export/home/Scratch/hgs/libtool-1.5.22/f77demo'
gmake  all-am
gmake[4]: Entering directory `/export/home/Scratch/hgs/libtool-1.5.22/f77demo'
/bin/bash ./libtool --tag=F77   --mode=compile g77  -g -O2 -c -o foof.lo foof.f
mkdir .libs
 g77 -g -O2 -c foof.f  -fPIC -o .libs/foof.o
 g77 -g -O2 -c foof.f -o foof.o >/dev/null 2>&1
/bin/bash ./libtool --tag=F77   --mode=link g77  -g -O2 -no-undefined  -o 
libfoo.la  foof.lo  
ar cru .libs/libfoo.a .libs/foof.o
ranlib .libs/libfoo.a
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   
  -g -O2 -c -o fooc.lo fooc.c
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c fooc.c  -fPIC -DPIC -o .libs/fooc.o
fooc.c: In function 'fwrapper':
fooc.c:13: warning: incompatible implicit declaration of built-in function 
'printf'
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c fooc.c -o fooc.o >/dev/null 2>&1
/bin/bash ./libtool --tag=F77   --mode=link g77  -g -O2 -no-undefined  -o 
libmix.la  foof.lo fooc.lo  
ar cru .libs/libmix.a .libs/foof.o .libs/fooc.o
ranlib .libs/libmix.a
creating libmix.la
(cd .libs && rm -f libmix.la && ln -s ../libmix.la libmix.la)
g77  -g -O2 -c -o fprogram.o fprogram.f
/bin/bash ./libtool --tag=F77   --mode=link g77  -g -O2   -o fprogram 
fprogram.o libfoo.la 
g77 -g -O2 -o fprogram fprogram.o  ./.libs/libfoo.a
/usr/local/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
gmake[4]: *** [fprogram] Error 1
gmake[4]: Leaving directory `/export/home/Scratch/hgs/libtool-1.5.22/f77demo'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory `/export/home/Scratch/hgs/libtool-1.5.22/f77demo'
FAIL: f77demo-make.test
=== Running f77demo-exec.test
You must run f77demo-make.test before running ./f77demo-exec.test
SKIP: f77demo-exec.test
=== Running f77demo-shared.test
= Running gmake distclean in ../f77demo
gmake[3]: Entering directory `/export/home/Scratch/hgs/libtool-1.5.22/f77demo'
 rm -f fprogram fprogram
 rm -f cprogram cprogram
rm -rf .libs _libs
test -z "libfoo.la libmix.la" || rm -f libfoo.la libmix.la
rm -f "./so_locations"
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
rm -f config.h stamp-h1
rm -f libtool
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log configure.lineno 
configure.status.lineno
rm -f Makefile
gmake[3]: Leaving directory `/export/home/Scratch/hgs/libtool-1.5.22/f77demo'
= Configuring in ../f77demo 
(prefix=/export/home/Scratch/hgs/libtool-1.5.22/tests/_inst) with 
--disable-static
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by gmake... GNU
checking dependency style of gcc... none
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking how to get verbose linking output from g77... -v
checking for Fortran libraries of g77...  -L/usr/ccs/lib -L/usr/lib 
-L/usr/local/lib/gcc/sparc-sun-solaris2.9/../../../sparc-sun-solaris2.9/lib 
-L/usr/ccs/bin -L/usr/local/lib/gcc/sparc-sun-solaris2.9/../.. -lfrtbegin -lg2c 
-lm -lgcc_s
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, extra 
underscore
checking build system type... sparc-sun-solaris2.9
checking host system type... sparc-sun-solaris2.9
checking for a sed that does not truncate output... /usr/local/bin/sed
checking for grep that handles long lines and -e... /usr/local/bin/grep
checking for egrep... /usr/local/bin/grep -E
checking for ld used by gcc... /usr/local/bin/ld
checking if the linker (/usr/local/bin/ld) is GNU ld... yes
checking for /usr/local/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/local/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 262144
checking command to parse /usr/local/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/local/bin/ld) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.9 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/local/bin/ld
checking if the linker (/usr/local/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/local/bin/ld) supports shared 
libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/local/bin/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... solaris2.9 ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... no
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/local/bin/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... solaris2.9 ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
PASS: f77demo-shared.test
=== Running f77demo-make.test
Making in ../f77demo
gmake[3]: Entering directory `/export/home/Scratch/hgs/libtool-1.5.22/f77demo'
gmake  all-am
gmake[4]: Entering directory `/export/home/Scratch/hgs/libtool-1.5.22/f77demo'
/bin/bash ./libtool --tag=F77   --mode=compile g77  -g -O2 -c -o foof.lo foof.f
mkdir .libs
 g77 -g -O2 -c foof.f  -fPIC -o .libs/foof.o
/bin/bash ./libtool --tag=F77   --mode=link g77  -g -O2 -no-undefined  -o 
libfoo.la  foof.lo  
ar cru .libs/libfoo.a .libs/foof.o
ranlib .libs/libfoo.a
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   
  -g -O2 -c -o fooc.lo fooc.c
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c fooc.c  -fPIC -DPIC -o .libs/fooc.o
fooc.c: In function 'fwrapper':
fooc.c:13: warning: incompatible implicit declaration of built-in function 
'printf'
/bin/bash ./libtool --tag=F77   --mode=link g77  -g -O2 -no-undefined  -o 
libmix.la  foof.lo fooc.lo  
ar cru .libs/libmix.a .libs/foof.o .libs/fooc.o
ranlib .libs/libmix.a
creating libmix.la
(cd .libs && rm -f libmix.la && ln -s ../libmix.la libmix.la)
g77  -g -O2 -c -o fprogram.o fprogram.f
/bin/bash ./libtool --tag=F77   --mode=link g77  -g -O2   -o fprogram 
fprogram.o libfoo.la 
g77 -g -O2 -o fprogram fprogram.o  ./.libs/libfoo.a
/usr/local/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
gmake[4]: *** [fprogram] Error 1
gmake[4]: Leaving directory `/export/home/Scratch/hgs/libtool-1.5.22/f77demo'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory `/export/home/Scratch/hgs/libtool-1.5.22/f77demo'
FAIL: f77demo-make.test
=== Running f77demo-exec.test
You must run f77demo-make.test before running ./f77demo-exec.test
SKIP: f77demo-exec.test
====================================
3 of 6 tests failed
(3 tests were not run)
Please report to address@hidden
====================================
gmake[2]: *** [check-TESTS] Error 1
gmake[2]: Leaving directory `/export/home/Scratch/hgs/libtool-1.5.22/tests'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/export/home/Scratch/hgs/libtool-1.5.22/tests'
gmake: *** [check-recursive] Error 1
You have new mail in /var/mail/hgs
bash-2.05$ exit
exit
brains hgs 12 %> exit
exit

script done on Wed Jan 10 10:14:54 2007

The errors about "You must run f77demo-make.test before..." seem
a bit odd to me, since we have just done that...
> 
> Cheers,
> Ralf
> 

        Thank you,
        Hugh




reply via email to

[Prev in Thread] Current Thread [Next in Thread]