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
