Subject: Re: HEADS UP: migration to fully dynamic linked "base" system
To: None <rmk@rmkhome.com>
From: William Waites <ww@styx.org>
List: current-users
Date: 08/26/2002 22:24:09
>>> "Rick" == Rick Kelly <rmk@toad.rmkhome.com> writes:
Rick> William Waites said:
>> ~ $ /bin/ls /foo
>> ls: /foo: Fichier ou r_pertoire introuvable
>>
>> Why is this a Bad Thing? If you don't know English it might even be
>> helpful...
Rick> But you don't need a special dynamically linked ls to do this...
Correct. What exactly is the problem with using dlopen() in a static
binary? That is, after all, how the current implementation in citrus
works and we have staticly linked binaries that use it.
-w