bug in libtool --mode=install with EXEEXT

2003-02-26 Thread Sebastien Sable
When using mingw, libtool 1.4e (1.1198 2003/02/25 00:30:28) with the --mode=install option will fail to install a .exe : STRIPPROG='i586-mingw32msvc-strip' /bin/sh ../libtool --mode=install /bin/sh /home/sable/tim/release_test/libbraille-0.9.11/libbraille-0.9.11/install-sh -c -s test_libbraille

lt_dlerror() not returning NULL when no error

2002-01-16 Thread Sebastien Sable
I have the following code that works (identbrl is not NULL and it works ok when called) : identbrl = lt_dlsym(library, "identbrl"); however if I add the following code : identbrl = lt_dlsym(library, "identbrl"); strerror = lt_dlerror(); if (strerror) { Log(LOG_ERR, "%s", stre

Re: a small C warning

2001-07-10 Thread Sebastien Sable
Tim Mooney <[EMAIL PROTECTED]> writes: > It's not nothing, at least on architectures that aren't ILP32. Your program > will work fine on Linux on Intel, but it will fail on 64 bit (LP64) OSes. Sorry that was a really stupid mistake from me: I was persuaded for some reason that the problem was

a small C warning

2001-07-10 Thread Sebastien Sable
Hi, sorry if this is not really specific to libtool but it I have this little boring warning in a file of mine when using lt_dladdsearchdir : gcc -DHAVE_CONFIG_H -I. -I. -I.. -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/libbraille\" -DPKGLIBDIR=\"/usr/local/lib/libbraille\"

Re: DLLs with mingw or cygwin

2001-05-22 Thread Sebastien Sable
Guido Draheim <[EMAIL PROTECTED]> writes: > why? using the latest in autotools does build a mingw-dll for me > every week! Sure there are some problems but it works, just some > extra arguments for libtool and extra lib references, that's it. Well could you please specify those extra-argume

Re: DLLs with mingw or cygwin

2001-05-18 Thread Sebastien Sable
Sebastien Sable <[EMAIL PROTECTED]> writes: > So I made a fake very simple library using autoconf, automake, > libltdl, libtool-1.4. Making it as clean as I could, reading the > autobook and libtool info pages. It works perfectly well under > linux. It compiles without an

DLLs with mingw or cygwin

2001-05-17 Thread Sebastien Sable
Hi, I though that now that libtool-1.4 was released, I could finally have my project to directly release a dll. Unfortunately, that is not the case. So I made a fake very simple library using autoconf, automake, libltdl, libtool-1.4. Making it as clean as I could, reading the autobook and libto