Hello Paul, Gary,
thanks for the report, and for forwarding it.
2009/4/5 Paul Smedley <address@hidden>:
ltdl has problems running on OS/2 - as its detected as using some cygwin
code:
cygwin* | mingw* | os2* | pw32*)
AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include <sys/cygwin.h>]])
LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la"
;;
esac
os2* shouldn't be included for the section on cygwin_conv_path
It would be really great if this could be corrected - this seems to have
been added recently, and causes a lot of build bustage.
I don't see how this particular code causes the breakage; if OS/2 has no
cygwin_conv_path function, then the respective code should be disabled.
Can you post (copy and paste) errors that you are getting?