RE: Porting from linux/unix to windows - Libtool?

2006-06-23 Thread Francesco Calimeri
Just a question: is there a way to tell libtool the desired name of the final .dll/.so? i mean... I get always some libMYLIB-0.dll, and I need the libMYLIB.la in order to allow the program to find the library at execution time; while if the name was libMYLIB.dll (without the "-0") I could drop the

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: Porting from linux/unix to windows - Libtool?

2006-06-23 Thread Francesco Calimeri
Original Message From: Christopher Hulbert [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 3:53 PM To: Francesco Calimeri Subject: Re: Porting from linux/unix to windows - Libtool? > On 6/23/06, Francesco Calimeri <[EMAIL PROTECTED]> wrote: >> Just a question: is there a way to tell

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

2006-06-23 Thread Ralf Wildenhues
Hello Bernd, * 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 a BSD variant, right? > Notably missing from the link command pasted above is > - -L$(DESTDIR)/usr/lib/evolution/2.8. Libtool *do

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 a BSD variant, right? Actua

Re: Use of printf in libtool.m4

2006-06-23 Thread Ralf Wildenhues
Hi Peter, Just to answer a six-months old question: * Peter O'Gorman wrote on Tue, Dec 06, 2005 at 02:37:20PM CET: > > Just looking to put in an honest check for -single_module support into > libtool.m4 and I see this in _LT_COMPILER_OPTION: > printf "$lt_simple_compile_test_code" > conftest.$a