Subject: CGAL users discussion list
List archive
- From: Federico Ficarelli <>
- To:
- Subject: [cgal-discuss] Error building CGAL 3.5 on AIX 6.1 with VisualAge 10.1
- Date: Mon, 12 Oct 2009 12:53:57 +0200 (MEST)
Hello to all CGAL Users.
I'm writing to report a compilation error occurred while building CGAL 3.5 on AIX 6.1 (Power 6) using IBM VisualAge compiler (xlC_r) version 10.1.
I'm trying to build them using cmake with the following line:
cmake -DCMAKE_INSTALL_PREFIX=$CINECA_SCRATCH/cgal-aix61 -DBUILD_SHARED_LIBS=FALSE -DCMAKE_C_COMPILER=$(which xlc_r) -DCMAKE_CXX_COMPILER=$(which xlC_r) -DBOOST_ROOT="$BOOST_LIB/../" -DZLIB_INCLUDE_DIR="$ZLIB_INCLUDE" -DGMP_INCLUDE_DIR="$GMP_INCLUDE" -DGMP_LIBRARIES="$GMP_LIB/libgmp.a" -DMPFR_INCLUDE_DIR="$MPFR_INCLUDE" -DMPFR_LIBRARIES="$MPFR_LIB/libmpfr.a" -DQT_QMAKE_EXECUTABLE=$(which qmake) .
whose output is attached below at the end of the message.
When I run make (GNU make 3.81), the output I get is:
[ 33%] Building CXX object src/CGAL/CMakeFiles/CGAL.dir/all_files.o
/usr/vacpp/bin/xlC_r: 1501-245 (W) Warning: Hard ulimit has been reduced to less than RLIM_INFINITY. There may not be enough space to complete the compilation.
"/gpfs/scratch/usercin/cin8291a/cgal/CGAL-3.5/include/CGAL/FPU.h", line 44.12: 1540-0836 (S) The #include file <fpu_control.h> is not found.
make[2]: *** [src/CGAL/CMakeFiles/CGAL.dir/all_files.o] Error 1
make[1]: *** [src/CGAL/CMakeFiles/CGAL.dir/all] Error 2
make: *** [all] Error 2
Actually, there is no fpu_control.h anywhere in the system.
Thank you for any help.
Greetings.
Federico Ficarelli.
LIBRARIES DETECTED BY CMAKE: ################################
-- USING BOOST_VERSION = '1.40.0'
-- USING GMP_VERSION = '4.3.1'
-- USING MPFR_VERSION = '2.4.1'
CMAKE OUTPUT: ###############################################
-- The C compiler identification is VisualAge
-- The CXX compiler identification is VisualAge
-- Check for working C compiler: /usr/vacpp/bin/xlc_r
-- Check for working C compiler: /usr/vacpp/bin/xlc_r -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/vacpp/bin/xlC_r
-- Check for working CXX compiler: /usr/vacpp/bin/xlC_r -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- CGAL_MAJOR_VERSION=3
-- CGAL_MINOR_VERSION=5
-- CGAL_BUILD_VERSION=
-- CGAL_SONAME_VERSION=4
-- CGAL_SOVERSION =4.0.0
-- CGAL_REFERENCE_CACHE_DIR=
-- Building static libraries
-- Targetting Unix Makefiles
-- Using /usr/vacpp/bin/xlC_r compiler.
-- USING CMake version: 2.6.4
-- System: AIX
-- Build type: Release
-- USING CXXFLAGS = ' -O -DNDEBUG'
-- USING LDFLAGS = ' '
-- Found MPFR: /cineca/prod/libraries/mpfr/2.4.1/xl--10.1/include
-- GMP include: /cineca/prod/libraries/gmp/4.3.1/xl--10.1/include
-- GMP libraries: /cineca/prod/libraries/gmp/4.3.1/xl--10.1/lib/libgmp.a
-- GMP definitions:
-- USING GMP_VERSION = '4.3.1'
-- MPFR include: /cineca/prod/libraries/mpfr/2.4.1/xl--10.1/include
-- MPFR libraries: /cineca/prod/libraries/mpfr/2.4.1/xl--10.1/lib/libmpfr.a
-- MPFR definitions:
-- USING MPFR_VERSION = '2.4.1'
-- Boost version: 1.40.0
-- Found the following Boost libraries:
-- thread
-- Boost include: /cineca/prod/libraries/boost/1.40.0/xl--10.1/include
-- Boost libraries: /cineca/prod/libraries/boost/1.40.0/xl--10.1/lib/libboost_thread.a
-- Boost definitions:
-- USING BOOST_VERSION = '1.40.0'
-- Performing Test CGAL_CFG_DENORMALS_COMPILE_BUG - Success
-- Performing Test CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG - Success
-- Performing Test CGAL_CFG_IEEE_754_BUG - Success
-- Performing Test CGAL_CFG_ISTREAM_INT_BUG - Success
-- Performing Test CGAL_CFG_LONGNAME_BUG - Success
-- Performing Test CGAL_CFG_MATCHING_BUG_5 - Failed
-- Performing Test CGAL_CFG_MATCHING_BUG_6 - Success
-- Performing Test CGAL_CFG_NESTED_CLASS_FRIEND_DECLARATION_BUG - Failed
-- Performing Test CGAL_CFG_NET2003_MATCHING_BUG - Success
-- Performing Test CGAL_CFG_NO_CPP0X_ARRAY - Failed
-- Performing Test CGAL_CFG_NO_CPP0X_DECLTYPE - Failed
-- Performing Test CGAL_CFG_NO_CPP0X_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES - Failed
-- Performing Test CGAL_CFG_NO_CPP0X_DELEGATING_CONSTRUCTORS - Failed
-- Performing Test CGAL_CFG_NO_CPP0X_DELETED_AND_DEFAULT_FUNCTIONS - Failed
-- Performing Test CGAL_CFG_NO_CPP0X_ISFINITE - Failed
-- Performing Test CGAL_CFG_NO_CPP0X_LONG_LONG - Success
-- Performing Test CGAL_CFG_NO_CPP0X_RVALUE_REFERENCE - Failed
-- Performing Test CGAL_CFG_NO_CPP0X_TUPLE - Failed
-- Performing Test CGAL_CFG_NO_CPP0X_VARIADIC_TEMPLATES - Failed
-- Performing Test CGAL_CFG_NO_LIMITS - Success
-- Performing Test CGAL_CFG_NO_NEXTAFTER - Success
-- Performing Test CGAL_CFG_NO_STATEMENT_EXPRESSIONS - Success
-- Performing Test CGAL_CFG_NO_STL - Success
-- Performing Test CGAL_CFG_NO_TMPL_IN_TMPL_PARAM - Success
-- Performing Test CGAL_CFG_NO_TR1_ARRAY - Failed
-- Performing Test CGAL_CFG_NO_TR1_TUPLE - Failed
-- Performing Test CGAL_CFG_NUMERIC_LIMITS_BUG - Success
-- Performing Test CGAL_CFG_OUTOFLINE_MEMBER_DEFINITION_BUG - Success
-- Performing Test CGAL_CFG_TYPENAME_BEFORE_DEFAULT_ARGUMENT_BUG - Success
-- Performing Test CGAL_CFG_USING_BASE_MEMBER_BUG_2 - Success
-- CMAKE_INSTALL_PREFIX=/gpfs/scratch/usercin/cin8291a/cgal-aix61
-- CGAL_ImageIO needs OpenGL, cannot be configured.
-- CGAL_Qt3 needs Qt3, cannot be configured.
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found OpenSSL: /lib/libssl.a
-- Looking for _POSIX_TIMERS
-- Looking for _POSIX_TIMERS - found
-- CGAL_Qt4 needs OpenGL, cannot be configured.
-- Configuring done
-- Generating done
-- Build files have been written to: /gpfs/scratch/usercin/cin8291a/cgal/CGAL-3.5
--
=============================================
Federico Ficarelli
CINECA - High Performance Computing Group
Via Magnanelli 6/3
40033 Casalecchio di Reno
Bologna - Italy
E-Mail:
Tel.: ++39 (051) 6171411
=============================================
- [cgal-discuss] Error building CGAL 3.5 on AIX 6.1 with VisualAge 10.1, Federico Ficarelli, 10/12/2009
- Re: [cgal-discuss] Error building CGAL 3.5 on AIX 6.1 with VisualAge 10.1, Sylvain Pion, 10/12/2009
- Re: [cgal-discuss] Error building CGAL 3.5 on AIX 6.1 with VisualAge 10.1, Federico Ficarelli, 10/12/2009
- Re: [cgal-discuss] Error building CGAL 3.5 on AIX 6.1 with VisualAge 10.1, Sylvain Pion, 10/12/2009
- Re: [cgal-discuss] Error building CGAL 3.5 on AIX 6.1 with VisualAge 10.1, Federico Ficarelli, 10/12/2009
- Re: [cgal-discuss] Error building CGAL 3.5 on AIX 6.1 with VisualAge 10.1, Laurent Rineau (GeometryFactory), 10/12/2009
- Re: [cgal-discuss] Error building CGAL 3.5 on AIX 6.1 with VisualAge 10.1, Federico Ficarelli, 10/12/2009
- Re: [cgal-discuss] Error building CGAL 3.5 on AIX 6.1 with VisualAge 10.1, Sylvain Pion, 10/12/2009
- Re: [cgal-discuss] Error building CGAL 3.5 on AIX 6.1 with VisualAge 10.1, Federico Ficarelli, 10/12/2009
- Re: [cgal-discuss] Error building CGAL 3.5 on AIX 6.1 with VisualAge 10.1, Sylvain Pion, 10/12/2009
Archive powered by MHonArc 2.6.16.