Hi,
I have an application that just contain C++ code and I will only need the
code to be linked with C++ code.
I wonder whether there is a way to disable C (and fortran) checkings when
running the macro AC_PROG_LIBTOOL in the configure.ac ?
Sincerely,
Patrick
_
Dear all,
I have been using the configure tool for a while together with my project
managed with cvs. Until recently I was running autoconf 2.49c automake
1.4a and libtool 1.3c and I had no problem when modifying any of the
configuration file configure.in or any Makefile.am, rerun
aclocal/automa
==
Patrick Guio
Institute of Physics, University of Oslo
P.O. box 1048, Blindern, N-0316 Oslo
Tel : (+47) 22 84 40 60 - Fax : (+47) 22 85 56 71
/.libs/libutilities.a -lblitz -lmfhdf -ldf -ljpeg -lz -lm
I can manually force the command to be
cxx ... /astro/local/opt/HDF_4.1r3/4.1r3_digunix/lib/libjpeg.a ...
But how do I tell libtool to do so with this library?
Sincerely
Patrick Guio
___
Libtool
s
(same style) called .o.d and the code is compiled!
Do you think it could be possible to insert this in the libtool?
Maybe automake/depcomp has to be modified to be able to use the option -MD
with the cxx compaq compiler for osf machines?
Sincerely
t the .o is removed first and then the cxx -M is run
without running again cxx alone, therefore the .o is not created.
Sincerely
Patrick
==
Patrick Guio
Institute of Physics
a-integrate.o)
ar -rv .libs/libutilities.a
util/_RWdeallocate_buffers__Q13std33list__TPCcQ
. and so on
which destroy the .o before archiving the whole stuff!
But I have done manually the command
ar -rv .libs/libutilities.a
util/_RWdeallocate_buffers__Q13std33list__TPCcQ
after having
../libtool --mode=link
should be run?
Sincerely
Patrick
-- Forwarded message --
Date: Fri, 27 Oct 2000 15:51:40 +0200 (CEST)
From: Patrick Guio <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cxx archiver
Dear all
As you know I am trying to use libtool :-) Now on a DEC m
la-argparsing.o . libutilities_la/*.o
Then when linking this library, everything work smoothly
cxx -c main.cpp
cxx main.o -o main -lutilities
Sincerely
Patrick Guio
==
Patrick Guio
Dear all
I try to use libtool to build a c++ library and I get the following
/bin/sh ../libtool --mode=link KCC --restrict --strict_warnings
-L/usr/local/numerics/blitz/blitz/lib -lblitz
-L/usr/local/hdf/4.1r3_hpux/lib -lmfhdf -ldf -ljpeg -lz -o libmudfas3d.la
-rpath /temp/lib -version-info 0:
#x27;$(DEPDIR)/$*.TPo' \
$(CXXDEPMODE) $(depcomp) \
$(CXXCOMPILE) $(INCLUDES) -DDIM=3 -c -o $@ `test -f $< || echo
'$(srcdir)/'`$<
But only '$(patsubst %.cpp, %.Po, $(MUDSRC))' are created.
Sincerely
Patrick Guio
___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool
de there?
Sincerely
Patrick Guio
==
Patrick Guio
Institute of Physics, University of Oslo
P.O. box 1048, Blindern, N-0316 Oslo
Tel : (+4
On 19 Oct 2000, Raja R Harinath wrote:
> Patrick Guio <[EMAIL PROTECTED]> writes:
> > On 19 Oct 2000, Alexandre Oliva wrote:
> > > On Oct 19, 2000, Patrick Guio <[EMAIL PROTECTED]> wrote:
> > > > I really have problems to get the dependencies stuff to w
Patrick
==
Patrick Guio
Institute of Physics, University of Oslo
P.O. box 1048, Blindern, N-0316 Oslo
Tel : (+47) 22 84 40 60 - Fax : (+47) 22 85
++
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
15 matches
Mail list logo