[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bugs #8992] cscc does not find assemblies for 1.1 fra
From: |
Marcus Urban |
Subject: |
[Pnet-developers] [bugs #8992] cscc does not find assemblies for 1.1 framework |
User-agent: |
Mozilla/5.0 (compatible; Konqueror/3.2; Linux 2.4.21-144-athlon; X11; i686; en_US, en) (KHTML, like Gecko) |
This mail is an automated notification from the bugs tracker
of the project: DotGNU Portable.NET.
/**************************************************************************/
[bugs #8992] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8992>
Project: DotGNU Portable.NET
Submitted by: Marcus Urban
On: Tue 05/18/04 at 05:20
Category: None
Severity: 5 - Average
Item Group: None
Resolution: None
Assigned to: None
Status: Open
Summary: cscc does not find assemblies for 1.1 framework
Original Submission: When pnetlib is built using --with-profile=framework1.1,
cscc is unable to find the System.dll and possibly other assemblies at compile
time. The runtime is able to find them, however. I have also used ilgac to
confirm that the assemblies are in the GAC.
To reveal the problem, it may necessary to remove $PREFIX/lib/cscc/lib to
exclude the possibility that cscc will find the other versions of System.dll
(i.e. 1.2). Then build and install pnetlib using ./configure
--with-profile=framework1.1.
Compiling anything that causes System.dll to be referenced, such as cscc
-r:System whateverprogram.cs should cause an error message like "System: No
such library".
However, explicitly setting the path using -L (to the 1.1 version installed) or
using -r: with a complete pathname avoids the problem.
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=8992>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Pnet-developers] [bugs #8992] cscc does not find assemblies for 1.1 framework,
Marcus Urban <=