[Mono-list] ADO.Net

Rodrigo Moya rodrigo@ximian.com
21 May 2002 18:20:50 +0200


On Tue, 2002-05-21 at 05:50, Scott Wisniewski wrote:
> I am having trouble gettinc mcs to build on a redhat linux 7.0 platform.
> Mono configures, builds and installs fine (after I upgraded glib).
> However, mcs only has a make file and it fails with the NAnt build
> because "csc" cannot be found.
> What is csc are where can I get it from?
> Is there any thing else that mcs depends on (seing as there is no
> configure script to tell me)?
> I appreciate any help.
> 
you can't compile yet mcs on linux, so you should be using the .dll's
distributed in the mono snapshots. With those .dll's, you should be able
to compile System.Data as stated in http://go-mono.com/ado-net

cheers