dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] ilgac on cygwin


From: Radek Polak
Subject: [Pnet-developers] ilgac on cygwin
Date: Fri, 02 Feb 2007 17:01:16 +0100
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

Hello,
I have a few questions regarding ilgac on windows.

On windows we dont have symlinks, so ilgac works differently from linux. After doing make install in pnetlib i am getting this directory:

c:\temp\cygwin\lib\cscc\lib
|
+--- 2.0.0.0
+--- mscorlib.dll
+--- System.Dll
+--- ... and so on

The 2.0.0.0 subdirectory is empty except one file pinvoke.map.

Is this directory layout ok? I think that this way GAC cannot work.

Another problem is that make uninstall in pnetlib actually does not work.

Problem seems to be that ilgac installs files in default gac directory:
copying ./mscorlib.dll to C:\temp\cygwin\lib\cscc\lib/mscorlib.dll

but when i do make uninstall it tries to delete files from 2.0.0.0 directory:
removing C:\temp\cygwin\lib\cscc\lib/2.0.0.0/mscorlib.dll

Anybody has idea how should the gac dir after install/uninstall look like?

Thanks

Radek


reply via email to

[Prev in Thread] Current Thread [Next in Thread]