[Mono-list] Another hard-coded reference to C: drive

Nick Drochak ndrochak@gol.com
Tue, 24 Jul 2001 01:24:32 +0900


Hi all,

In /mcs/driver.cs (Line 170) there is this code:

link_paths.Add ("file:///C:/WINNT/Microsoft.NET/Framework/v1.0.2914");

Not all systems are installed on the C: drive. This needs to be changed to
use the SYSTEMROOT environment variable (or command line switch, etc.).
Sorry, I don't know how to do this yet in .NET so I don't have a patch.  I
just wanted to point it out to whomever can/should fix it.



This also brings up the question, "Do we have a bug tracking system for
Mono?"  This is also needed to pass the "Joel Test" :)



Regards,
Nick Drochak