Bug 65909 - Build failure on MinGW
Summary: Build failure on MinGW
Status: NEW
Alias: None
Product: FriBidi
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Windows (All)
: medium normal
Assignee: Behdad Esfahbod
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-18 19:40 UTC by stepik-777
Modified: 2013-06-18 19:40 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description stepik-777 2013-06-18 19:40:10 UTC
It is necessary to edit lib/Makefile after ./configure
Symbol # must be added to this line:
libfribidi_la_LDFLAGS = -no-undefined -version-info $(LT_VERSION_INFO) \
        -export-symbols-regex "^fribidi_.*" # $(am__append_1)
                                            ^
                                        here it is
It is described here: http://kemovitra.blogspot.ru/2009/07/mingw-to-compile-fribidi-for-windows.html#.UcC1u5ya_oc


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.