Re: Shared C++ libraries on AIX

2002-10-08 Thread Martin Frydl
I've installed CVS libtool to wrong directory so aclocal used different libtool.m4. My mistake, now everything works fine. Thank you for your help. Martin Ossama Othman wrote: > Hi, > > On Mon, Oct 07, 2002 at 07:01:04PM +0200, Martin Frydl wrote: > >>progname=`$echo "$0" | ${SED} 's%^.*/%%'

Re: Shared C++ libraries on AIX

2002-10-07 Thread Earnie Boyd
Ossama Othman wrote: > Hi, > > On Mon, Oct 07, 2002 at 07:01:04PM +0200, Martin Frydl wrote: > >>progname=`$echo "$0" | ${SED} 's%^.*/%%'` >> >>The problem is with SED variable, it is not defined anywhere in libtool >>script. I think the CVS version is currently unstable. > > > Did you run ac

Re: Shared C++ libraries on AIX

2002-10-07 Thread Ossama Othman
Hi, On Mon, Oct 07, 2002 at 07:01:04PM +0200, Martin Frydl wrote: > progname=`$echo "$0" | ${SED} 's%^.*/%%'` > > The problem is with SED variable, it is not defined anywhere in libtool > script. I think the CVS version is currently unstable. Did you run aclocal in your package to pull in the

Re: Shared C++ libraries on AIX

2002-10-07 Thread Martin Frydl
Thanks for suggestion but this is even worse (CVS main trunk, 2002-10-07 - version 1.4e): source='sub1.cpp' object='sub1.lo' libtool=yes depfile='.deps/sub1.Plo' tmpdepfile='.deps/sub1.TPlo' depmode=aix /bin/sh ./depcomp /bin/sh ./libtool --mode=compile xlC -DPACKAGE_NAME=\"\" -DPA