Re: stop libtool from compiling everything twice

2008-11-27 Thread Bernd Jendrissek
On Thu, Nov 27, 2008 at 4:52 PM, herman bastiaens <[EMAIL PROTECTED]> wrote: > is there a way to stop libtool from compiling everything twice? I am > compiling a convenience library, so I add the -static and -prefer-non-pic > flag, but it's still compiling my file twice. The command looks like this

Re: Compiling into chroot

2008-06-25 Thread Bernd Jendrissek
On Sat, Jun 14, 2008 at 9:59 AM, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: > Building packages into chroot is more and more common, live-cd, > live-usb, initramfs, embedded, vservers etc... > > A lot of packages use libtool, so using the standard gnu build for > chroot environment, in order to build

Re: what do these warnings mean: library.la was moved...

2008-05-08 Thread Bernd Jendrissek
On Mon, May 5, 2008 at 5:33 PM, Bob Friesenhahn <[EMAIL PROTECTED]> wrote: > It is popular to use DESTDIR to redirect installation to a temporary > directory. On some systems, this does not cause a difference but on others > the libraries should be relinked to reflect their final location. Libto

Re: [RFC] New library "type" needed?

2007-03-26 Thread Bernd Jendrissek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Mar 25, 2007 at 03:42:54PM -0700, Brian Dessent wrote: > but why would you ever want to build libbfd shared? It is always > built static by default even on ELF systems Hmm, not on my system. It's shared here. And a good thing too, as I don'

Re: cannot find -leutil (nonstandard libdir in dependency lib)

2006-06-23 Thread Bernd Jendrissek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Jun 23, 2006 at 04:19:41PM +0200, Ralf Wildenhues wrote: > * Bernd Jendrissek wrote on Fri, Jun 23, 2006 at 03:55:01PM CEST: > > I'm trying to build evolution-2.7.3 and the build bombs out like this: > > This is on

cannot find -leutil (nonstandard libdir in dependency lib)

2006-06-23 Thread Bernd Jendrissek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi libtool hackers, I'm trying to build evolution-2.7.3 and the build bombs out like this: gcc -shared .libs/ea-cell-table.o .libs/gal-a11y-util.o -Wl,--whole-archive e-text/.libs/libgal-a11y-etext.a e-table/.libs/libgal-a11y-etable.a -Wl,--no-who

Re: Version numbering

2003-09-30 Thread Bernd Jendrissek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Sep 30, 2003 at 09:33:29AM +0200, Alexandre Duret-Lutz wrote: > Obviously, as long as characters are reserved for beta releases, ^ > we may not care about such installation tools.

Re: (With Patch) Re: DESTDIR trouble

2003-07-07 Thread Bernd Jendrissek
On Mon, Jul 07, 2003 at 08:42:14PM -0400, Charles Wilson wrote: > Alexandre Duret-Lutz wrote: > > > > > R> For several _YEARS_, packagers for software were very troubled because > > R> of not-completely-working staging install. I really hope this issue can > > R> be sorted out, once and for al

Re: DESTDIR trouble

2003-07-07 Thread Bernd Jendrissek
On Sat, Jul 05, 2003 at 02:09:40PM -0400, Charles Wilson wrote: > Bernd Jendrissek wrote: > > I realise this may be an FAQ candidate, but I haven't gotten any joy out > > of google or the mail.gnu.org archives. > > > > My problem: > > > > I have, say

DESTDIR trouble

2003-07-04 Thread Bernd Jendrissek
I realise this may be an FAQ candidate, but I haven't gotten any joy out of google or the mail.gnu.org archives. My problem: I have, say, guile 1.4 installed, with libguile.so.9 in /usr/lib. Now I've tried to build guile 1.6.4 with a DESTDIR=foo install, but then things get linked with the guile

Re: Libtool 1.4.3

2002-10-08 Thread Bernd Jendrissek
On Tue, Oct 08, 2002 at 11:36:40AM -0500, Bob Friesenhahn wrote: > On 8 Oct 2002, Akim Demaille wrote: > > There is one big question which must be answered first: will it have > > to be Autoconf 2.13 compatible? > > > > I *strongly* suggest that it must not. It should AC_PREREQ 2.54 > > immediate