Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Error when building static librairies with setup tested "ok"

Subject: CGAL users discussion list

List archive

[cgal-discuss] Error when building static librairies with setup tested "ok"


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] Error when building static librairies with setup tested "ok"
  • Date: Fri, 6 Jun 2008 15:42:15 +0200 (CEST)


After provinding support for Boost, GMP and MPFR, the script install_cgal told
me the setup has been tested ok, but when I try to build the librairies, it
fail for the compilation of libCGAL static.

Does CGAL need some more librairies, or there is a different problem ?

Here the compilation log and my configuration :

../CGAL/common.mk:27:
/cygdrive/c/CGAL-3.3.1/make/makefile_i686_CYGWINNT-5.1_g++-3.4.4: No such file
or directory
c:\matlabR2007a\bin\win32\gmake.exe: *** No rule to make target
`/cygdrive/c/CGAL-3.3.1/make/makefile_i686_CYGWINNT-5.1_g++-3.4.4'.
c:\matlabR2007a\bin\win32\gmake.exe: Failed to remake makefile
`/cygdrive/c/CGAL-3.3.1/make/makefile_i686_CYGWINNT-5.1_g++-3.4.4'.
c:/matlabR2007a/bin/win32/gmake.exe clean_temp_files
../CGAL/common.mk:27:
/cygdrive/c/CGAL-3.3.1/make/makefile_i686_CYGWINNT-5.1_g++-3.4.4: No such file
or directory
gmake.exe[1]: *** No rule to make target
`/cygdrive/c/CGAL-3.3.1/make/makefile_i686_CYGWINNT-5.1_g++-3.4.4'.
gmake.exe[1]: Failed to remake makefile
`/cygdrive/c/CGAL-3.3.1/make/makefile_i686_CYGWINNT-5.1_g++-3.4.4'.
gmake.exe[1]: Entering directory `c:/CGAL-3.3.1/src/CGAL'
rm -f assertions Bbox_2_intersections Bbox_3_intersections cgal_logo Color
File_header_extended_OFF File_header_OFF File_scanner_OFF File_writer_inventor
File_writer_OFF File_writer_VRML_2 File_writer_wavefront Geomview_stream
Interval_arithmetic io JAMA_numeric_solver KDS_Log kernel MP_Float
numeric_solvers_support NefPolynomial Random Real_timer Timer
Turkowski_numeric_solver
process_begin: CreateProcess((null), rm -f assertions Bbox_2_intersections
Bbox_3_intersections cgal_logo Color File_header_extended_OFF File_header_OFF
File_scanner_OFF File_writer_inventor File_writer_OFF File_writer_VRML_2
File_writer_wavefront Geomview_stream Interval_arithmetic io
JAMA_numeric_solver KDS_Log kernel MP_Float numeric_solvers_support
NefPolynomial Random Real_timer Timer Turkowski_numeric_solver, ...) failed.
make (e=2): The system cannot find the file specified.
gmake.exe[1]: *** [clean_temp_files] Error 2
gmake.exe[1]: Leaving directory `c:/CGAL-3.3.1/src/CGAL'
c:\matlabR2007a\bin\win32\gmake.exe: *** [static_lib_no_install] Error 2
c:\matlabR2007a\bin\win32\gmake.exe: Target `static_lib' not remade because of
errors.

I don't understand some of this errors since there is a file named
makefile_i686_CYGWINNT-5.1_g++-3.4.4 in the appropriate folder.

OS: i686_CYGWINNT-5.1
COMPILER : GNU 3.4.4
BOOST: 1.35.0
GMP: 4.2.2
GMPXX: 4.2.2
ZLIB: 2.3.1
BLAS: supported
LAPACK: supported
(the other librairies are not supported)

Thank you for your help.

Antoine Niel



Archive powered by MHonArc 2.6.16.

Top of Page