
26 Feb
2015
26 Feb
'15
2:51 a.m.
On Wed, Feb 25, 2015 at 6:46 PM, Krzysztof Kosiński <tweenk.pl@...972.....> wrote:
Just a few notes:
- This change is asking for trouble. "gc" is already used as the
library name of Boehm GC, which we are linking to, so these internal GC components should be called "libinkgc" instead to avoid possible naming conflicts. 2. The convention so far was that "lib*" directories in the source tree are for in-tree forks/copies of third party libraries (except "libnrtype").
Fixed in r13950. I'll try to stick to convention in the future regarding this area.