Re: glib(win32) without libffi



I'm not sure if this was mentioned before but I'm pretty sure Mozilla
builds libffi using MSVC, so if you need reference project files, might
be worth looking there?  Or, looking at git, they may somehow cause the
autotools to run msvcc?  There's a msvcc.sh file in
js/src/ctypes/libffi/msvcc.sh.
Yup, Mozilla builds libffi using Visual C++, and they are in fact the contributors to libffi so that it runs optimally when built with Visual C++.

The msvcc.sh file is used by the autotools, where the official way to build libffi with Visual C++ is via mozilla-build where one would set CC=msvcc.sh
for this purpose.

With blessings.


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