Libtool ltdl descriptor leak is non-bug

2000-02-14 Thread Bob Friesenhahn
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 OPENINGS IN AUSTIN, TEXAS!!!

2000-02-14 Thread jobs
* * HOT JOB OPENINGS IN AUSTIN, TEXAS * * Exciting opportunities have just opened up in Austin, Texas. If you are thinking of making a career change

Re: ILD too long

2000-02-14 Thread Stephan Kulow
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

Re: ILD too long

2000-02-14 Thread Alexandre Oliva
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

Re: ILD too long

2000-02-14 Thread Stephan Kulow
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

Re: ILD too long

2000-02-14 Thread Ossama Othman
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

Re: generating .h from a script ...

2000-02-14 Thread Stephan Kulow
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