Hi Thien-Thi,

* Thien-Thi Nguyen wrote on Thu, May 21, 2009 at 12:29:06PM CEST:
> Please find attached specflg10.log;
> is there any other info that can be of help?
> 
> I suspect this is related to absense of g++ on the computer.

Yep.  Fixed as follows.  Thanks for the report!

Cheers,
Ralf

    Skip specflg10.test without a C++ compiler.
    
    * tests/specflg10.test: Require g++.
    Report by Thien-Thi Nguyen.

diff --git a/tests/specflg10.test b/tests/specflg10.test
index 98be12a..efe13f5 100755
--- a/tests/specflg10.test
+++ b/tests/specflg10.test
@@ -16,6 +16,7 @@
 
 # AM_DEFAULT_SOURCE_EXT
 
+required=g++
 . ./defs || Exit 1
 
 set -e


Reply via email to