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
The following reply was made to PR pkg/53116; it has been noted by GNATS.
From: Benny Siegert <bsiegert%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/53116: fonts/harfbuzz fails to build on Clear Linux
Date: Wed, 21 Mar 2018 15:23:09 +0000
> 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