autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linking shared libraries with KCC


From: David Svoboda
Subject: Re: Linking shared libraries with KCC
Date: Thu, 29 May 2003 10:01:47 +0200

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]