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 somewhere there :
error = lt_dladdsearchdir(PKGLIBDIR);
                          ^
while it was there 
error = lt_dladdsearchdir(PKGLIBDIR);
      ^

I was just using the same variable to store an error from
lt_dladdsearchdir and lt_dlerror().
Those functions return respectively an int and a const char*. I just
created a strerror variable to use with lt_dlerror() and everything is
fine.

Thanks.

-- 
Sébastien Sablé <[EMAIL PROTECTED]>
http://inova.snv.jussieu.fr/~sable/

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to