[Mono-bugs] [Bug 59307][Nor] New - NetBSD libc version wrong

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 29 May 2004 20:54:26 -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 recht@netbsd.org.

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

--- shadow/59307	2004-05-29 20:54:26.000000000 -0400
+++ shadow/59307.tmp.30893	2004-05-29 20:54:26.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 59307
+Product: Mono: Runtime
+Version: unspecified
+OS: other
+OS Details: NetBSD 2.0_BETA i386
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: recht@netbsd.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: NetBSD libc version wrong
+
+Please fill in this template when reporting a bug, unless you know what you 
+are doing.
+Description of Problem:
+
+If configure doesn't know the OS it uses it's default value for $LIBC. The 
+default is libc.so.6 -- which isn't quite correct on NetBSD. ;-) The 
+attached patch adds the correct version for NetBSD.
+
+
+Steps to reproduce the problem:
+1. ./configure
+
+Actual Results:
+libc.so.6
+
+Expected Results:
+libc.so.12
+
+How often does this happen? 
+always