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: Gary V. Vaughan
Subject: Re: Problem with ltdl m4 for OS/2
Date: Mon, 6 Apr 2009 09:57:15 +1300

Hi Paul,

Thanks for the report.  I'm forwarding your email to the libtool bug reporting
list where I hope that someone with experience of Windows based OSes
will be able to help you.

2009/4/5 Paul Smedley <address@hidden>:
> ltdl has problems running on OS/2 - as its detected as using some cygwin
> code:
>
> From aclocal.m4 from mpg123 (similar code in ltdl.m4 in other apps):
> case $host_os in
> darwin[[1567]].*)
> # We only want this for pre-Mac OS X 10.4.
>  AC_CHECK_FUNC([_dyld_func_lookup],
>        [AC_DEFINE([HAVE_DYLD], [1],
>                   [Define if you have the _dyld_func_lookup function.])
>        LT_DLLOADERS="$LT_DLLOADERS
> ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"])
>  ;;
> beos*)
>  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
>  ;;
> 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.

Cheers,
    Gary
-- 
Email me:          address@hidden                        (\(\
Read my blog:      http://blog.azazil.net              ( o.O)
And my other blog: http://www.machaxor.net              (uu )o
...and my book:    http://sources.redhat.com/autobook  ("("_)




reply via email to

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