bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with ltdl m4 for OS/2


From: Ralf Wildenhues
Subject: Re: Problem with ltdl m4 for OS/2
Date: Mon, 6 Apr 2009 20:51:19 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

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?

Can you please try out the git master tree of Libtool (or a nightly
snapshot) and report all test failures; see the README file for more
information on running the test suite.

Thanks,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]