Re: FriBidi Installation
John Brown <[email protected]> Mon, 31 Dec 2012 14:12:55 +0000 (UTC)
| Newsgroups | gmane.comp.internationalization.fribidi |
|---|---|
| Message-ID | <[email protected]> |
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.