Subject: CGAL users discussion list
List archive
- From: <>
- To:
- Subject: Re: Re: [cgal-discuss] install cgal 3.4 devian lenny
- Date: Fri, 6 Mar 2009 10:33:08 +0100 (CET)
HI, tx for explanation (I am totally new at LINUX :) I thk everyone can see
after make clean I did following:
mschifko@vallinpcts02:~$
mkdir $HOME/Filtererd_kernel_examples
mschifko@vallinpcts02:~$
cd $HOME/Filtererd_kernel_examples
mschifko@vallinpcts02:~/Filtererd_kernel_examples$
cmake
-DCGAL_CXX_FLAGS="-frounding-math"
/usr/share/doc/libcgal-demo/examples/Filtered_kernel
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Build type: Release
-- USING CXXFLAGS = '-g -O2 -D_REENTRANT -frounding-math -O3 -DNDEBUG'
-- USING EXEFLAGS = ' '
-- Targetting Unix Makefiles
-- Using /usr/bin/c++ compiler.
-- Configuring done
-- Generating done
-- Build files have been written to:
/ECS/home/mschifko/Filtererd_kernel_examples
mschifko@vallinpcts02:~/Filtererd_kernel_examples$
make VERBOSE=ON
make: Warning: File `Makefile' has modification time 12 s in the future
/usr/bin/cmake -H/usr/share/doc/libcgal-demo/examples/Filtered_kernel
-B/ECS/home/mschifko/Filtererd_kernel_examples --check-build-system
CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start
/ECS/home/mschifko/Filtererd_kernel_examples/CMakeFiles
/ECS/home/mschifko/Filtererd_kernel_examples/CMakeFiles/progress.make
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory `/ECS/home/mschifko/Filtererd_kernel_examples'
make[1]: Warning: File `CMakeFiles/Makefile2' has modification time 12 s in
the
future
make -f CMakeFiles/Filtered_predicate.dir/build.make
CMakeFiles/Filtered_predicate.dir/depend
make[2]: Entering directory `/ECS/home/mschifko/Filtererd_kernel_examples'
make[2]: Warning: File `CMakeFiles/Filtered_predicate.dir/flags.make' has
modification time 12 s in the future
cd /ECS/home/mschifko/Filtererd_kernel_examples && /usr/bin/cmake -E
cmake_depends "Unix Makefiles"
/usr/share/doc/libcgal-demo/examples/Filtered_kernel
/usr/share/doc/libcgal-demo/examples/Filtered_kernel
/ECS/home/mschifko/Filtererd_kernel_examples
/ECS/home/mschifko/Filtererd_kernel_examples
/ECS/home/mschifko/Filtererd_kernel_examples/CMakeFiles/Filtered_predicate.dir/DependInfo.cmake
--color=
Dependee
"/ECS/home/mschifko/Filtererd_kernel_examples/CMakeFiles/Filtered_predicate.dir/DependInfo.cmake"
is newer than depender
"/ECS/home/mschifko/Filtererd_kernel_examples/CMakeFiles/Filtered_predicate.dir/depend.internal".
Scanning dependencies of target Filtered_predicate
make[2]: Warnung: Mit der Uhr stimmt etwas nicht.
Die Bearbeitung könnte unvollständig sein.
make[2]: Leaving directory `/ECS/home/mschifko/Filtererd_kernel_examples'
make -f CMakeFiles/Filtered_predicate.dir/build.make
CMakeFiles/Filtered_predicate.dir/build
make[2]: Entering directory `/ECS/home/mschifko/Filtererd_kernel_examples'
make[2]: Warning: File `CMakeFiles/Filtered_predicate.dir/flags.make' has
modification time 12 s in the future
/usr/bin/cmake -E cmake_progress_report
/ECS/home/mschifko/Filtererd_kernel_examples/CMakeFiles 1
[100%] Building CXX object
CMakeFiles/Filtered_predicate.dir/Filtered_predicate.o
/usr/bin/c++ -g -O2 -D_REENTRANT -frounding-math -O3 -DNDEBUG
-I/ECS/home/mschifko/Filtererd_kernel_examples -o
CMakeFiles/Filtered_predicate.dir/Filtered_predicate.o -c
/usr/share/doc/libcgal-demo/examples/Filtered_kernel/Filtered_predicate.cpp
Linking CXX executable Filtered_predicate
/usr/bin/cmake -E cmake_link_script CMakeFiles/Filtered_predicate.dir/link.txt
--verbose=ON
/usr/bin/c++ -g -O2 -D_REENTRANT -frounding-math -O3 -DNDEBUG
CMakeFiles/Filtered_predicate.dir/Filtered_predicate.o -o Filtered_predicate
-rdynamic -lCGAL_Core -lCGAL -lgmpxx -lmpfr -lgmp -lboost_thread-mt
-lCGAL_Core
-lCGAL -lgmpxx -lmpfr -lgmp -lboost_thread-mt
make[2]: Warnung: Mit der Uhr stimmt etwas nicht.
Die Bearbeitung könnte unvollständig sein.
make[2]: Leaving directory `/ECS/home/mschifko/Filtererd_kernel_examples'
/usr/bin/cmake -E cmake_progress_report
/ECS/home/mschifko/Filtererd_kernel_examples/CMakeFiles 1
[100%] Built target Filtered_predicate
make[1]: Warnung: Mit der Uhr stimmt etwas nicht.
Die Bearbeitung könnte unvollständig sein.
make[1]: Leaving directory `/ECS/home/mschifko/Filtererd_kernel_examples'
/usr/bin/cmake -E cmake_progress_start
/ECS/home/mschifko/Filtererd_kernel_examples/CMakeFiles 0
make: Warnung: Mit der Uhr stimmt etwas nicht.
Die Bearbeitung könnte unvollständig sein.
mschifko@vallinpcts02:~/Filtererd_kernel_examples$
- [cgal-discuss] install cgal 3.4 devian lenny, martin.schifko, 03/05/2009
- Antwort: [cgal-discuss] install cgal 3.4 devian lenny, Martin . Schifko, 03/05/2009
- Re: Antwort: [cgal-discuss] install cgal 3.4 devian lenny, Joachim Reichel, 03/05/2009
- Re: [cgal-discuss] install cgal 3.4 devian lenny, Fernando Cacciola, 03/05/2009
- Re: Re: [cgal-discuss] install cgal 3.4 devian lenny, martin.schifko, 03/06/2009
- Re: [cgal-discuss] install cgal 3.4 devian lenny, Joachim Reichel, 03/06/2009
- Re: Re: [cgal-discuss] install cgal 3.4 devian lenny, martin.schifko, 03/06/2009
- Re: [cgal-discuss] install cgal 3.4 devian lenny, Laurent Rineau (GeometryFactory), 03/06/2009
- Re: Re: [cgal-discuss] install cgal 3.4 devian lenny, martin.schifko, 03/06/2009
- Re: [cgal-discuss] install cgal 3.4 devian lenny, Laurent Rineau (GeometryFactory), 03/06/2009
- Re: Re: [cgal-discuss] install cgal 3.4 devian lenny, martin.schifko, 03/06/2009
- Re: [cgal-discuss] install cgal 3.4 devian lenny, Laurent Rineau (GeometryFactory), 03/06/2009
- Antwort: Re: [cgal-discuss] install cgal 3.4 devian lenny, Martin . Schifko, 03/06/2009
- Re: [cgal-discuss] install cgal 3.4 devian lenny, Joachim Reichel, 03/06/2009
- Re: [cgal-discuss] install cgal 3.4 devian lenny, Fernando Cacciola, 03/10/2009
- Re: Re: [cgal-discuss] install cgal 3.4 devian lenny, martin.schifko, 03/06/2009
- Re: [cgal-discuss] install cgal 3.4 devian lenny, Laurent Rineau (GeometryFactory), 03/06/2009
- Re: Re: [cgal-discuss] install cgal 3.4 devian lenny, martin.schifko, 03/06/2009
- Re: [cgal-discuss] install cgal 3.4 devian lenny, Joachim Reichel, 03/06/2009
- Re: Re: [cgal-discuss] install cgal 3.4 devian lenny, martin.schifko, 03/06/2009
- Antwort: [cgal-discuss] install cgal 3.4 devian lenny, Martin . Schifko, 03/05/2009
Archive powered by MHonArc 2.6.16.