dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]compiler question


From: Rhys Weatherley
Subject: Re: [DotGNU]compiler question
Date: Sat, 20 Dec 2003 09:04:09 +1000
User-agent: KMail/1.4.3

On Saturday 20 December 2003 09:08 am, Simon Guindon wrote:

> I'm getting the following error:
> ../runtime/mscorlib: No such file or directory

-l (small ell) is not quite the same as "/reference" in csc.  It takes the 
name of the library, not its complete path.  To include the path, you need to 
do something like "-L../runtime -lmscorlib".  This behaviour is for 
consistency with gcc's command-line syntax.

Cheers,

Rhys.



reply via email to

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