octave-maintainers
[Top][All Lists]
Advanced

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

changeset: dlopen for cygwin


From: Marco Atzeri
Subject: changeset: dlopen for cygwin
Date: Tue, 15 Dec 2009 18:59:02 +0000 (GMT)

Hi John,
finally I found the solution for the "extra F on function names"
that blocked the building on cygwin for some time.

Basically on cygwin I need dlopen

-      *-*-cygwin* | *-*-mingw* | *-*-msdosmsvc)
+      *-*-mingw* | *-*-msdosmsvc)
        loadlibrary_api=true;
       ;;
+      *-*-cygwin*)
+       dlopen_api=true;


It is not based on the last changeset, as I was trying to avoid
the additional gnulib issue, but it the changeset should
apply easily.

Regards
Marco



      

Attachment: hg_dlopen.patch
Description: Text Data


reply via email to

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