From: Simon Owen Newsgroups: comp.os.msdos.djgpp Subject: Re: libtool package for DJGPP? Message-ID: References: <3d5sgu4eetn9661f3s34v61rr46an07s1d AT 4ax DOT com> <3D0E48CC DOT CC34607E AT phekda DOT freeserve DOT co DOT uk> <3D1223A4 DOT A73576F9 AT phekda DOT freeserve DOT co DOT uk> X-Newsreader: Forte Agent 1.91/32.564 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 21 X-Complaints-To: abuse AT easynews DOT com Organization: EasyNews, UseNet made Easy! - Test our service with our FREE trial at https://www.easynews.com/trial/trial.phtml X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly. Date: Sun, 23 Jun 2002 00:31:10 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Thu, 20 Jun 2002 19:49:08 +0100, Richard Dawe wrote: >Why doesn't it work under Linux? How does it fail? I was getting: "ltconfig version `' does not match ltmain.sh version" Here's what happened before that... My original Linux file setup didn't work with DJGPP (I forget the exact error) until I ran aclocal. The updated setup then no longer worked under Linux, giving the error above. I've since removed aclocal.m4, ltmain.sh, ltconfig and libtool, and re-run libtoolize, aclocal and autoconf. That works on Linux again, and also works on DJGPP too! *boggles* I'm a bit confused, but glad it's working :-) Best regards, Si