
Hi all,

It's a pleasure to say Npgsql now can be compiled and run on Portable.Net framework :)

Thanks Gopal, from Portable.Net framework, who did all the necessary changes to make it happen.

To get it working do the following:

Get the latest cvs code for treecc, pnet and pnetlib from Portable.Net repository. Instructions can be found at pnet homepage. You have to get the ml-pnet module too.

You can then start building trecc, pnet and pnetlib.

To compile ml-pnet which contains the build file for Npgsql as well as other libraries, do it with the following commands:
./auto_gen.sh
./configure --with-mono-sources=DIR
this will compile some libraries using Mono sources as well as Npgsql. You end with the Npgsql.dll library in the cscc/lib dir.
That's it. Now you can run programs which use Npgsql and have them run in Portable.net framework.
Please, feel free to send your comments to Npgsql and DotGnu lists. 

