[Mono-list] A COMPLETE list of prerequisites for compiling mo no in Cygwin?

John BouAntoun John.BouAntoun@rogen.com.au
Wed, 5 Feb 2003 11:04:06 +1100


This is a multi-part message in MIME format.

------_=_NextPart_001_01C2CCAA.194B7034
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

urs there was a message a few days ago that suggested that it had =
something to do with a double defintition of GC_WINTHREADS or something =
like that.
=20
The post suggested commenting out that def from the gc.h file (near the =
top). I have been unable to test this yet, windows machine has network =
problems, nor has gonzalo apparently (his windows machine is dead).
=20
Looking in configure.log will further enlighten you on this issue.
=20
Hope that helps
=20
JBA

-----Original Message-----
From: Urs Muff [mailto:umuff@quark.com]
Sent: Wednesday, 5 February 2003 11:01 AM
To: John BouAntoun; 'mono-list@lists.ximian.com'
Subject: RE: [Mono-list] A COMPLETE list of prerequisites for compiling =
mo no in Cygwin?



But of course, it's there, but still is not to be found!

[/CVS-Repositories/go-mono.com]$ ll install/include/gc

total 136

drwxr-xr-x+   2 umuff    mkgroup         0 Mar 18  2002 CVS

-rw-rw-rw-    1 umuff    mkgroup     14293 Mar 18  2002 cord.h

-rw-rw-rw-    1 umuff    mkgroup      1778 Mar 18  2002 ec.h

-rw-rw-rw-    1 umuff    mkgroup     38729 Feb  4 16:55 gc.h

-rw-rw-rw-    1 umuff    mkgroup     11633 Mar 18  2002 gc_alloc.h

-rw-rw-rw-    1 umuff    mkgroup      1186 Mar 18  2002 =
gc_amiga_redirects.h

-rw-rw-rw-    1 umuff    mkgroup      2866 Mar 18  2002 gc_backptr.h

-rw-rw-rw-    1 umuff    mkgroup     11661 Mar 18  2002 gc_cpp.h

-rw-rw-rw-    1 umuff    mkgroup      4458 Mar 18  2002 gc_gcj.h

-rw-rw-rw-    1 umuff    mkgroup      3804 Mar 18  2002 gc_inl.h

-rw-rw-rw-    1 umuff    mkgroup        21 Mar 18  2002 gc_inline.h

-rw-rw-rw-    1 umuff    mkgroup      2935 Mar 18  2002 gc_local_alloc.h

-rw-rw-rw-    1 umuff    mkgroup      6741 Mar 18  2002 gc_mark.h

-rw-rw-rw-    1 umuff    mkgroup      2701 Mar 18  2002 =
gc_pthread_redirects.h

-rw-rw-rw-    1 umuff    mkgroup      3733 Mar 18  2002 gc_typed.h

-rw-rw-rw-    1 umuff    mkgroup      1569 Mar 18  2002 javaxfc.h

-rw-rw-rw-    1 umuff    mkgroup       208 Mar 18  2002 leak_detector.h

-rw-rw-rw-    1 umuff    mkgroup     13777 Mar 18  2002 new_gc_alloc.h

drwxr-xr-x+   3 umuff    mkgroup         0 Mar 18  2002 private

-rw-rw-rw-    1 umuff    mkgroup      9149 Mar 18  2002 weakpointer.h

=20

- Urs C. Muff

Systems Architect        - Research Lab

UMuff@Quark.Com       - X6360

+1 (303) 894 3360

=20

-----Original Message-----
From: Urs Muff [mailto:umuff@quark.com]=20
Sent: Tuesday, February 04, 2003 4:42 PM
To: 'John BouAntoun'; 'mono-list@lists.ximian.com'
Subject: RE: [Mono-list] A COMPLETE list of prerequisites for compiling =
mo no in Cygwin?

=20

Somebody can help with this?

=20

running ./mono-build-win32.sh

=20

...

checking for pkg-config... /usr/bin/pkg-config

checking for glib-2.0 >=3D 1.3.11... yes

checking BASE_DEPENDENCIES_CFLAGS... =
-I/CVS-Repositories/go-mono.com/install/include/glib-2.0 =
-I/CVS-Repositories/go-mono.com/install/lib/glib-2.0/include

