On 11/19/08 Gonzalo Paniagua Javier wrote:
> > What command are you using to compile your code? You probably are
> > forgetting to add references with -r:System.Data, for example.
> 
> If you are lazy and don't want to add the assemblies needed one by one,
> you can do something like:
>       gmcs `pkg-config --libs dotnet`  otherparameters yoursourceshere

And if you're even lazier:
        gmcs -pkg:dotnet otherparameters yoursourceshere

lupus

-- 
-----------------------------------------------------------------
[EMAIL PROTECTED]                                     debian/rules
[EMAIL PROTECTED]                             Monkeys do it better
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to