Bug 65909

Summary: Build failure on MinGW
Product: FriBidi Reporter: stepik-777
Component: generalAssignee: Behdad Esfahbod <freedesktop>
Status: NEW --- QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Windows (All)   
Whiteboard:
i915 platform: i915 features:

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.