checking BASE_DEPENDENCIES_LIBS... =
-L/CVS-Repositories/go-mono.com/install/lib -lglib-2.0 -lintl -liconv

checking for gc.h... no

checking for gc/gc.h... no

checking for GC_malloc in -lgc... yes

configure: error: Found libgc but not its header files! You may need to =
install them by hand.

=20

- Urs

=20

-----Original Message-----
From: John BouAntoun [mailto:John.BouAntoun@rogen.com.au]=20
Sent: Tuesday, February 04, 2003 2:47 PM
To: mono-list@lists.ximian.com
Subject: FW: [Mono-list] A COMPLETE list of prerequisites for compiling =
mono in Cygwin?

=20

I have found that the best way to get mono to build (start building at =
least) under windows, from cvs,  is to do the following:

=20

 - create a directory to hold the cvs files (/monocvs)

 - cd into that directory (cd /mononocvs)

 - do a complete get from cvs of mono and mcs (see go-mono.com for how =
to get from anoncvs)

 - copy /mono/doc/mono-build-w32.sh into /monocvs

 - run /monocvs/mono-build-w32.sh

=20

mono-build-w32.sh will should then automate grabbing all (most) required =
libraries and building (even updates mono and mcs from cvs).

=20

then follow the instructions from /mono/mcs/README.building

=20

Gonzalo: It might be a point to add the line that tells the users where =
to put mono-build-w32.sh into README.building, it took me a while to =
figure out that it had to be at the same directory level as mono and =
mcs.

=20

Hope that Helps

=20

JBA

-----Original Message-----
From: Jerkins, Phillip [mailto:Phillip.Jerkins@morgankeegan.com]
Sent: Wednesday, 5 February 2003 5:37 AM
To: mono-list@lists.ximian.com
Subject: [Mono-list] A COMPLETE list of prerequisites for compiling mono =
in Cygwin?

Mono folk:

=20

Although Mr. Daniel Morgan was kind enough to point me to the autogen.sh =
file in the mono folder, I'm still running into dependency issues.  (I'm =
currently battling glib 2.2.1, which isn't compiling under Cygwin.)  =
Does anyone have a complete list of prerequisites for compiling mono =
under Cygwin?  Preferably with links to download sites?

=20

Thanks!

=20

Phil Jerkins

=20

*************************************************************************=
*************************
Morgan Keegan & Co., Inc. DOES NOT ACCEPT ORDERS AND/OR=20
INSTRUCTIONS REGARDING YOUR ACCOUNT BY E-MAIL.  Transactional details=20
do not supersede normal trade confirmations or statements.  The =
information=20
contained in this transmission is privileged and confidential. It is =
intended for the use of=20
the individual or entity named above. The information contained herein =
is based on=20
sources we believe reliable but is not considered all-inclusive. =
Opinions are our current=20
opinions only and are subject to change without notice.  Offerings are =
subject to prior=20
sale and/or change in price.  Prices, quotes, rates and yields are =
subject to change=20
without notice.  Morgan Keegan & Co., Inc., member NYSE, NASD and SIPC, =
is a=20
registered broker-dealer subsidiary of Regions Financial Corporation.  =
Investments are=20
NOT FDIC INSURED, NOT BANK GUARANTEED and MAY LOSE VALUE.  Morgan=20
Keegan & Co., Inc. reserves the right to monitor all electronic =
correspondence.
=20
=20
http://www.morgankeegan.com
*************************************************************************=
*************************


------_=_NextPart_001_01C2CCAA.194B7034
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">


