It turns out that the issue I reported this weekend regarding libltdl
leaving file descriptors open was due to our own applcation. An
innocent looking function to return a list of files in the module
directory was recursing back to the module loading function.
Bob
===
*
*
HOT JOB OPENINGS IN AUSTIN, TEXAS
*
*
Exciting opportunities have just opened up in Austin, Texas.
If you are thinking of making a career change
Alexandre Oliva wrote:
>
> On Feb 14, 2000, Stephan Kulow <[EMAIL PROTECTED]> wrote:
>
> > 2) remove doubled base libraries to libraries.
>
> This can't be done in general. It has already been debated to death
> in this mailing list. Please search the archives.
>
I'm very much aware of these
On Feb 14, 2000, Stephan Kulow <[EMAIL PROTECTED]> wrote:
> 2) remove doubled base libraries to libraries.
This can't be done in general. It has already been debated to death
in this mailing list. Please search the archives.
--
Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Enjoy G
Ossama Othman wrote:
>
> Hi Stephan,
>
> Here's an update on the ILD line being too long in the multi-language
> branch.
>
> The changes I checked in to the multi-language branch a few days ago
> improves the situation for the multi-language branch adding the
> inter-library dependencies extrac
Hi Stephan,
Here's an update on the ILD line being too long in the multi-language
branch.
The changes I checked in to the multi-language branch a few days ago
improves the situation for the multi-language branch adding the
inter-library dependencies extracted from the C++ compiler in the
right p
The Hermit Hacker wrote:
>
> I have a program that has a .h file that is generated by running a script,
> where that .h file needs to be generated before everything is compiled ...
>
> Reading through the info docs, I found the section on all-local being
> added to Makefile.am, etc, but when I r