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++
compiler)
For example I would do first to create the objects
cxx -c *.cpp
and then in order to create my library 
ar r libfoo.a *.o cxx_repository/*.o 
Does anybody knows how to make libtool do the job?

Sincerely

Patrick Guio


======================================================================

                            Patrick Guio
          Institute of Theoretical Astrophysics, University of Oslo
                  P.O. box 1029, Blindern, N-0315 Oslo
          Tel : (+47) 22 85 65 19 - Fax : (+47) 22 85 65 05
                    E-mail : [EMAIL PROTECTED] 
                    URL : http://www.astro.uio.no


Reply via email to