Hi, I'm a new learner for dealii. I have successfully installed dealii 
package on my desktop, following the steps on the page 
http://dealii.org/8.4.1/readme.html. However, I encountered an compilation 
problem when I did the same steps on my vmware virtual machine of my 
laptop. The Linux version on my vmware is Ubuntu 16.04 LTS, I have prepare 
the additional softwares such as cmake, GNU make, Perl, doxygen, GraphViz, 
GDB, ParaView. I extracted the tar.gz source package into a directory, 
specified the installation destination directory for cmake, then I type in 
this commands:
$ make install

then it sucks at 22% of the progress. Here is the information on my 
terminal:

[ 19%] Built target obj_opencascade.debug
[ 19%] Generating data_out_dof_data.inst
[ 19%] Generating data_out_faces.inst
[ 19%] Generating data_out.inst
[ 19%] Generating data_out_rotation.inst
[ 20%] Generating data_out_stack.inst
[ 20%] Generating data_postprocessor.inst
[ 20%] Generating derivative_approximation.inst
[ 20%] Generating dof_output_operator.inst
[ 20%] Generating error_estimator_1d.inst
[ 20%] Generating error_estimator.inst
[ 20%] Generating fe_field_function.inst
[ 21%] Generating matrix_creator.inst
[ 21%] Generating matrix_tools.inst
[ 21%] Generating point_value_history.inst
[ 21%] Generating solution_transfer.inst
[ 21%] Generating time_dependent.inst
[ 21%] Generating vector_tools_boundary.inst
[ 21%] Generating vector_tools_constraints.inst
[ 22%] Generating vector_tools_integrate_difference.inst
[ 22%] Generating vector_tools_interpolate.inst
[ 22%] Generating vector_tools_mean_value.inst
[ 22%] Generating vector_tools_point_value.inst
[ 22%] Generating vector_tools_point_gradient.inst
[ 22%] Generating vector_tools_project.inst
[ 22%] Generating vector_tools_rhs.inst
[ 22%] Built target obj_numerics.inst
Scanning dependencies of target obj_numerics.debug
[ 22%] Building CXX object 
source/numerics/CMakeFiles/obj_numerics.debug.dir/data_out.cc.o
c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
source/numerics/CMakeFiles/obj_numerics.debug.dir/build.make:62: recipe for 
target 'source/numerics/CMakeFiles/obj_numerics.debug.dir/data_out.cc.o' 
failed
make[2]: *** 
[source/numerics/CMakeFiles/obj_numerics.debug.dir/data_out.cc.o] Error 4
CMakeFiles/Makefile2:1012: recipe for target 
'source/numerics/CMakeFiles/obj_numerics.debug.dir/all' failed
make[1]: *** [source/numerics/CMakeFiles/obj_numerics.debug.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2


Here is the configuration in CMAKE_BUILD_DIR/summary.log:

###
#
#  deal.II configuration:
#        CMAKE_BUILD_TYPE:       DebugRelease
#        BUILD_SHARED_LIBS:      ON
#        CMAKE_INSTALL_PREFIX:   /home/jy/dealii/install-8.4.1
#        CMAKE_SOURCE_DIR:       /home/jy/dealii/src-8.4.1/dealii-8.4.1
#                                (version 8.4.1)
#        CMAKE_BINARY_DIR:       /home/jy/dealii/build-8.4.1
#        CMAKE_CXX_COMPILER:     GNU 5.4.0 on platform Linux x86_64
#                                /usr/bin/c++
#
#  Configured Features (DEAL_II_ALLOW_BUNDLED = ON, 
DEAL_II_ALLOW_AUTODETECTION = ON):
#      ( DEAL_II_WITH_64BIT_INDICES = OFF )
#      ( DEAL_II_WITH_ARPACK = OFF )
#        DEAL_II_WITH_BOOST set up with bundled packages
#      ( DEAL_II_WITH_BZIP2 = OFF )
#        DEAL_II_WITH_CXX11 = ON
#        DEAL_II_WITH_CXX14 = ON
#      ( DEAL_II_WITH_HDF5 = OFF )
#      ( DEAL_II_WITH_LAPACK = OFF )
#      ( DEAL_II_WITH_METIS = OFF )
#      ( DEAL_II_WITH_MPI = OFF )
#        DEAL_II_WITH_MUPARSER set up with bundled packages
#      ( DEAL_II_WITH_NETCDF = OFF )
#      ( DEAL_II_WITH_OPENCASCADE = OFF )
#      ( DEAL_II_WITH_P4EST = OFF )
#      ( DEAL_II_WITH_PETSC = OFF )
#      ( DEAL_II_WITH_SLEPC = OFF )
#        DEAL_II_WITH_THREADS set up with bundled packages
#      ( DEAL_II_WITH_TRILINOS = OFF )
#      ( DEAL_II_WITH_UMFPACK = OFF )
#      ( DEAL_II_WITH_ZLIB = OFF )
#
#  Component configuration:
#      ( DEAL_II_COMPONENT_DOCUMENTATION = OFF )
#        DEAL_II_COMPONENT_EXAMPLES
#      ( DEAL_II_COMPONENT_PACKAGE = OFF )
#      ( DEAL_II_COMPONENT_PARAMETER_GUI = OFF )
#
#  Detailed information (compiler flags, feature configuration) can be 
found in detailed.log
#
#  Run  $ make info  to print a help message with a list of top level 
targets
#
###

Note that the summary.log is the same as the one on my desktop where I have 
successfully compiled dealii source package and calculated some cases. I 
don't know what to do now, I have tried many times, installed the libraries 
such as HDF5, METIS and NETCDF ... But finally it still doesn't work. Could 
you please help me? Thank you!

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to