[Mono-list] DataTable

ville vi64pa@kolumbus.fi
Wed, 7 May 2003 16:42:05 +0300


Hi

On Tuesday 06 May 2003 21:36, llper wrote:
> Hello,
> I need for my program the System.Data.DataTable class...so I looked to
> the
> mono web site and I found:
>
> On Unix
>
>
> 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.
>
> compile System.Data.dll:
>  cd mcs/class/System.Data
>
>  mcs --target library -o \
>     System.Data.dll @list

try:
 
make -f makefile.gnu

or :

mcs -r Mono.Data.Tds -r System.EnterpriseServices -target -o System.Data.dll 
@list

ville