Re: ltconfig version `' does not match ltmain.sh version

2001-07-04 Thread Alexandre Oliva
On Jun 22, 2001, Tilo Riemer <[EMAIL PROTECTED]> wrote: > what is wrong if I get the following error: > libtool: ltconfig version ' does not match ltmain.sh version 4a' You're probably still using an 1.3-compatible libtool.m4 with an 1.4a ltmain.sh. -- Alexandre

Re: ltconfig version `' does not match ltmain.sh version

2001-06-23 Thread Gary V . Vaughan
On Friday 22 June 2001 11:37 pm, Ralf Corsepius wrote: > "Gary V. Vaughan" wrote: > > On Friday 22 June 2001 11:20 am, Tilo Riemer wrote: > > > what is wrong if I get the following error: > > > > > > libtool: ltconfig version ' does not

Re: ltconfig version `' does not match ltmain.sh version

2001-06-22 Thread Ralf Corsepius
"Gary V. Vaughan" wrote: > > On Friday 22 June 2001 11:20 am, Tilo Riemer wrote: > > what is wrong if I get the following error: > > > > libtool: ltconfig version ' does not match ltmain.sh version 4a' > > You are using a mismatched ltmain.sh

Re: ltconfig version `' does not match ltmain.sh version

2001-06-22 Thread Gary V . Vaughan
On Friday 22 June 2001 11:20 am, Tilo Riemer wrote: > what is wrong if I get the following error: > > libtool: ltconfig version ' does not match ltmain.sh version 4a' You are using a mismatched ltmain.sh and ltconfig from different versions of libtool. Cheers, Gary.

ltconfig version `' does not match ltmain.sh version

2001-06-22 Thread Tilo Riemer
hello, what is wrong if I get the following error: libtool: ltconfig version ' does not match ltmain.sh version 4a' best regards, Tilo