RE: How to force a compilation ?

2002-02-14 Thread Bernard Dautrevaux
cc > command line contains "-Ddate=..." which changes.). > Perhaps something on the line of: rpl.c: always always: addedd to your makefile? HTH Bernard Bernard Dautrevaux Microprocess Ingenierie 97 bis, rue de Colombes 92400 COURBEVOIE FRANCE Tel:+33 (0) 1 47 68 80 80 Fax:+33 (0) 1 47 88 97 85 e-mail: [EMAIL PROTECTED] [EMAIL PROTECTED]

RE: setting -DDEBUG

2001-03-01 Thread Bernard Dautrevaux
: make "CXXFLAGS=-g -DDEBUG" all HTH Bernard Bernard Dautrevaux Microprocess Ingenierie 97 bis, rue de Colombes 92400 COURBEVOIE FRANCE Tel:+33 (0) 1 47 68 80 80 Fax:+33 (0) 1 47 88 97 85 e-mail: [EMAIL PROTECTED] [EMAIL PROTECTED]

RE: More an autopackage

2001-01-22 Thread Bernard Dautrevaux
h-scripts and why libtool IS a shell script. You can use GNU m4 or PERL in autoconf and automake, as these are maintainer-only tools. If autopackage is a package-installer tool (i.e. a native package front-end) the choice of implementation language is almost restricted to "/bin/sh" or "/

RE: libs in subdirs

2000-11-23 Thread Bernard Dautrevaux
bsomelib.a *.o $(RANLIB) libsomelib.a rm -rf libsomelib.temp I know this is not so elegant, but it should work :-) HTH Bernard Bernard Dautrevaux Microprocess Ingenierie 97 bis, rue de Colombes 92400 COURBEVOIE FRANCE Tel:+33 (0) 1 47 68 80 80 Fax:+33 (0) 1 47 88 97 85 e-mail: [EMAIL PROTECTED] [EMAIL PROTECTED]

[patch] Changes to automake to properly update read-only source files

2000-09-12 Thread Bernard Dautrevaux
ld be welcome, even if it is just out of curiosity :-) To solve the first points, I propose the following patch against CVS-automake: Changelog: --8< -- 2000-09-12 Bernard Dautre

RE: [patch] new depcomp "sxc" method

2000-09-07 Thread Bernard Dautrevaux
> -Original Message- > From: Alexandre Oliva [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 06, 2000 7:23 PM > To: Bernard Dautrevaux > Cc: [EMAIL PROTECTED] > Subject: Re: [patch] new depcomp "sxc" method > > > On Sep 6, 2000, Bernard Da

[patch] new depcomp "sxc" method

2000-09-06 Thread Bernard Dautrevaux
the name of our C/C++ compiler). This patch is quite simple as the preprocessor is able to generate directly the correct dependency file with dummy dependencies for all included files to avoid the "deleted header file" syndrom. The Changelog: 2000-09-05 Bernard Dautrevaux <[EMAIL PROT

RE: Automake security problem

2000-03-03 Thread Bernard Dautrevaux
with xargs; it's with the generated command line (which is usually limited to 10240 characters by the underlying system). Hopefully the solution IS in xargs: just use for example "find | xargs -n10 ", and you should have path names of consistently more than 1024 characters to have any