[Mono-dev] problem while compile svn from mac os x

cartuchoGL cartuchogl at unrealspace.com
Tue Jan 3 12:50:01 EST 2006


Thanks for your answer.

I tried with ./configure --with-tls=__thread and ./configure 
--with-tls=pthread and result is same.

The 1.1.12.1 compile fine.

Paul Betts wrote:

>Check your thread options (run ./configure --help for more info)
>
>On Tue, 2006-01-03 at 15:48 +0000, cartuchoGL wrote:
>  
>
>>I get mono and mcs svn versions (r55007), it's compile fine on my debian 
>>box, but at mac os x
>>not.
>>
>>I install automake 1.8.5 with fink because with automake version 
>>built-in mac os x break
>>autogen.sh
>>
>>When run ./autogen.sh --prefix=/usr/local at mono directory end ok but 
>>show this warning
>>messages:
>>
>>/sw/share/aclocal/pkg.m4:5: warning: underquoted definition of 
>>PKG_CHECK_MODULES
>>  run info '(automake)Extending aclocal'
>>  or see 
>>http://sources.redhat.com/automake/automake.html#Extending%20aclocal
>>Running autoheader...
>>autoheader: WARNING: Using auxiliary files such as `acconfig.h', 
>>`config.h.bot'
>>autoheader: WARNING: and `config.h.top', to define templates for 
>>`config.h.in'
>>autoheader: WARNING: is deprecated and discouraged.
>>autoheader:
>>autoheader: WARNING: Using the third argument of `AC_DEFINE' and
>>autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows to define a template 
>>without
>>autoheader: WARNING: `acconfig.h':
>>autoheader:
>>autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
>>autoheader:             [Define if a function `main' is needed.])
>>autoheader:
>>autoheader: WARNING: More sophisticated templates can also be produced, 
>>see the
>>autoheader: WARNING: documentation.
>>
>>When run make finally out
>>....
>>[more out]
>>....
>>gcc -dynamiclib  -o .libs/libMonoPosixHelper.dylib  .libs/errno.o 
>>.libs/map.o .libs/signal.o .libs/stdio.o .libs/string.o .libs/stdlib.o 
>>.libs/dirent.o .libs/fcntl.o .libs/fstab.o .libs/grp.o .libs/macros.o 
>>.libs/old-map.o .libs/pwd.o .libs/serial.o .libs/sys-mman.o 
>>.libs/sys-sendfile.o .libs/sys-stat.o .libs/sys-statvfs.o 
>>.libs/sys-time.o .libs/sys-wait.o .libs/sys-xattr.o .libs/syslog.o 
>>.libs/time.o .libs/unistd.o .libs/utime.o .libs/x-struct-str.o 
>>.libs/zlib_macros.o  -pthread -L/sw/lib /sw/lib/libgthread-2.0.dylib 
>>/sw/lib/libglib-2.0.dylib /sw/lib/libintl.dylib /sw/lib/libiconv.dylib 
>>-lz -lpthread -lm  -install_name  /usr/local/lib/libMonoPosixHelper.dylib
>>powerpc-apple-darwin8-gcc-4.0.1: unrecognized option '-pthread'
>>ld: warning multiple definitions of symbol _locale_charset
>>/sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
>>/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
>>ld: Undefined symbols:
>>_lutimes
>>/usr/bin/libtool: internal link edit command failed
>>make[2]: *** [libMonoPosixHelper.la] Error 1
>>make[1]: *** [all-recursive] Error 1
>>make: *** [all] Error 2
>>
>>Does anyone know how to fix this?
>>
>>Thanks in advance.
>>_______________________________________________
>>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