On Sun, Sep 8, 2013 at 6:32 PM, suzuki toshiya
<[email protected]>wrote:
> Hi,
>
> If you're working with Unix and doing "./configure && make && ..." style,
> please check builds/unix/unix-cc.in, its last part is a skeleton to invoke
> GNU libtool, you may be able to manipulate the flags to be passed.
>
> Regards,
> mpsuzuki
Following your advice, I modified the following in unix-cc.in:
LINK_LIBRARY = $(LIBTOOL) --mode=link $(CCraw) -o $@ $(OBJECTS_LIST) \
-rpath $(libdir) -avoid-version \ # <----
replaced version-info with -avoid-version
$(LDFLAGS) -no-undefined \
And it seems to have worked... Thanks!
Preet
_______________________________________________
Freetype mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype