bug-libtool
[Top][All Lists]
Advanced

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

Re: libtool-1.15.23b (i386-unknown-freebsd4.3) check results


From: Ralf Wildenhues
Subject: Re: libtool-1.15.23b (i386-unknown-freebsd4.3) check results
Date: Thu, 22 Feb 2007 10:21:53 +0100
User-agent: Mutt/1.5.13 (2007-02-12)

Hello David,

* David Fang wrote on Thu, Feb 22, 2007 at 05:17:17AM CET:
> > >   Here are my results for libtool-1.15.23b on
> > > i386-unknown-freebsd4.3 (most PASSes omitted):

> Some relevant excerpts and notes:
> 
> ---------->8 snip 8<-----------
> = Finding libtool.m4's guesses at hardcoding values
> = Searching for hardcoded library directories in each program
> .libs was hardcoded in `hc-direct', as libtool expected
> .libs was hardcoded in `hc-libflag', as libtool expected
> `hc-libpath' was not linked properly, which fooled libtool
> .libs was not hardcoded in `hc-minusL', as libtool expected
> FAIL: hardcode.test

Hmm.

> ---------->8 snip 8<-----------
> /ufs/vlsi/fang/freebsd/bin/bash ./libtool --tag=CC   --mode=link ccache
> gcc-3.4.0  -g -O2 -no-undefined -version-info 3:12:1  -o libhello.la -rpath
> /tmp_mnt/cancun/home2/fang/local/src/libtool-1.5.23b/i386-freebsd4.3-build/tests/_inst/lib
> libhello_la-longer_file_name_hello.lo libhello_la-longer_file_name_foo.lo
> libhello_la-longer_file_name_foo2.lo -lm
> creating reloadable object files...
> creating a temporary reloadable object file: .libs/libhello.la-3.o
> g++-3.4.0 -r -o .libs/libhello.la-1.o
> .libs/libhello_la-longer_file_name_hello.o
> 
> /usr/libexec/elf/ld: cannot find -lm
> collect2: ld returned 1 exit status

The command should be something like
  ld -r -o .libs/libhello.la-1.o .libs/libhello_la-longer_file_name_hello.o

This failure is because $LD is set wrongly, see the configure output
earlier:

| checking for ld used by ccache gcc-3.4.0... g++-3.4.0
| checking if the linker (g++-3.4.0) is GNU ld... no
| checking for g++-3.4.0 option to reload object files... -r

Please show the output of both of these:
  gcc-3.4.0 -print-prog-name=ld
  ccache gcc-3.4.0 -print-prog-name=ld

> === Running tagdemo-exec.test
> Executing uninstalled programs in ../tagdemo
> /usr/libexec/ld-elf.so.1: Cannot open "./.libs/libbaz.so"
> ../../tests/tagdemo-exec.test: cannot execute ../tagdemo/tagdemo
> FAIL: tagdemo-exec.test
> ---------->8 snip 8<-----------
> This looks like the same failure I see on my own hello-world demo
> project: an installed binary linked to a shlib, still uses a hardcoded
> path to the *build* directory, not the install directory.

No.  The test is trying to execute an "uninstalled" program, you are
trying to execute an "installed" program.  Different situation.

I don't understand why this test fails though.  Could you try without
ccache?  Things should work with ccache as well, but it seems they
don't.

Thanks,
Ralf




reply via email to

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