[Mono-list] Problems building mono 0.6 under Cygwin

Mads Pultz mpultz@get2net.dk
Thu, 6 Sep 2001 23:46:17 +0200


> I believe Dietmar removed that dependancy a few days ago.  Are you getting
> it from CVS, snapshots, or what?

I was trying to build the mono 0.6 release (tested package from late
August), but I have now fetched the snapshot from the 5th of September.

I'm still not able to build Mono though. Running make results in the
following (see below). I have libtool 1.4.1 installed and glib 1.2.10. From
the output it seems like it is my glib that is the problem. What version of
glib does other Mono-Cygwin users use? I did not succeed in building
ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz but I have fetched
binaries from http://my.dreamwiz.com/jbdoll/. Any suggestions to what I can
do?

Mads

make  all-recursive
make[1]: Entering directory `/usr/local/src/mono-05-Sep-01/mono'
Making all in mono
make[2]: Entering directory `/usr/local/src/mono-05-Sep-01/mono/mono'
Making all in monoburg
make[3]: Entering directory
`/usr/local/src/mono-05-Sep-01/mono/mono/monoburg'
bison monoburg.y -o parser.c
gcc -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
monoburg.c
  -o monoburg
/cygdrive/f/DOCUME~1/mpultz/LOCALS~1/Temp/cceAnQbU.o(.text+0x38): undefined
refe
rence to `g_malloc0'
/cygdrive/f/DOCUME~1/mpultz/LOCALS~1/Temp/cceAnQbU.o(.text+0x6f): undefined
refe
rence to `g_list_append'
/cygdrive/f/DOCUME~1/mpultz/LOCALS~1/Temp/cceAnQbU.o(.text+0xa0): undefined
refe
rence to `g_list_append'
..
.. a very long list
..
/cygdrive/f/DOCUME~1/mpultz/LOCALS~1/Temp/cceAnQbU.o(.text+0x2f1c):
undefined re
ference to `yyparsetail'
collect2: ld returned 1 exit status
make[3]: *** [monoburg] Error 1
make[3]: Leaving directory
`/usr/local/src/mono-05-Sep-01/mono/mono/monoburg'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/mono-05-Sep-01/mono/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/mono-05-Sep-01/mono'
make: *** [all-recursive-am] Error 2