[Mono-list] compiling mono on ubuntu

Eduardo Osorio Armenta e_osorio@yahoo.com
Tue, 30 Nov 2004 01:43:10 -0800 (PST)


bueno (ok)

but i want to try ubuntu-warty limit...

i uninstall automake1.4 
and run 
./autogen.sh --prefix=/home/eduardo --with-preview

and begin to compile

but fails at:

make[3]: Entering directory
`/home/eduardo/prog/csharp/mono/svn/mono/mono/mini'
/bin/sh ../../libtool --mode=link gcc  -g -O2
-fno-strict-aliasing -g -Wall -Wunused
-Wmissing-prototypes -Wmissing-declarations
-Wstrict-prototypes  -Wmissing-prototypes
-Wnested-externs -Wpointer-arith -Wno-cast-qual
-Wcast-align -Wwrite-strings  -o mono  -export-dynamic
-Wl,-version-script=./ldscript main.o
libmono-static.la                         -pthread
-lgthread-2.0 -lglib-2.0                   
-Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0  
-lm          -lnsl -lpthread -lm -lrt
gcc -g -O2 -fno-strict-aliasing -g -Wall -Wunused
-Wmissing-prototypes -Wmissing-declarations
-Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wpointer-arith -Wno-cast-qual
-Wcast-align -Wwrite-strings -o mono
-Wl,-version-script=./ldscript main.o
-Wl,--export-dynamic -Wl,--export-dynamic 
./.libs/libmono-static.a -pthread
/usr/lib/libgthread-2.0.so /usr/lib/libgmodule-2.0.so
-ldl /usr/lib/libglib-2.0.so -lnsl -lpthread -lm -lrt
./.libs/libmono-static.a(graph.o)(.text+0x664): In
function `mono_print_label':
/home/eduardo/prog/csharp/mono/svn/mono/mono/mini/graph.c:161:
undefined reference to `mono_burg_arity'
./.libs/libmono-static.a(mini.o)(.text+0x1430d): In
function `mono_print_tree':
/home/eduardo/prog/csharp/mono/svn/mono/mono/mini/mini.c:5898:
undefined reference to `mono_burg_arity'
./.libs/libmono-static.a(mini.o)(.text+0x14fef): In
function `mono_inst_foreach':
/home/eduardo/prog/csharp/mono/svn/mono/mono/mini/mini.c:6357:
undefined reference to `mono_burg_arity'
./.libs/libmono-static.a(mini.o)(.text+0x15aab): In
function `dec_foreach':
/home/eduardo/prog/csharp/mono/svn/mono/mono/mini/mini.c:6761:
undefined reference to `mono_burg_arity'
./.libs/libmono-static.a(mini.o)(.text+0x16727): In
function `emit_state':
/home/eduardo/prog/csharp/mono/svn/mono/mono/mini/mini.c:7161:
undefined reference to
`mono_burg_rule'./.libs/libmono-static.a(mini.o)(.text+0x16733):/home/eduardo/prog/csharp/mono/svn/mono/mono/mini/mini.c:7162:
undefined reference to `mono_burg_nts'
./.libs/libmono-static.a(mini.o)(.text+0x16759):/home/eduardo/prog/csharp/mono/svn/mono/mono/mini/mini.c:7215:
undefined reference to `mono_burg_func'
./.libs/libmono-static.a(mini.o)(.text+0x16792):/home/eduardo/prog/csharp/mono/svn/mono/mono/mini/mini.c:7202:
undefined reference to `mono_burg_kids'
./.libs/libmono-static.a(mini.o)(.text+0x16ac7): In
function `mini_select_instructions':
/home/eduardo/prog/csharp/mono/svn/mono/mono/mini/mini.c:7316:
undefined reference to `mono_burg_label'
./.libs/libmono-static.a(mini.o)(.text+0x1716c): In
function `mono_cprop_copy_values':
/home/eduardo/prog/csharp/mono/svn/mono/mono/mini/mini.c:7504:
undefined reference to `mono_burg_arity'
./.libs/libmono-static.a(mini.o)(.text+0x171a1):/home/eduardo/prog/csharp/mono/svn/mono/mono/mini/mini.c:7509:
undefined reference to `mono_burg_arity'
./.libs/libmono-static.a(mini.o)(.text+0x1730a): In
function `mono_cprop_invalidate_values':
/home/eduardo/prog/csharp/mono/svn/mono/mono/mini/mini.c:7575:
undefined reference to `mono_burg_arity'
./.libs/libmono-static.a(mini.o)(.text+0x189ed): In
function `mini_init':
/home/eduardo/prog/csharp/mono/svn/mono/mono/mini/mini.c:8414:
undefined reference to
`mono_burg_init'./.libs/libmono-static.a(liveness.o)(.text+0xd6):
In function `update_gen_kill_set':
/home/eduardo/prog/csharp/mono/svn/mono/mono/mini/liveness.c:62:
undefined reference to `mono_burg_arity'
./.libs/libmono-static.a(liveness.o)(.text+0x39c): In
function `update_volatile':
/home/eduardo/prog/csharp/mono/svn/mono/mono/mini/liveness.c:107:
undefined reference to `mono_burg_arity'
./.libs/libmono-static.a(ssa.o)(.text+0x22f): In
function `replace_usage':
/home/eduardo/prog/csharp/mono/svn/mono/mono/mini/ssa.c:105:
undefined reference to `mono_burg_arity'
./.libs/libmono-static.a(ssa.o)(.text+0x330): In
function `extends_live':
/home/eduardo/prog/csharp/mono/svn/mono/mono/mini/ssa.c:147:
undefined reference to `mono_burg_arity'
./.libs/libmono-static.a(ssa.o)(.text+0x3c6): In
function `replace_usage_new':
/home/eduardo/prog/csharp/mono/svn/mono/mono/mini/ssa.c:174:
undefined reference to `mono_burg_arity'
./.libs/libmono-static.a(ssa.o)(.text+0xce0):/home/eduardo/prog/csharp/mono/svn/mono/mono/mini/ssa.c:417:
more undefined references to `mono_burg_arity' follow
collect2: ld returned 1 exit status
make[3]: *** [mono] Error 1
make[3]: Leaving directory
`/home/eduardo/prog/csharp/mono/svn/mono/mono/mini'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/eduardo/prog/csharp/mono/svn/mono/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/eduardo/prog/csharp/mono/svn/mono'
make: *** [all-recursive-am] Error 2


so i hope someone could redirect me to
information about this fail



--- Philipp Knecht <ph_knecht@yahoo.com> wrote:

> Hi there
> 
> I have 1.0.4 running on Ubuntu. First I did a mono
> 1.0.2 install from the hoary ressources (change
> warty
> to hoary in the Reposotories but make a image of
> your
> warty system first...)
> Then I compiled 1.0.4 without problems.
> I failed to compile monodevelop. But it doesn't
> matter
> i got it from the above mentioned reposotories too.
> 
> Have fun
> 
> Phil
> 
> 
> 
> 	
> 
> 	
> 		
>
___________________________________________________________
> Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher
> kostenlos - Hier anmelden: http://mail.yahoo.de
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> 



		
__________________________________ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail