[Mono-dev] Mono Compile Error in Solaris 8

Zoltan Varga vargaz at gmail.com
Sat Aug 20 18:59:30 EDT 2005


                                              Hi,

This line:
> false cru .libs/libmonogc.a .libs/allchblk.o .libs/alloc.o .libs/blacklst.o

should read:
ar cru ....

This suggests that your system does not have a suitable 'ar' tool installed, or
the configure script can't find it.

                Zoltan


On 8/21/05, Nit Bha <nithelp at gmail.com> wrote:
> Hey guys, I am trying to compile mono on solaris 8, and the the config
> is running just fine.  When I run a make I get the following error
> messages.
> 
> 
> I can't seem to figure out what is the problem.  I have been looking
> into what libtool does, but I am not sure if its supposed to create
> libmonogc.la.  I have run the same command at a bash prompt, and I get
> no errors, but it doesn't create any files.  Any help would be really
> really appreciated!
> 
> 
> Thanks so much!
> 
> 
> --------------------------------------------------------
> /bin/bash ./libtool --mode=link gcc  -g  -o libmonogc.la  -version-info
> 1:2:0 allchblk.lo alloc.lo blacklst.lo  checksums.lo dbg_mlc.lo dyn_load.lo
> finalize.lo gc_dlopen.lo  gcj_mlc.lo headers.lo aix_irix_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 pthread_support.lo  pthread_stop_world.lo
> darwin_stop_world.lo  sparc_mach_dep.lo -lpthread
> libtool: link: warning: `-version-info/-version-number' is ignored for
> convenience libraries
> false cru .libs/libmonogc.a .libs/allchblk.o .libs/alloc.o .libs/blacklst.o
> .libs/checksums.o .libs/dbg_mlc.o .libs/dyn_load.o .libs/finalize.o
> .libs/gc_dlopen.o .libs/gcj_mlc.o .libs/headers.o .libs/aix_irix_threads.o
> .libs/malloc.o .libs/mallocx.o .libs/mark.o .libs/mark_rts.o .libs/misc.o
> .libs/new_hblk.o .libs/obj_map.o .libs/os_dep.o .libs/pcr_interface.o
> .libs/ptr_chck.o .libs/real_malloc.o .libs/reclaim.o
> .libs/solaris_pthreads.o .libs/solaris_threads.o .libs/specific.o
> .libs/stubborn.o .libs/typd_mlc.o .libs/backgraph.o .libs/win32_threads.o
> .libs/pthread_support.o .libs/pthread_stop_world.o .libs/darwin_stop_world.o
> .libs/sparc_mach_dep.o
> *** Error code 1
> make: Fatal error: Command failed for target `libmonogc.la'
> Current working directory /export/home/users/nit/mono/mono-1.1.8.3/libgc
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory /export/home/users/nit/mono/mono-1.1.8.3/libgc
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory /export/home/users/nit/mono/mono-1.1.8.3
> *** Error code 1
> make: Fatal error: Command failed for target `all'
> -------------------------------------------------------
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>



More information about the Mono-devel-list mailing list