Re: branch 2.0, make install DESTDIR=

2005-07-11 Thread Ralf Wildenhues
Hi Charles, * Charles Wilson wrote on Sun, Jul 10, 2005 at 08:46:26PM CEST: > is broken -- at least on cygwin, but probably everywhere. *snip* > tar: configure: Cannot stat: No such file or directory > tar: Error exit delayed from previous errors > tar: configure: Cannot stat: No such file or dire

Re: Alternate SONAME values

2005-07-11 Thread Ralf Wildenhues
Hi Keith, * Keith Packard wrote on Fri, Jul 08, 2005 at 11:42:57PM CEST: > On Fri, 2005-07-08 at 11:23 +0200, Simon Richter wrote: > > > Now I'm wondering whether it would make sense to add a switch to libtool > > that makes it not install those two things, such as "-old-abi". > > I have to supp

Re: [bug-gnulib] Re: libtool 2.1a failed mdemo-make.test on Solaris

2005-07-11 Thread Ralf Wildenhues
Hi Bruno, * Bruno Haible wrote on Mon, Jul 11, 2005 at 01:23:26PM CEST: > > The modules in gnulib are normally used in a directory that creates a > single library, say libfoo.la, and in this case a line like > > all-local $(lib_OBJECTS): $(ARGZ_H) > > is meant to be changed to > > all-loca

Re: [bug-gnulib] Re: libtool 2.1a failed mdemo-make.test on Solaris

2005-07-11 Thread Bruno Haible
Ralf Wildenhues wrote: > It's a bit tricky to reproduce: You > need a system which has no argz.h, then configure, then `make check' > without prior make. If you had ever run `make' before in this build > tree, even after `make clean' the dependency information is stored in > libltdl/.deps/*.Plo, a

Re: how to use circular dependencies

2005-07-11 Thread Ralf Wildenhues
Hi Tom, * tom fogal wrote on Fri, Jul 08, 2005 at 08:14:51PM CEST: > Hi all, I'm trying to get libtool to link a program that depends on a > circular list of static (libtool) libraries. > > I'm using a command line like: > > ../../libtool --mode=link --preserve-dup-deps g77 -Wall -I../include >

Re: Alternate SONAME values

2005-07-11 Thread Keith Packard
On Mon, 2005-07-11 at 13:58 +0200, Ralf Wildenhues wrote: > Re-reading this thread, I would be inclined to accept a patch which > implements your original proposal, given that a way can be found how it > degrades gracefully on the different/not-so-flexible shared library > systems mentioned. That

Re: how to use circular dependencies

2005-07-11 Thread tom fogal
<[EMAIL PROTECTED]>Ralf Wildenhues writes: >Hi Tom, > >* tom fogal wrote on Fri, Jul 08, 2005 at 08:14:51PM CEST: >> Hi all, I'm trying to get libtool to link a program that depends on a >> circular list of static (libtool) libraries. >> >> I'm using a command line like: >> >> ../../libtool --mo

Re: branch 2.0, make install DESTDIR=

2005-07-11 Thread Charles Wilson
Ralf Wildenhues wrote: (B) cygwin-specific: There is no root user. There might be a SYSTEM user which is somewhat similar, and Administrator which is somewhat similar in other ways -- but regardless there is no facility to do CHOWN unless you're building as Administrator (not SYSTEM). Basica