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: Paul Smedley
Subject: Re: Problem with ltdl m4 for OS/2
Date: Tue, 07 Apr 2009 06:23:36 +0845
User-agent: Thunderbird 2.0.0.14 (OS/2/20080505)

Hi Ralf,

Ralf Wildenhues wrote:
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?
What ends up happening is that windows.h gets included when the ltdl code get's built.

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.
OK will do

Cheers,

Paul.




reply via email to

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