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
{{ message }}
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.
Hi,
I am trying to install fomosto-qseis on a mac (El Capitain). I am using gfortran.
I ran ./configure without any issues, $qiuqiangs-iMac:fomosto-qseis rishav$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether the Fortran 77 compiler works... yes
checking for Fortran 77 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 77 compiler... yes
checking whether gfortran accepts -g... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
But when i run make, I get the following error. $qiuqiangs-iMac:fomosto-qseis rishav$ make
Making all in src
gfortran -g -O2 -c -o qsmatrix0.o qsmatrix0.f
/var/folders/z2/08495vz92dzf6y498rqnhz0w0000gq/T//ccxSLyjE.s:593:suffix or operands invalid for movq' /var/folders/z2/08495vz92dzf6y498rqnhz0w0000gq/T//ccxSLyjE.s:772:suffix or operands invalid for movq'
/var/folders/z2/08495vz92dzf6y498rqnhz0w0000gq/T//ccxSLyjE.s:886:suffix or operands invalid for `movq'
make[1]: *** [qsmatrix0.o] Error 1
make: *** [all-recursive] Error 1
Please advise
Thanks,
Rishav
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
$qiuqiangs-iMac:fomosto-qseis rishav$ ./configure
I am trying to install fomosto-qseis on a mac (El Capitain). I am using gfortran.
I ran ./configure without any issues,
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether the Fortran 77 compiler works... yes
checking for Fortran 77 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 77 compiler... yes
checking whether gfortran accepts -g... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
But when i run make, I get the following error.
$qiuqiangs-iMac:fomosto-qseis rishav$ make
Making all in src
gfortran -g -O2 -c -o qsmatrix0.o qsmatrix0.f
/var/folders/z2/08495vz92dzf6y498rqnhz0w0000gq/T//ccxSLyjE.s:593:suffix or operands invalid for
movq' /var/folders/z2/08495vz92dzf6y498rqnhz0w0000gq/T//ccxSLyjE.s:772:suffix or operands invalid for
movq'/var/folders/z2/08495vz92dzf6y498rqnhz0w0000gq/T//ccxSLyjE.s:886:suffix or operands invalid for `movq'
make[1]: *** [qsmatrix0.o] Error 1
make: *** [all-recursive] Error 1
Please advise
Thanks,
Rishav
The text was updated successfully, but these errors were encountered: