From 5f8029d2ffcdbe6e7a47bb7056fd60e36aea1837 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Fri, 10 May 2002 20:02:03 +0000 Subject: [PATCH] 2002-05-10 Rodrigo Moya * doc/ado-net: added instructions for compiling System.Data.dll (a subset of) on Linux. svn path=/trunk/mono/; revision=4506 --- ChangeLog | 5 +++++ doc/ado-net | 14 ++++++-------- web/ado-net | 14 ++++++-------- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index eb526c0178a..4aab1c3b65e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-05-10 Rodrigo Moya + + * doc/ado-net: added instructions for compiling System.Data.dll + (a subset of) on Linux. + 2002-05-10 Daniel Morgan * doc/ado-net: added links diff --git a/doc/ado-net b/doc/ado-net index 85ef0f1ed45..d5093e1662b 100644 --- a/doc/ado-net +++ b/doc/ado-net @@ -118,16 +118,14 @@ On Linux
    - * update your mono and mcs sources. + * update your mono sources. Be sure you have latest mcs.exe + and .dll's, since there have been many fixes needed for + compilation on Linux. - * get the files from mcs/class/lib/*.dll and mcs/mcs/mcs* - built on windows, and put them on your - linux machine at, for example, ~/mono/install/bin and - ~/mono/install/lib + * compile System.Data.dll: - * compile the test program along with the System.Data, - System.Data.Common, System.Data.SqlClient, and - System.Data.SqlTypes. The test program to use is PostgreTest.cs + cd mcs/class/System.Data + mcs --target library -o System.Data.dll @list
* Testing diff --git a/web/ado-net b/web/ado-net index 85ef0f1ed45..d5093e1662b 100644 --- a/web/ado-net +++ b/web/ado-net @@ -118,16 +118,14 @@ On Linux
    - * update your mono and mcs sources. + * update your mono sources. Be sure you have latest mcs.exe + and .dll's, since there have been many fixes needed for + compilation on Linux. - * get the files from mcs/class/lib/*.dll and mcs/mcs/mcs* - built on windows, and put them on your - linux machine at, for example, ~/mono/install/bin and - ~/mono/install/lib + * compile System.Data.dll: - * compile the test program along with the System.Data, - System.Data.Common, System.Data.SqlClient, and - System.Data.SqlTypes. The test program to use is PostgreTest.cs + cd mcs/class/System.Data + mcs --target library -o System.Data.dll @list
* Testing -- 2.25.1