Hello,
I try to set up a docker environment with GT.M. The folder structure is as the following tree :
src
├── build
│ └── gtm
│ └── prg
│ ├── eqrc00.m
│ └── xxx.m
All routines are located in /build/gtm/prg.
Whenever I try the following command line to compile : which mumps 2>&1 >/dev/null && mumps -object=./build/gtm/prg/ /src/build/gtm/prg/eqrc00.m
I've got the folowing error : Segmentation fault
In shell, using mumps .m in /build/gtm/prg works fine, generating .o files.
Any ideas ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I try to set up a docker environment with GT.M. The folder structure is as the following tree :
src
├── build
│ └── gtm
│ └── prg
│ ├── eqrc00.m
│ └── xxx.m
All routines are located in /build/gtm/prg.
Whenever I try the following command line to compile :
which mumps 2>&1 >/dev/null && mumps -object=./build/gtm/prg/ /src/build/gtm/prg/eqrc00.m
I've got the folowing error :
Segmentation fault
In shell, using mumps .m in /build/gtm/prg works fine, generating .o files.
Any ideas ?