You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gfortran... gfortran
checking whether the Fortran compiler works... yes
checking for Fortran compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking for ranlib... ranlib
configure: gfortran seems to be a Gfortran compiler
checking for kind number produced by kind(1.0)... 4
checking for kind number produced by kind(1.0d0)... 8
checking for kind number produced by selected_real_kind(6,34)... 4
checking for kind number produced by selected_real_kind(15,300)... 8
checking how to compile a call to FLUSH... default
checking how to compile a call to ABORT... default
checking for EOR character used by gfortran... LF
checking for ASSOCIATED in restricted expression bug... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking Fortran 90 module inclusion flag... -I
checking Fortran 90 module extension... mod
configure: creating ./config.status
config.status: creating arch.make
config.status: creating FoX-config
How can I fix this issue?
Regards,
Mohammad
The text was updated successfully, but these errors were encountered:
The build system seems to be failing because of the space in the directory name EMTF FCU. Removing the space ought to work around this. It should be possible to tweak the build system to properly handle this case. Probably worth leaving this issue open to remind us that this should be done.
Dear all,
I am trying to install Fox on Ubuntu 18.04 but I am faced with this error:
Also, my configure is:
How can I fix this issue?
Regards,
Mohammad
The text was updated successfully, but these errors were encountered: