bug-libtool
[Top][All Lists]
Advanced

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

Re: hello-project install failure


From: Ralf Wildenhues
Subject: Re: hello-project install failure
Date: Fri, 23 Feb 2007 23:17:28 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello David,

* David Fang wrote on Fri, Feb 23, 2007 at 11:02:55PM CET:
>       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

Thanks.  I did this:
  bzip2 -dc hello-autotools-0.1.tar.bz2 | tar xf -
  mkdir build
  ../hello-autotools-0.1/configure -C
  make
  make install DESTDIR=`pwd`/DEST
  objdump -p DEST/usr/local/bin/hello-main

| DEST/usr/local/bin/hello-main:     file format elf32-i386-freebsd
| 
[...]
| Dynamic Section:
|   NEEDED      libhello.so.0
|   NEEDED      libstdc++.so.5
|   NEEDED      libm.so.4
|   NEEDED      libc.so.6
|   RPATH       /usr/local/lib/hello-autotools
|   INIT        0x80485e8
[...]

on a i386-unknown-freebsd6.2 system.  Looks all normal to me.  Could you
make your (non-ccache, please, for reproduceability) build tree and
install tree of this package available as a tarball as well?

Thanks,
Ralf




reply via email to

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