dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]sockets


From: Rhys Weatherley
Subject: Re: [DotGNU]sockets
Date: Fri, 30 Aug 2002 15:59:37 +1000

Haran Shivanan wrote:

> Weird. I tried that too but I'm getting the same errors.
> cscc -lSystem httpsrv.cs
> 
> getenv.cs compiles OK without any additional switches and it uses
> System.Collection

System.Collection is in "mscorlib.dll", not "System.dll".

> I've doing everythin from a /tmp directory where I installled pnet.
> May this be the source of problems. Is cscc looking through the registered
> path for any files?

It will look in "${prefix}/lib/cscc/lib", where "${prefix}"
is the XXX value you used with "configure --prefix=XXX".
It will also look in a bunch of other directories, but
they aren't that important at the moment (since it isn't
finding it no matter where it is looking).

You can use "-Ldir" to add "dir" to the link path, specifying
the actual directory that contains "System.dll".  e.g.

   cscc httpsrv.cs -L/tmp/pnet/samples -lSystem

If that doesn't work, I'm not sure what is wrong.

Cheers,

Rhys.


reply via email to

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