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\" 
-g -O2 -Wall -I../include -c braille.c          -fPIC -DPIC -o .libs/braille.lo
braille.c: In function `load_braille_driver':
braille.c:489: warning: assignment makes pointer from integer without a cast

which correspond to this line :

error = lt_dladdsearchdir(PKGLIBDIR);

I tried different kinds of cast without success.
The program works great anyway so it must be nothing, but if someone
has an idea...

Thanks in advance

-- 
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