[Mono-dev] Trouble compiling on opensuse 11.3
Daniel Sell
dredd422 at gmail.com
Fri Feb 25 16:28:19 EST 2011
It fails because it tries to execute this:
--silent gcc -DHAVE_CONFIG_H -I. -I.. -I. -g -Wall -D_FORTIFY_SOURCE=2 -g
-O2 -O0 -g -D_GNU_SOURCE -MT libeglib_la-garray.lo -MD -MP -MF
.deps/libeglib_la-garray.Tpo -c -o .libs/libeglib_la-garray.o garray.c -fPIC
-DPIC
../doltcompile: line 31: --silent: command not found
It has the extra --silent option at the start.
Any ideas on how to fix it?
Thanks,
Dan
On Wed, Feb 23, 2011 at 2:06 PM, Daniel Sell <dredd422 at gmail.com> wrote:
> Hi,
>
> I'm having trouble compiling on opensuse 11.3
>
> ./autogen.sh --prefix=/usr && make clean && make
>
> os_dep.c:683:5: warning: ‘sigsetmask’ is deprecated (declared at
> /usr/include/signal.h:199)
> CC pcr_interface.lo
> CC ptr_chck.lo
> CC real_malloc.lo
> CC reclaim.lo
> CC solaris_pthreads.lo
> CC solaris_threads.lo
> CC specific.lo
> CC stubborn.lo
> CC typd_mlc.lo
> CC backgraph.lo
> CC win32_threads.lo
> CC pthread_support.lo
> CC pthread_stop_world.lo
> CC darwin_stop_world.lo
> CC openbsd_stop_world.lo
> CC mach_dep.lo
> LD libmonogc.la
> /bin/sh: @echo: command not found
> libtool: link: warning: `-version-info/-version-number' is ignored for
> convenience libraries
> LD libmonogc-static.la
> /bin/sh: @echo: command not found
> make[3]: Leaving directory `/home/djsell/play/mono/mono/libgc'
> make[2]: Leaving directory `/home/djsell/play/mono/mono/libgc'
> Making all in eglib
> make[2]: Entering directory `/home/djsell/play/mono/mono/eglib'
> make all-recursive
> make[3]: Entering directory `/home/djsell/play/mono/mono/eglib'
> Making all in src
> make[4]: Entering directory `/home/djsell/play/mono/mono/eglib/src'
> CC libeglib_la-garray.lo
> ../doltcompile: line 31: --silent: command not found
> make[4]: *** [libeglib_la-garray.lo] Error 127
> make[4]: Leaving directory `/home/djsell/play/mono/mono/eglib/src'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/djsell/play/mono/mono/eglib'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/djsell/play/mono/mono/eglib'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/djsell/play/mono/mono'
> make: *** [all] Error 2
>
> I have opensuse 11.3 on another machine which can compile it. I'm unsure
> of the difference between the systems. Any suggestions?
>
> Thanks,
> Dan
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20110225/1635f068/attachment-0001.html
More information about the Mono-devel-list
mailing list