[FriBidi] FriBidi Installation
John Brown
johnbrown_105 at yahoo.com
Mon Dec 31 06:12:55 PST 2012
John Brown <johnbrown_105 <at> yahoo.com> writes:
>
> I assume that this is because libfribidi-char-sets-?.dll and its corresponding
> import library were not built. I have tried a few releases, but I never
> succeeded in building the charsets DLL. Normally this is because of a missing
> 'no-undefined' on the libtool command line, but no matter where I put the flag,
> it would build only the static library.
>
Upon further investigation, it seems that the charsets DLL depends on
libfribidi.dll, but "make" attempts to build the charset DLL first.
This is a problem on Windows, but apparently not on Linux.
So the necessary changes for Windows (not tested) are:
1) Add -no-undefined to libfribidi_char_sets_la_LDFLAGS;
2) Ensure that that libfribidi.dll is built before libfribidi_char_sets.dll
Regards,
John Brown.
More information about the fribidi
mailing list