[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
hg_dlopen.patch
Description: Text Data
- changeset: dlopen for cygwin,
Marco Atzeri <=