Re: Multiple definition of VERSION, PACKAGE and so on

2004-03-24 Thread Patrick Guio
On Tue, 23 Mar 2004, Guido Draheim wrote: What I mean by interact is that one package uses on another one :-) I can give you an example. I have a package pack1 which I have encapsulated in another one, pack2 (I mean that I have a subdirectory pack2 in pack1 and that configure.ac of pack2

_TEXINFOS question

2003-02-10 Thread Patrick Guio
Dear all, I am using the _TEXINFOS variables in a Makefile.am to build the documentation. I would like these to be built on request with a `doc' target for example and not with the default 'all' or 'all-am'. Is there a way to do that? Sincerely, Patrick

autoreconf --flavor ?

2003-02-03 Thread Patrick Guio
Dear all, I am using currently autoconf 2.57 and automake 1.7.2. I find it annoying not to be able to use te nice tool autoreconf without that all the following files NEWS, README, AUTHORS and ChangeLog should be present in the current directory. automake has the possibility to disable that

-rm -f core.$pid

2003-01-17 Thread Patrick Guio
Dear all, In recent Linux version, core files generated are called after process id with the syntax core.$pid which can be matched I think for csh-like shells with core.{[1-9]*} for sh-like shells with core.[0-9]* That might be nice to remove those as well? Cheers, 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

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

Re: Install question

2002-01-24 Thread Patrick Guio
On Thu, 24 Jan 2002, Alexandre Duret-Lutz wrote: adl == Alexandre Duret-Lutz [EMAIL PROTECTED] writes: [...] adl EXTRA_PROGRAMS = ex1 ex2 adl ex1_SOURCES = ex1.cpp adl ex2_SOURCES = ex2.cpp adl check-examples: $(EXTRA_PROGRAMS) Or even: check_PROGRAMS = ex1 ex2 ex1_SOURCES =

Install question

2002-01-22 Thread Patrick Guio
Dear all, I have a hierarchy of directories from the $(top_srcdir) like $(top_srcdir)/includes1, $(top_srcdir)/includes1/sub1, $(top_srcdir)/includes1/sub2, $(top_srcdir)/includes2 which contains c++ includes which I want to install in $(includedir) like $(includedir)/includes1,

Re: Question about AC_CONFIG_FILES

2001-12-09 Thread Patrick Guio
? Sincerely Patrick Am Sam, 2001-12-08 um 20.42 schrieb Patrick Guio: Dear all, I have a c++ template main program. I mean by this that the skeleton of the program is the same but different class can be used. What I would like to do is from the main.cpp.in template program where a variable

Question about AC_CONFIG_FILES

2001-12-08 Thread Patrick Guio
.cpp.in while I would like it to always look for the default main.cpp.in. Any idea of how to do that? Sincerely Patrick == Patrick Guio Institute of Physics, University of Oslo

AM_PATH_PYTHON(version) does not work properly?

2001-11-19 Thread Patrick Guio
Dear all, I have updated my autoconf/automake/libtool package to aclocal (GNU automake) 1.5a autoconf (GNU Autoconf) 2.52g automake (GNU automake) 1.5a libtoolize (GNU libtool) 1.4c and have included a AM_PATH_PYTHON(2.0) in configure.in I am running RH7.2 and have several python commands

HOWTO compile script like progs

2001-11-15 Thread Patrick Guio
Dear all, I have shell bourne shell scripts and python (version 2) scripts. When running make, I would like to make them executable, i.e. to write a valid executable path in #!path_to_executable_shell_or_program at the beginning of the file. I would appreciate any help to configure Makefile.am

problem compiling on DEC with dependencies (cxx -M)

2000-11-03 Thread Patrick Guio
ut running again cxx alone, therefore the .o is not created. Sincerely Patrick ====== Patrick Guio Institute of Physics, University of Oslo P.O. box 1048, Bli

Building c++ library with cxx/osf with libtool

2000-11-03 Thread Patrick Guio
y object .o even though one gives the option -c -o object Note that by giving the option -MD one create a file with dependencies (same style) called sourcename.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 mod

ifeq/else/endif problem

2000-10-27 Thread Patrick Guio
GNU make instructions ?! Sincerely Patrick == Patrick Guio Institute of Physics, University of Oslo P.O. box 1048, Blindern, N-0316 Oslo

More dependencies II

2000-10-23 Thread Patrick Guio
message -- Date: Mon, 23 Oct 2000 10:47:21 +0200 (CEST) From: Patrick Guio [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: More dependencies... Refering to my earlier mail today,I have a comment about .cpp.o: source='$' object='$@' libtool

More about dependencies...

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

More dependencies...

2000-10-23 Thread Patrick Guio
, $(MUDSRC))' are created. Sincerely Patrick Guio

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 work correctly. I can see that some depcomp files

[Automake] header dependencies on compilation

2000-09-21 Thread Patrick Guio
wrong? In my old Makefiles, I used to have a depend target that run the makedepend for me. Is there something similar I can use with the configure system? Sincerely Patrick Guio Please reply to [EMAIL PROTECTED] as well. ___ Automake mailing list [EMAIL