On 28 May 2003, Ossama Othman wrote: > Hi, > > On Wed, 2003-05-28 at 06:18, David Svoboda wrote: > > If I set > > CXX="KCC" # KCC ... KAI compiler > > CC="$CXX --c" > > > > then after running "AC_PROG_LIBTOOL" I get > > > > checking if libtool supports shared libraries... no > > checking whether to build shared libraries... no > > checking whether to build static libraries... yes > > > > How to force the libtool to enable creating shared libraries? > > Which version of libtool are you using? Libtool 1.5 should have support > for the KAI C++ compiler, in addition to greatly improved C++ shared > library support in general. > > -Ossama
I used Libtool 1.4.2 - supplied with Linux RH 7.3 Now I tried Libtool 1.5 (as you had advised) and everything is ok. Thank you very much! David
