Changes
Page history
Update faq
authored
Jan 21, 2021
by
Rémy Mozul
Hide whitespace changes
Inline
Side-by-side
faq.markdown
View page @
c1805a11
...
...
@@ -79,25 +79,6 @@ the `CMakeFiles` directory. Then you can go back to step where you change of
directory (
`cd build`
) before continuing the installation process.
##### An error arise when building `mod_a_mecaEF_shb.f90` file #####
*
if the error message is something like:
```
shell
TYPE
(
T_mecaEF_SHB
)
,DIMENSION
(
1
)
,PRIVATE :: mecaEF
1
Error: Object
'mecaef'
at
(
1
)
must have the SAVE attribute
for
default initialization of a componenent
```
*
AND if the compiler used is
*gfortran-4.4*
Then activate the following
`GFORTRAN44_PATCHING`
CMake flag:
```
shell
cmake
.
-DGFORTRAN44_PATCHING
=
True
make
```
##### An error arise when building the `matlib` on Mac OS Yosemite ####
*
if the error is something like:
...
...
...
...