Re: abs_top_builddir not working?

2005-06-29 Thread Stepan Kasal
Hello, On Wed, Jun 08, 2005 at 08:49:37PM +0200, Alexandre Duret-Lutz wrote: Stepan Do you think it should be reported by AC_SUBST_TRACE, too? Either way is fine with me. I committed the patch attached to this mail. Stepan 2005-06-29 Stepan Kasal [EMAIL PROTECTED] *

Re: four patches

2005-06-29 Thread Noah Misch
On Wed, Jun 29, 2005 at 01:01:33PM +0200, Stepan Kasal wrote: autoconf-20050629-subst-files.patch autoconf-20050629-precious.patch changes the way precious variables are handled. (Though its function doesn't depend on the previous patch, it won't apply smoothly without

Re: fix parsing of Fortran -v output in Portland-Group compiler again

2005-06-29 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Wed, Jun 29, 2005 at 02:48:57PM CEST: * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for double-quoted -cmdline argument in Portland Group compiler. Reported against LAM by Ole Holm Nielsen [EMAIL PROTECTED]. Gee, I got it all

fix parsing of Fortran -v output in Portland-Group compiler again

2005-06-29 Thread Ralf Wildenhues
With Portland 5.2-4 and 6.0-4 compilers it is necessary to remove some single quotes from verbose Fortran linking output. Steven applied a similar patch for double quoted stuff some time ago[1]. A bug report against LAM[2] suggests the patch below, I don't know of a better solution right away.

Re: Complex compiler/linker tests

2005-06-29 Thread Ralf Wildenhues
Hi Liviu, * Liviu Nicoara wrote on Tue, Jun 28, 2005 at 01:59:55AM CEST: There are situations where a C++ comptest needs to have multiple translation units. These need to be compiled and the object files linked together, and posibbly, the resulting program needs to be run. Could you

Re: abs_top_builddir not working?

2005-06-29 Thread Stepan Kasal
Hello, On Wed, Jun 08, 2005 at 08:49:37PM +0200, Alexandre Duret-Lutz wrote: Stepan Do you think it should be reported by AC_SUBST_TRACE, too? Either way is fine with me. I committed the patch attached to this mail. Stepan 2005-06-29 Stepan Kasal [EMAIL PROTECTED] *

Re: Complex compiler/linker tests

2005-06-29 Thread Liviu Nicoara
Ralf, One trivial example would be a test to detect whether or not a compiler collapses static locals in inline functions occurring in both library and user program. It would require a library and a program, e.g.: // lib.cpp inline int foo () { static int i = 0; return ++i; } int

Re: an archive of POSIX compat files ?

2005-06-29 Thread Karl Berry
OTOH, is seems more useful to point developers to the web page than to the info manual Ok, I won't argue. +Suitable replacements for many such problem functions are available +from @uref{http://www.gnu.org/software/gnulib/, Gnulib}, which aims +to provide a centralized

Changing compiler from gcc to mpiCC

2005-06-29 Thread nithu
Hi, I'm working with a software(e-cell), it is a bioinformatics related software. It is installed on my linux cluster, and it uses gcc as its compiler . It has python script as its front end to bring all the necessary codes together during compilation. I'm trying to install this software on

Re: Changing compiler from gcc to mpiCC

2005-06-29 Thread tom fogal
sorry; forgot to CC this to the list. --- Forwarded Message From: tom fogal [EMAIL PROTECTED] To: nithu [EMAIL PROTECTED] Subject: Date: Wed, 29 Jun 2005 20:01:56 -0400 Sender: [EMAIL PROTECTED] [EMAIL PROTECTED]nithu writes: snip But for all the different options of make that i tried i