2002-05-10 Rodrigo Moya <rodrigo@ximian.com>
authorRodrigo Moya <rodrigo@mono-cvs.ximian.com>
Fri, 10 May 2002 20:02:03 +0000 (20:02 -0000)
committerRodrigo Moya <rodrigo@mono-cvs.ximian.com>
Fri, 10 May 2002 20:02:03 +0000 (20:02 -0000)
* doc/ado-net: added instructions for compiling System.Data.dll
(a subset of) on Linux.

svn path=/trunk/mono/; revision=4506

ChangeLog
doc/ado-net
web/ado-net

index eb526c0178a2838d0c2e4aabb371a5b45f499747..4aab1c3b65e192f875c41ff4e1eca2a14736b9a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-10  Rodrigo Moya <rodrigo@ximian.com>
+
+       * doc/ado-net: added instructions for compiling System.Data.dll
+       (a subset of) on Linux.
+
 2002-05-10  Daniel Morgan <danmorg@sc.rr.com>
 
        * doc/ado-net: added links
index 85ef0f1ed452b0d583afcf387328db2728ab131f..d5093e1662b1379e658aa25d871eeac963accc4e 100644 (file)
        <b>On Linux</b>
 
        <ul>
-               * 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
        </ul>
 
 * Testing
index 85ef0f1ed452b0d583afcf387328db2728ab131f..d5093e1662b1379e658aa25d871eeac963accc4e 100644 (file)
        <b>On Linux</b>
 
        <ul>
-               * 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
        </ul>
 
 * Testing