<META content=3D"MSHTML 6.00.2800.1126" name=3DGENERATOR>
<STYLE>@font-face {
	font-family: Tahoma;
}
@font-face {
	font-family: Garamond;
}
@font-face {
	font-family: Verdana;
}
@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; }
P.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
	COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
	COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
	COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
	COLOR: purple; TEXT-DECORATION: underline
}
P.MsoAutoSig {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoAutoSig {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoAutoSig {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
PRE {
	FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Courier New"
}
SPAN.emailstyle18 {
	COLOR: windowtext; FONT-FAMILY: Arial
}
SPAN.emailstyle20 {
	COLOR: navy; FONT-FAMILY: Arial
}
SPAN.EmailStyle21 {
	COLOR: navy; FONT-FAMILY: Arial
}
DIV.Section1 {
	page: Section1
}
</STYLE>
</HEAD>
<BODY lang=3DEN-US vLink=3Dpurple link=3Dblue>
<DIV><SPAN class=3D887130200-05022003><FONT face=3DArial color=3D#0000ff =
size=3D2>urs=20
there was a message a few days ago that suggested that it had something =
to do=20
with a double defintition of GC_WINTHREADS or something like=20
that.</FONT></SPAN></DIV>
<DIV><SPAN class=3D887130200-05022003><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D887130200-05022003><FONT face=3DArial color=3D#0000ff =
size=3D2>The=20
post suggested commenting out that def from the gc.h file (near the =
top). I have=20
been unable to test this yet, windows machine has network problems, nor =
has=20
gonzalo apparently (his windows machine is dead).</FONT></SPAN></DIV>
<DIV><SPAN class=3D887130200-05022003><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D887130200-05022003><FONT face=3DArial color=3D#0000ff =

size=3D2>Looking in configure.log will further enlighten you on this=20
issue.</FONT></SPAN></DIV>
<DIV><SPAN class=3D887130200-05022003><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D887130200-05022003><FONT face=3DArial color=3D#0000ff =
size=3D2>Hope=20
that helps</FONT></SPAN></DIV>
<DIV><SPAN class=3D887130200-05022003><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D887130200-05022003><FONT face=3DArial color=3D#0000ff =

size=3D2>JBA</FONT></SPAN></DIV>
<BLOCKQUOTE dir=3Dltr style=3D"MARGIN-RIGHT: 0px">
  <DIV class=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT =
face=3DTahoma=20
  size=3D2>-----Original Message-----<BR><B>From:</B> Urs Muff=20
  [mailto:umuff@quark.com]<BR><B>Sent:</B> Wednesday, 5 February 2003 =
11:01=20
  AM<BR><B>To:</B> John BouAntoun;=20
  'mono-list@lists.ximian.com'<BR><B>Subject:</B> RE: [Mono-list] A =
COMPLETE=20
  list of prerequisites for compiling mo no in =
Cygwin?<BR><BR></FONT></DIV>
  <DIV class=3DSection1>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">But of =
course, it's=20
  there, but still is not to be found!</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">[/CVS-Repositories/go-mono.com]$=20
  ll install/include/gc</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">total=20
  136</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">drwxr-xr-x+&nbsp;&nbsp;=20
  2 umuff&nbsp;&nbsp;&nbsp;=20
  mkgroup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 =
</SPAN></FONT><FONT=20
  face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Mar =
18&nbsp;=20
  2002</SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
CVS</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">-rw-rw-rw-&nbsp;&nbsp;&nbsp;=20
  1 umuff&nbsp;&nbsp;&nbsp; mkgroup&nbsp;&nbsp;&nbsp;&nbsp; 14293=20
  </SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Mar =
18&nbsp;=20
  2002</SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
  cord.h</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">-rw-rw-rw-&nbsp;&nbsp;&nbsp;=20
  1 umuff&nbsp;&nbsp;&nbsp; mkgroup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1778=20
  </SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Mar =
18&nbsp;=20
  2002</SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
  ec.h</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">-rw-rw-rw-&nbsp;&nbsp;&nbsp;=20
  1 umuff&nbsp;&nbsp;&nbsp; mkgroup&nbsp;&nbsp;&nbsp;&nbsp; 38729 =
Feb&nbsp; 4=20
  </SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">16:55</SPAN></FONT><FONT=20
  face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
  gc.h</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">-rw-rw-rw-&nbsp;&nbsp;&nbsp;=20
  1 umuff&nbsp;&nbsp;&nbsp; mkgroup&nbsp;&nbsp;&nbsp;&nbsp; 11633=20
  </SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Mar =
18&nbsp;=20
  2002</SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
  gc_alloc.h</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">-rw-rw-rw-&nbsp;&nbsp;&nbsp;=20
  1 umuff&nbsp;&nbsp;&nbsp; mkgroup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1186=20
  </SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Mar =
18&nbsp;=20
  2002</SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
  gc_amiga_redirects.h</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">-rw-rw-rw-&nbsp;&nbsp;&nbsp;=20
  1 umuff&nbsp;&nbsp;&nbsp; mkgroup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2866=20
  </SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Mar =
18&nbsp;=20
  2002</SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
  gc_backptr.h</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">-rw-rw-rw-&nbsp;&nbsp;&nbsp;=20
  1 umuff&nbsp;&nbsp;&nbsp; mkgroup&nbsp;&nbsp;&nbsp;&nbsp; 11661=20
  </SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Mar =
18&nbsp;=20
  2002</SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
  gc_cpp.h</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">-rw-rw-rw-&nbsp;&nbsp;&nbsp;=20
  1 umuff&nbsp;&nbsp;&nbsp; mkgroup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4458=20
  </SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Mar =
18&nbsp;=20
  2002</SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
  gc_gcj.h</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">-rw-rw-rw-&nbsp;&nbsp;&nbsp;=20
  1 umuff&nbsp;&nbsp;&nbsp; mkgroup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3804=20
  </SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Mar =
18&nbsp;=20
  2002</SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
  gc_inl.h</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">-rw-rw-rw-&nbsp;&nbsp;&nbsp;=20
  1 umuff&nbsp;&nbsp;&nbsp; =
mkgroup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 21=20
  </SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Mar =
18&nbsp;=20
  2002</SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
  gc_inline.h</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">-rw-rw-rw-&nbsp;&nbsp;&nbsp;=20
  1 umuff&nbsp;&nbsp;&nbsp; mkgroup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2935=20
  </SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Mar =
18&nbsp;=20
  2002</SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
  gc_local_alloc.h</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">-rw-rw-rw-&nbsp;&nbsp;&nbsp;=20
  1 umuff&nbsp;&nbsp;&nbsp; mkgroup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6741=20
  </SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Mar =
18&nbsp;=20
  2002</SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
  gc_mark.h</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">-rw-rw-rw-&nbsp;&nbsp;&nbsp;=20
  1 umuff&nbsp;&nbsp;&nbsp; mkgroup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2701=20
  </SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Mar =
18&nbsp;=20
  2002</SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
  gc_pthread_redirects.h</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">-rw-rw-rw-&nbsp;&nbsp;&nbsp;=20
  1 umuff&nbsp;&nbsp;&nbsp; mkgroup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3733=20
  </SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Mar =
18&nbsp;=20
  2002</SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
  gc_typed.h</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">-rw-rw-rw-&nbsp;&nbsp;&nbsp;=20
  1 umuff&nbsp;&nbsp;&nbsp; mkgroup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1569=20
  </SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Mar =
18&nbsp;=20
  2002</SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
  javaxfc.h</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">-rw-rw-rw-&nbsp;&nbsp;&nbsp;=20
  1 umuff&nbsp;&nbsp;&nbsp; mkgroup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
208=20
  </SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Mar =
18&nbsp;=20
  2002</SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
  leak_detector.h</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">-rw-rw-rw-&nbsp;&nbsp;&nbsp;=20
  1 umuff&nbsp;&nbsp;&nbsp; mkgroup&nbsp;&nbsp;&nbsp;&nbsp; 13777=20
  </SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Mar =
18&nbsp;=20
  2002</SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
  new_gc_alloc.h</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">drwxr-xr-x+&nbsp;&nbsp;=20
  3 umuff&nbsp;&nbsp;&nbsp;=20
  mkgroup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 =
</SPAN></FONT><FONT=20
  face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Mar =
18&nbsp;=20
  2002</SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
  private</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">-rw-rw-rw-&nbsp;&nbsp;&nbsp;=20
  1 umuff&nbsp;&nbsp;&nbsp; mkgroup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9149=20
  </SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Mar =
18&nbsp;=20
  2002</SPAN></FONT><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">=20
  weakpointer.h</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial"></SPAN></FONT>&nbsp;</P>
  <DIV>
  <P class=3DMsoNormal><B><FONT face=3DGaramond color=3D#003300 =
size=3D1><SPAN=20
  style=3D"FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #003300; =
FONT-FAMILY: Garamond; LETTER-SPACING: 2pt; FONT-VARIANT: small-caps">-=20
  Urs C. Muff</SPAN></FONT></B></P>
  <P class=3DMsoNormal><FONT face=3DGaramond color=3D#003300 =
size=3D1><SPAN=20
  style=3D"FONT-SIZE: 9pt; COLOR: #003300; FONT-FAMILY: Garamond; =
LETTER-SPACING: 2pt; FONT-VARIANT: small-caps">Systems=20
  Architect&nbsp;&nbsp; <B><SPAN=20
  style=3D"FONT-WEIGHT: bold">&nbsp;&nbsp;&nbsp;&nbsp; - Research=20
  Lab</SPAN></B></SPAN></FONT></P>
  <P class=3DMsoNormal><U><FONT face=3DGaramond color=3D#003300 =
size=3D1><SPAN=20
  style=3D"FONT-SIZE: 9pt; COLOR: #003300; FONT-FAMILY: Garamond; =
LETTER-SPACING: 2pt; FONT-VARIANT: =
small-caps">UMuff@Quark.Com</SPAN></FONT></U><B><FONT=20
  face=3DGaramond color=3D#003300 size=3D1><SPAN=20
  style=3D"FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #003300; =
FONT-FAMILY: Garamond; LETTER-SPACING: 2pt; FONT-VARIANT: =
small-caps">&nbsp;=20
  &nbsp;&nbsp;&nbsp;&nbsp; - X6360</SPAN></FONT></B></P>
  <P class=3DMsoNormal><B><FONT face=3DGaramond color=3D#003300 =
size=3D1><SPAN=20
  style=3D"FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #003300; =
FONT-FAMILY: Garamond; LETTER-SPACING: 2pt">+1=20
  (303) 894 3360</SPAN></FONT></B></P></DIV>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial"></SPAN></FONT>&nbsp;</P>
  <DIV=20
  style=3D"BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: =
medium none; PADDING-LEFT: 4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: blue =
1.5pt solid; PADDING-TOP: 0in; BORDER-BOTTOM: medium none">
  <P class=3DMsoNormal><FONT face=3DTahoma size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">-----Original=20
  Message-----<BR><B><SPAN style=3D"FONT-WEIGHT: bold">From:</SPAN></B> =
Urs Muff=20
  [mailto:umuff@quark.com] <BR><B><SPAN=20
  style=3D"FONT-WEIGHT: bold">Sent:</SPAN></B> Tuesday, February 04, =
2003 4:42=20
  PM<BR><B><SPAN style=3D"FONT-WEIGHT: bold">To:</SPAN></B> 'John =
BouAntoun';=20
  'mono-list@lists.ximian.com'<BR><B><SPAN=20
  style=3D"FONT-WEIGHT: bold">Subject:</SPAN></B> RE: [Mono-list] A =
COMPLETE list=20
  of prerequisites for compiling mo no in Cygwin?</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN=20
  style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Somebody =
can help=20
  with this?</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial"></SPAN></FONT>&nbsp;</P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">running=20
  ./mono-build-win32.sh</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial"></SPAN></FONT>&nbsp;</P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">...</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">checking =
for=20
  pkg-config... /usr/bin/pkg-config</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">checking =
for glib-2.0=20
  &gt;=3D 1.3.11... yes</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">checking=20
  BASE_DEPENDENCIES_CFLAGS...=20
  -I/CVS-Repositories/go-mono.com/install/include/glib-2.0=20
  =
-I/CVS-Repositories/go-mono.com/install/lib/glib-2.0/include</SPAN></FONT=
></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">checking=20
  BASE_DEPENDENCIES_LIBS... -L/CVS-Repositories/go-mono.com/install/lib=20
  -lglib-2.0 -lintl -liconv</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">checking =
for gc.h...=20
  no</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">checking =
for=20
  gc/gc.h... no</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">checking =
for=20
  GC_malloc in -lgc... yes</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">configure: =
error:=20
  Found libgc but not its header files! You may need to install them by=20
  hand.</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial"></SPAN></FONT>&nbsp;</P>
  <DIV>
  <P class=3DMsoNormal><B><FONT face=3DGaramond color=3D#003300 =
size=3D1><SPAN=20
  style=3D"FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #003300; =
FONT-FAMILY: Garamond; LETTER-SPACING: 2pt; FONT-VARIANT: small-caps">-=20
  Urs</SPAN></FONT></B></P></DIV>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial"></SPAN></FONT>&nbsp;</P>
  <DIV=20
  style=3D"BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: =
medium none; PADDING-LEFT: 4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: blue =
1.5pt solid; PADDING-TOP: 0in; BORDER-BOTTOM: medium none">
  <P class=3DMsoNormal><FONT face=3DTahoma size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">-----Original=20
  Message-----<BR><B><SPAN style=3D"FONT-WEIGHT: bold">From:</SPAN></B> =
John=20
  BouAntoun [mailto:John.BouAntoun@rogen.com.au] <BR><B><SPAN=20
  style=3D"FONT-WEIGHT: bold">Sent:</SPAN></B> Tuesday, February 04, =
2003 2:47=20
  PM<BR><B><SPAN style=3D"FONT-WEIGHT: bold">To:</SPAN></B>=20
  mono-list@lists.ximian.com<BR><B><SPAN=20
  style=3D"FONT-WEIGHT: bold">Subject:</SPAN></B> FW: [Mono-list] A =
COMPLETE list=20
  of prerequisites for compiling mono in Cygwin?</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN=20
  style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P>
  <DIV>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dblue size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">I have =
found that the=20
  best way to get mono to build (start building at least) under windows, =
from=20
  cvs, &nbsp;is to do the following:</SPAN></FONT></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN=20
  style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dblue size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">&nbsp;- =
create=20
  a&nbsp;directory to hold the cvs files =
(/monocvs)</SPAN></FONT></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dblue size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">&nbsp;- cd =
into that=20
  directory (cd /mononocvs)</SPAN></FONT></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dblue size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">&nbsp;- do =
a complete=20
  get from cvs of mono and mcs (see go-mono.com for how to get from=20
  anoncvs)</SPAN></FONT></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dblue size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">&nbsp;- =
copy=20
  /mono/doc/mono-build-w32.sh into /monocvs</SPAN></FONT></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dblue size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">&nbsp;- run =

  /monocvs/mono-build-w32.sh</SPAN></FONT></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN=20
  style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dblue size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: =
Arial">mono-build-w32.sh=20
  will should then automate grabbing all (most) required libraries and =
building=20
  (even updates mono and mcs from cvs).</SPAN></FONT></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN=20
  style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dblue size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">then follow =
the=20
  instructions from /mono/mcs/README.building</SPAN></FONT></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN=20
  style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dblue size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">Gonzalo: It =
might be=20
  a point to add the line that tells the users where to put =
mono-build-w32.sh=20
  into README.building, it took me a while to figure out that it had to =
be at=20
  the same directory level as mono and mcs.</SPAN></FONT></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN=20
  style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dblue size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">Hope that=20
  Helps</SPAN></FONT></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN=20
  style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3DArial color=3Dblue size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: =
Arial">JBA</SPAN></FONT></P></DIV>
  <BLOCKQUOTE style=3D"MARGIN-TOP: 5pt; MARGIN-BOTTOM: 5pt; =
MARGIN-RIGHT: 0in">
    <P class=3DMsoNormal style=3D"MARGIN-BOTTOM: 12pt"><FONT =
face=3DTahoma=20
    size=3D2><SPAN style=3D"FONT-SIZE: 10pt; FONT-FAMILY: =
Tahoma">-----Original=20
    Message-----<BR><B><SPAN style=3D"FONT-WEIGHT: =
bold">From:</SPAN></B> Jerkins,=20
    Phillip [mailto:Phillip.Jerkins@morgankeegan.com]<BR><B><SPAN=20
    style=3D"FONT-WEIGHT: bold">Sent:</SPAN></B> Wednesday, 5 February =
2003 5:37=20
    AM<BR><B><SPAN style=3D"FONT-WEIGHT: bold">To:</SPAN></B>=20
    mono-list@lists.ximian.com<BR><B><SPAN=20
    style=3D"FONT-WEIGHT: bold">Subject:</SPAN></B> [Mono-list] A =
COMPLETE list of=20
    prerequisites for compiling mono in Cygwin?</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Mono =
folk:</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: =
Arial"></SPAN></FONT>&nbsp;</P>
    <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Although Mr. Daniel =
Morgan was=20
    kind enough to point me to the autogen.sh file in the mono folder, =
I'm still=20
    running into dependency issues.&nbsp; (I'm currently battling glib =
2.2.1,=20
    which isn't compiling under Cygwin.)&nbsp; Does anyone have a =
complete list=20
    of prerequisites for compiling mono under Cygwin?&nbsp; Preferably =
with=20
    links to download sites?</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: =
Arial"></SPAN></FONT>&nbsp;</P>
    <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: =
Arial">Thanks!</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: =
Arial"></SPAN></FONT>&nbsp;</P>
    <P class=3DMsoAutoSig><FONT face=3DVerdana size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Verdana">Phil =
Jerkins</SPAN></FONT></P>
    <P class=3DMsoAutoSig><FONT face=3D"Times New Roman" size=3D3><SPAN=20
    style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P><PRE><FONT =
face=3D"Courier New" color=3Dblue size=3D2><SPAN style=3D"FONT-SIZE: =
10pt; COLOR: =
blue">*******************************************************************=
*******************************</SPAN></FONT></PRE><PRE><FONT =
face=3D"Courier New" color=3Dblue size=3D2><SPAN style=3D"FONT-SIZE: =
10pt; COLOR: blue">Morgan Keegan &amp; Co., Inc. DOES NOT ACCEPT ORDERS =
AND/OR </SPAN></FONT></PRE><PRE><FONT face=3D"Courier New" color=3Dblue =
size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: blue">INSTRUCTIONS =
REGARDING YOUR ACCOUNT BY E-MAIL.&nbsp; Transactional details =
</SPAN></FONT></PRE><PRE><FONT face=3D"Courier New" color=3Dblue =
size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: blue">do not supersede =
normal trade confirmations or statements.&nbsp; The information =
</SPAN></FONT></PRE><PRE><FONT face=3D"Courier New" color=3Dblue =
size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: blue">contained in this =
transmission is privileged and confidential. It is intended for the use =
of </SPAN></FONT></PRE><PRE><FONT face=3D"Courier New" color=3Dblue =
size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: blue">the individual or =
entity named above. The information contained herein is based on =
</SPAN></FONT></PRE><PRE><FONT face=3D"Courier New" color=3Dblue =
size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: blue">sources we believe =
reliable but is not considered all-inclusive. Opinions are our current =
</SPAN></FONT></PRE><PRE><FONT face=3D"Courier New" color=3Dblue =
size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: blue">opinions only and =
are subject to change without notice.&nbsp; Offerings are subject to =
prior </SPAN></FONT></PRE><PRE><FONT face=3D"Courier New" color=3Dblue =
size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: blue">sale and/or change =
in price.&nbsp; Prices, quotes, rates and yields are subject to change =
</SPAN></FONT></PRE><PRE><FONT face=3D"Courier New" color=3Dblue =
size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: blue">without =
notice.&nbsp; Morgan Keegan &amp; Co., Inc., member NYSE, NASD and SIPC, =
is a </SPAN></FONT></PRE><PRE><FONT face=3D"Courier New" color=3Dblue =
size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: blue">registered =
broker-dealer subsidiary of Regions Financial Corporation.&nbsp; =
Investments are </SPAN></FONT></PRE><PRE><FONT face=3D"Courier New" =
color=3Dblue size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: blue">NOT =
FDIC INSURED, NOT BANK GUARANTEED and MAY LOSE VALUE.&nbsp; Morgan =
</SPAN></FONT></PRE><PRE><FONT face=3D"Courier New" color=3Dblue =
size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: blue">Keegan &amp; Co., =
Inc. reserves the right to monitor all electronic =
correspondence.</SPAN></FONT></PRE><PRE><FONT face=3D"Courier New" =
color=3Dblue size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: =
blue">&nbsp;</SPAN></FONT></PRE><PRE><FONT face=3D"Courier New" =
color=3Dblue size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: =
blue">&nbsp;</SPAN></FONT></PRE><PRE><FONT face=3D"Courier New" =
color=3Dblue size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: =
blue">http://www.morgankeegan.com</SPAN></FONT></PRE><PRE><FONT =
face=3D"Courier New" color=3Dblue size=3D2><SPAN style=3D"FONT-SIZE: =
10pt; COLOR: =
blue">*******************************************************************=
*******************************</SPAN></FONT></PRE></BLOCKQUOTE></DIV></D=
IV></DIV></BLOCKQUOTE></BODY></HTML>

------_=_NextPart_001_01C2CCAA.194B7034--