[Mono-bugs] [Bug 55899][Nor] New - Path to default ar not configure'd correctly (mono-0.31)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Mar 2004 12:06:47 -0500 (EST)


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 louis.p.santillan@jpl.nasa.gov.

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

--- shadow/55899	2004-03-22 12:06:47.000000000 -0500
+++ shadow/55899.tmp.3238	2004-03-22 12:06:47.000000000 -0500
@@ -0,0 +1,54 @@
+Bug#: 55899
+Product: Mono: Runtime
+Version: unspecified
+OS: other
+OS Details: Solaris 9
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: Louis.P.Santillan@jpl.nasa.gov               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Path to default ar not configure'd correctly (mono-0.31)
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem: Configure does not find/look for "ar" in
+/usr/ccs/bin.  Running make will fail.
+
+Steps to reproduce the problem:
+1. ./configure
+2. make
+
+Actual Results:
+libtool: link: warning: `-version-info' is ignored for convenience libraries
+rm -fr .libs/libmonogc.la .libs/libmonogc.* .libs/libmonogc.*
+ar cru .libs/libmonogc.al allchblk.lo alloc.lo blacklst.lo checksums.lo
+dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo
+irix_threads.lo linux_threads.lo malloc.lo mallocx.lo mark.lo mark_rts.lo
+misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo
+real_malloc.lo reclaim.lo solaris_pthreads.lo solaris_threads.lo
+specific.lo stubborn.lo typd_mlc.lo backgraph.lo win32_threads.lo
+sparc_mach_dep.lo
+./libtool: ar: command not found
+make[3]: *** [libmonogc.la] Error 127
+make[3]: Leaving directory `/home/lpsantil/build/mono/mono-0.31/libgc'
+make[2]: *** [all-recursive] Error 1
+make[2]: Leaving directory `/home/lpsantil/build/mono/mono-0.31/libgc'
+make[1]: *** [all-recursive] Error 1
+make[1]: Leaving directory `/home/lpsantil/build/mono/mono-0.31'
+make: *** [all] Error 2
+
+
+Expected Results: Successful build.
+
+How often does this happen? Always.
+
+
+Additional Information:
+(SunOS MachineName 5.9 Generic_112233-08 sun4u sparc SUNW,UltraAX-i2)