This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fixes for mingw+msys & cygwin


Hello,
I tried to compile libffi under mingw+msys but I was not able to create it as a shared library.
Infact the linking stage requires "-no-undefined" flag for these platforms.
Attached patch fixes the problem: in addition it will also provide an elegant way for adding more flags to libtool with AM_LTLDFLAGS macro, if a platform will need them.

Sincerely,

Carlo Bramini.

Attachment: libffi.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]