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 descr

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]> * lib/aut

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 bar

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 reposit

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: >But for all the different options of make that i tried i