pkgsrc-Bugs archive

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

Re: pkg/53116: fonts/harfbuzz fails to build on Clear Linux



>    CCLD     test-subset-hmtx
>    CCLD     test-unicode

The problem is that the build should be using a CXXLD rule, i.e. link with
the C++ compiler.

> ../../src/.libs/libharfbuzz.so: undefined reference to
`__gxx_personality_v0'

This is typically an error you get when trying to link C++ code with the C
compiler.



--
Benny


Home | Main Index | Thread Index | Old Index