Hello,

I use WinXP, cygwin 1.5.25, gcc 3.4.4 and gcc 4.3.2. I have no problem
with compiling dealii 6.1.0 with gcc3.4.4. But I'm not able to compile
deallii6.2.1 with gcc3.4.4 nor with gcc4.3.2. I'm also unable to
compile dealii6.1.0 with gcc4.3.2.

Compiling of 2dg works but linking fails with error "Memory
exhausted". I have 2 GB of RAM.

Any ideas? Any advice would be much appreciated.
Thnx in advance.

make[1]: Nothing to be done for `default'.
make[1]: Leaving directory `/home/Goran/deal.II-6.2.1_gcc344/contrib'
cd /home/Goran/deal.II/lac && make  libg
make[1]: Entering directory `/home/Goran/deal.II-6.2.1_gcc344/lac'
make[1]: Nothing to be done for `libg'.
make[1]: Leaving directory `/home/Goran/deal.II-6.2.1_gcc344/lac'
cd /home/Goran/deal.II/deal.II && make  2dg
make[1]: Entering directory `/home/Goran/deal.II-6.2.1_gcc344/deal.II'
=====deal.II====2d====debug========== Linking library:   libdeal_II_2d.g.dll
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld:
warning: auto-importing has been activated without
--enable-auto-import specified on the command line.
This should work unless it involves constant data structures
referencing symbols from auto-imported
DLLs./usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld:
final link failed: Memory exhausted
Info: resolving dealii::ConstraintMatrix::default_empty_table       by
linking to __imp___ZN6dealii16ConstraintMatrix19default_empty_tableE
(auto-import)
Info: resolving dealii::multithread_info       by linking to
__imp___ZN6dealii16multithread_infoE (auto-import)
Info: resolving dealii::GeometryInfo<2>::opposite_face          by
linking to __imp___ZN6dealii12GeometryInfoILi2EE13opposite_faceE
(auto-import)
Info: resolving dealii::GeometryInfo<2>::unit_normal_direction
 by linking to __imp___ZN6dealii12GeometryInfoILi2EE21unit_normal_directionE
(auto-import)
Info: resolving dealii::GeometryInfo<2>::unit_normal_orientation
   by linking to
__imp___ZN6dealii12GeometryInfoILi2EE23unit_normal_orientationE
(auto-import)
Info: resolving dealii::GrowingVectorMemory<dealii::Vector<double>
>::mutexby linking to
__imp___ZN6dealii19GrowingVectorMemoryINS_6VectorIdEEE5mutexE
(auto-import)
Info: resolving dealii::GrowingVectorMemory<dealii::Vector<double>
>::poolby linking to
__imp___ZN6dealii19GrowingVectorMemoryINS_6VectorIdEEE4poolE
(auto-import)
Info: resolving dealii::deallog      by linking to
__imp___ZN6dealii7deallogE (auto-import)
Info: resolving vtable for dealii::SolverControl::NoConvergenceby
linking to __imp___ZTVN6dealii13SolverControl13NoConvergenceE
(auto-import)
Info: resolving vtable for dealii::Patterns::Boolby linking to
__imp___ZTVN6dealii8Patterns4BoolE (auto-import)
Info: resolving vtable for dealii::Patterns::Selectionby linking to
__imp___ZTVN6dealii8Patterns9SelectionE (auto-import)
Info: resolving dealii::Patterns::Integer::max_int_value     by
linking to __imp___ZN6dealii8Patterns7Integer13max_int_valueE
(auto-import)
Info: resolving dealii::Patterns::Integer::min_int_value     by
linking to __imp___ZN6dealii8Patterns7Integer13min_int_valueE
(auto-import)
Info: resolving vtable for dealii::Patterns::Integerby linking to
__imp___ZTVN6dealii8Patterns7IntegerE (auto-import)
Info: resolving dealii::Patterns::Double::max_double_value     by
linking to __imp___ZN6dealii8Patterns6Double16max_double_valueE
(auto-import)
Info: resolving dealii::Patterns::Double::min_double_value     by
linking to __imp___ZN6dealii8Patterns6Double16min_double_valueE
(auto-import)
Info: resolving vtable for dealii::Patterns::Doubleby linking to
__imp___ZTVN6dealii8Patterns6DoubleE (auto-import)
Info: resolving dealii::GeometryInfo<2>::dx_to_deal          by
linking to __imp___ZN6dealii12GeometryInfoILi2EE10dx_to_dealE
(auto-import)
Info: resolving dealii::GeometryInfo<1>::dx_to_deal          by
linking to __imp___ZN6dealii12GeometryInfoILi1EE10dx_to_dealE
(auto-import)
Info: resolving dealii::GeometryInfo<2>::ucd_to_deal          by
linking to __imp___ZN6dealii12GeometryInfoILi2EE11ucd_to_dealE
(auto-import)
Info: resolving dealii::GeometryInfo<1>::ucd_to_deal          by
linking to __imp___ZN6dealii12GeometryInfoILi1EE11ucd_to_dealE
(auto-import)
Info: resolving dealii::GeometryInfo<2>::vertex_to_face          by
linking to __imp___ZN6dealii12GeometryInfoILi2EE14vertex_to_faceE
(auto-import)
Info: resolving dealii::GeometryInfo<3>::ucd_to_deal          by
linking to __imp___ZN6dealii12GeometryInfoILi3EE11ucd_to_dealE
(auto-import)
Info: resolving dealii::GeometryInfo<2>::vertices_per_cell          by
linking to __imp___ZN6dealii12GeometryInfoILi2EE17vertices_per_cellE
(auto-import)
Info: resolving dealii::DataOutBase::Patch<2, 2>::no_neighbor
by linking to __imp___ZN6dealii11DataOutBase5PatchILi2ELi2EE11no_neighborE
(auto-import)
Info: resolving dealii::DataOutBase::Patch<2, 2>::space_dim         by
linking to __imp___ZN6dealii11DataOutBase5PatchILi2ELi2EE9space_dimE
(auto-import)
Info: resolving dealii::DataOutBase::Patch<2, 3>::no_neighbor
by linking to __imp___ZN6dealii11DataOutBase5PatchILi2ELi3EE11no_neighborE
(auto-import)
Info: resolving dealii::DataOutBase::Patch<2, 3>::space_dim         by
linking to __imp___ZN6dealii11DataOutBase5PatchILi2ELi3EE9space_dimE
(auto-import)
collect2: ld returned 1 exit status
make[1]: *** [/home/Goran/deal.II/lib/libdeal_II_2d.g.dll] Error 1
make[1]: Leaving directory `/home/Goran/deal.II-6.2.1_gcc344/deal.II'
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to