[Mono-bugs] [Bug 74553][Nor] New - missing ICU_LIBS in pedump LDFLAGS

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 9 Apr 2005 11:39:55 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by anvil@livna.org.

http://bugzilla.ximian.com/show_bug.cgi?id=74553

--- shadow/74553	2005-04-09 11:39:55.000000000 -0400
+++ shadow/74553.tmp.22327	2005-04-09 11:39:55.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 74553
+Product: Mono: Runtime
+Version: 1.1
+OS: All
+OS Details: Fedora Core 3
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: anvil@livna.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: missing ICU_LIBS in pedump LDFLAGS
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+I'm running Fedora Core 3. I've installed libicu and libicu-devel from
+Fedora Extras. I've configured mono 1.1.6 with --with-icu, but when comes
+pedump link time,  it fails with tons of undefined symbols - icu libs symbols.
+
+I've been able to fix it by adding $(ICU_LIBS) to pedump LD_FLAGS in
+mono/metadata/Makefile.am.