missing libffi.so master link
Laurent Blume
laurent at opencsw.org
Sun Mar 8 12:11:24 CET 2015
Le 2015/03/08 10:35 +0100, Riccardo Mottola a écrit:
> Hi,
>
> now we have a shiny new libffi package on all 4 platform (9/10
> x86/sparc) combinations!
>
> However, I cannot build gnustep-base:
>
> ld: fatal: library -lffi: not found
1 s none /opt/csw/lib/>>>>ffi<<<</libffi.so=../libffi.so.6.0.4
It's not in the standard lib/ because there is another different library
with the same name. So you need to add that one to -L in your recipe
(but in that case, not -R, since the actual .so.x are in lib/).
Laurent
More information about the maintainers
mailing list