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
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
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
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
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
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