.lai files

2008-09-17 Thread Patrick Welche
I'm trying to debug the libsasl make install error: libtool: install: /usr/bin/install -c .libs/libsasldb.lai /usr/local/lib/sasl2/libsasldb.la install: .libs/libsasldb.lai: stat: No such file or directory but I can't seem to find any documentation on where/when a .lai is created. (Just a refere

Re: .lai files

2008-09-17 Thread Bob Friesenhahn
On Wed, 17 Sep 2008, Patrick Welche wrote: I'm trying to debug the libsasl make install error: libtool: install: /usr/bin/install -c .libs/libsasldb.lai /usr/local/lib/sasl2/libsasldb.la install: .libs/libsasldb.lai: stat: No such file or directory but I can't seem to find any documentation o

Libtool 2.2.6a

2008-09-17 Thread Jeff Squyres
I notice that libtool-2.2.6a.tar.* unzips into the libtool-2.2.6/ directory (dropping the "a" from the directory name). This is unexpected. It actually throws off all my auto-install scripts because the version number is now not the same as the directory. Grumble. -- Jeff Squyres Ci

Re: Libtool 2.2.6a

2008-09-17 Thread Peter O'Gorman
Jeff Squyres wrote: > > > I notice that libtool-2.2.6a.tar.* unzips into the libtool-2.2.6/ > directory (dropping the "a" from the directory name). This is > unexpected. It actually throws off all my auto-install scripts because > the version number is now not the same as the directory. > > Gr

Re: .lai files

2008-09-17 Thread Ralf Wildenhues
Hi Patrick, Bob, * Bob Friesenhahn wrote on Wed, Sep 17, 2008 at 08:08:39PM CEST: > On Wed, 17 Sep 2008, Patrick Welche wrote: > >> I'm trying to debug the libsasl make install error: >> >> libtool: install: /usr/bin/install -c .libs/libsasldb.lai >> /usr/local/lib/sasl2/libsasldb.la >> install:

[sr #106497] Broken download link ("2.2.6" instead of "2.2.6a")

2008-09-17 Thread Sebastian Pipping
URL: Summary: Broken download link ("2.2.6" instead of "2.2.6a") Project: GNU Libtool Submitted by: hartwork Submitted on: Thu 18 Sep 2008 12:47:35 AM GMT Category: None

[sr #106497] Broken download link ("2.2.6" instead of "2.2.6a")

2008-09-17 Thread Peter O'Gorman
Update of sr #106497 (project libtool): Status:None => Done Assigned to:None => pogma Open/Closed:Open => Closed _

Re: problem when cross compiling with mingw32ce

2008-09-17 Thread Vincent Torri
I'm cross-compiling using the cegcc toolchain and the mingw32ce compiler. I have 2 problems: 1) I use Windows sockets, hence i have to link against libws2 and I pass -lws2. I have the following (usual...) message: *** Warning: linker path does not have real file for library -lws2. *** I hav