dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]compiling xsharp - problem with libs (generic)


From: Rhys Weatherley
Subject: Re: [DotGNU]compiling xsharp - problem with libs (generic)
Date: Tue, 01 Oct 2002 17:19:58 +1000

Jakob Praher wrote:

> so are /usr/lib and /usr/local/lib automatically included in the search
> path?

Yes, to pick up assemblies from Mono, which installs them there
by default.

> <by-the-way xmlns="uri:category:randomthoughts">
> 
> according to the lsb shouldn't assemblies go in a share directory?
> I know that from my debian/java expierence - we do all the jar files in
> a /usr/share directory and only the jni wrappers in a /usr/lib
> directory.
> 
> from my understanding share is used to identify plattform neutral files
> that can be shard among different hardware.

You are probably correct.  If Mono and pnet could just agree
on a common location ...

> I like the idea. I will think about it.
> I would also like to help with garbage collection - I have a very good
> paper about the train algorithm and generational gc - what's the status
> of garbage collection right now? (sorry just curious, my job didn't let
> me do more research on your very well done source code right now)

Right now, garbage collection in pnet is "call libgc and let
it figure it out".  If you feel brave, then you can write your
own collector, but I've traditionally taken the approach of
"since it is so hard to get right, let someone else deal with
those bugs". :-)

Cheers,

Rhys.


reply via email to

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