bug-libtool
[Top][All Lists]
Advanced

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

hello-project install failure


From: David Fang
Subject: hello-project install failure
Date: Fri, 23 Feb 2007 17:02:55 -0500 (EST)

Hi,
        As mentioned from a previous thread, here's a link to a simple
shlib project:
http://www.csl.cornell.edu/~fang/sw/hello-autotools-0.1.tar.bz2

which was just the product of "gmake distcheck".

The project was libtoolized with version 1.15.22.
The project works fine on all systems I've tested (linux, darwin)
except FreeBSD (4.3, 6.2).
The failure only occurs with trying to execute the installed binary,
'hello-main', from a shared-lib build (static builds are OK).
The binary/objdump shows that the installed executable is still looking at
the build path (.libs/libhello.so).

As usual, let me know if you can reproduce it on a FreeBSD system, or you
need more information about my configuration/environment, logs, etc.

basics:

on i386-unknown-freebsd:

/usr/local/compiler/bin/gcc-3.4.0

% gcc-3.4.0 -v
Reading specs from
/usr/local/compiler/lib/gcc/i386-unknown-freebsd4.3/3.4.0/specs
Configured with: ./configure --prefix=/usr/local/compiler
--program-suffix=-3.4.0 --enable-shared --enable-threads=posix
--disable-nls --enable-languages=c,c++,f77
Thread model: posix
gcc version 3.4.0

sometimes using ccache, sometimes using distcc (no difference in result)

MAKEFLAGS=-j2
LD_LIBRARY_PATH=/usr/local/compiler/lib

on amd64-unknown-freebsd6.2:

/usr/bin/gcc
% gcc -v
Using built-in specs.
Configured with: FreeBSD/amd64 system compiler
Thread model: posix
gcc version 3.4.6 [FreeBSD] 20060305

no ccache, no distcc
MAKEFLAGS=-j4

LD_LIBRARY_PATH=/usr/local/compiler/lib (non-existent path on this host)

Hope we can figure this out.


David Fang
Computer Systems Laboratory
Electrical & Computer Engineering
Cornell University
http://www.csl.cornell.edu/~fang/
        -- (2400 baud? Netscape 3.0?? lynx??? No problem!)






reply via email to

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