[HarfBuzz] mingw compilation problem with 811eefe
Werner LEMBERG
wl at gnu.org
Mon Sep 17 23:07:42 PDT 2012
> In HarfBuzz we override the linker to use a C linker, not C++, and
> we don't link with libstdc++. This works with GCC and mingw on
> Linux. Not sure on Windows. Try overriding the linker. Ie. remove
> this line from src/Makefile.am:
>
> libharfbuzz_la_LINK = $(LINK) $(libharfbuzz_la_LDFLAGS)
Indeed! Commenting out this line makes the build succeed.
Werner
More information about the HarfBuzz
mailing list