Shared C++ libraries on AIX

2002-10-07 Thread Martin Frydl
Hello, I'm having trouble when trying to built shared C++ libraries on AIX 4.3 with libtool 1.4.2 and also 1.4d. I'm using IBM C/C++ compiler 3.6.6. The first problem is nm utility. Libtool lists public symbols in all .o files and creates export file from them. However, nm -B on AIX by

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 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 aclocal in your