Ensuring compatibility between libtool components

2000-07-31 Thread Alexandre Oliva
I've just thought of a way to avoid any compatibility problems between libtool components: embedding ltconfig, ltmain.sh and ltcf-*.sh in libtool.m4. AC_PROG_LIBTOOL would extract ltconfig and ltmain.sh into the build dir, then proceed to the usual configuration stuff. There are two approaches t

Re: c++ libraries creation with Digital cxx

2000-07-31 Thread Ossama Othman
Hi, On Mon, Jul 31, 2000 at 05:08:25PM +0200, Patrick Guio wrote: > I try to write a configure for a package I write in c++. For creating a > library using the cxx on a DEC machine running Digital Unix. I need to add > to the library the instantiations created in a directory called > cxx_reposit

c++ libraries creation with Digital cxx

2000-07-31 Thread Patrick Guio
Dear all I try to write a configure for a package I write in c++. For creating a library using the cxx on a DEC machine running Digital Unix. I need to add to the library the instantiations created in a directory called cxx_repository (actually the same problem happens using KCC the KAI c++ comp