Date: Wed, 5 Jan 2000 13:08:36 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Mike Gee cc: djgpp AT delorie DOT com Subject: Re: Include Paths In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 5 Jan 2000, Mike Gee wrote: > BTW this custom loader dumps libraries list to the command line twice a > row, as MGL libraries are interdependant. Does ld have any faculties to > allow linking such libs? You can put such libraries inside a "-( ... -)" group. See section 8.9 of the FAQ for more details. > > In my experience, any LFN-related problems can be easily resolved without > > breaking anything else. Disabling LFN is an act of desperation, perhaps > > understandable when some newbie runs into these problems, but one which > > trained professionals should (IMHO) never resort to. > > Agreed. But then, maybe DJGPP support is not the highest priority for MGL > developers; They could always ask here and get their solution in no time. > But for now some newbies on scitech.mgl newsgroup keep asking about > lstdcxx missing and the such. (BTW, I noticed posts from Brendan on this > subj dated early December). We had a prolonged private exchange with Brendan after he posted his problem. It turned out that MGL's compilation/link procedure overwrites djgpp.env with one that disables LFN. When the stock version of djgpp.env was made read-only, the problems went away. > DLed MGL last beta, will look what can be done. Thanks, it would be great to get this nuisance out of people's way.