William F - 2022-11-07

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 ?