disable C compiler check?

2003-07-31 Thread Patrick Guio
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 _

Configure tool/cvs repository trouble

2002-05-29 Thread Patrick Guio
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

Bug in conditional library building

2002-05-22 Thread Patrick Guio
== 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

HOWTO libtool --mode=link

2000-11-07 Thread Patrick Guio
/.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

Building c++ library with cxx/osf with libtool

2000-11-03 Thread Patrick Guio
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

problem compiling on DEC with dependencies (cxx -M)

2000-11-03 Thread Patrick Guio
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

KCC and cxx archiver

2000-10-27 Thread Patrick Guio
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

cxx archiver II

2000-10-27 Thread Patrick Guio
../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

cxx archiver

2000-10-27 Thread Patrick Guio
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

KCC archiver

2000-10-27 Thread 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:

More dependencies...

2000-10-23 Thread Patrick Guio
#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

More about dependencies...

2000-10-23 Thread Patrick Guio
de there? Sincerely Patrick Guio == Patrick Guio Institute of Physics, University of Oslo P.O. box 1048, Blindern, N-0316 Oslo Tel : (+4

Re: dependencies in c++

2000-10-20 Thread Patrick Guio
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

dependencies in c++

2000-10-19 Thread Patrick Guio
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

c++ libraries creation with Digital cxx

2000-07-31 Thread Patrick Guio
++ 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