help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make returns error for leaving directory


From: Ankit Shah
Subject: Re: make returns error for leaving directory
Date: Wed, 29 May 2013 20:03:23 +0530

Ohkk thank you Marco the make process is still running and will post back if the problem returns again and also if it gets solved.


On Wed, May 29, 2013 at 7:59 PM, marco atzeri <address@hidden> wrote:
Il 5/29/2013 4:00 PM, ankit2313 ha scritto:

sorry marco I try reading it from next time and inquire you if facing a
problem. Between I tried whlich gfortran which gave just no output then
I tried sudo apt-get install gfortran and then tried which gfortran it
returned exactly /usr/bin/fortran. I then tried configure again and
found that it did recognize gfortran as the fortran compiler, but when I
scanned through the configure log I found these lines that seem to be
doing the problem:

configure:33371: checking for gfortran
configure:33387: found /usr/bin/gfortran
configure:33398: result: gfortran
configure:33424: checking for Fortran 77 compiler version
configure:33433: gfortran --version >&5
GNU Fortran (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
Copyright (C) 2012 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

configure:33444: $? = 0
configure:33433: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs
--enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.7 --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib
--enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes
--enable-gnu-unique-object --enable-plugin --with-system-zlib
--enable-objc-gc --with-cloog --enable-cloog-backend=ppl
--disable-cloog-version-check --disable-ppl-version-check
--enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64
--with-multilib-list=m32,m64,mx32 --with-tune=generic
--enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
configure:33444: $? = 0
configure:33433: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:33444: $? = 4
configure:33433: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'
gfortran: fatal error: no input files
compilation terminated.
configure:33444: $? = 4

updated configure file:https://www.dropbox.com/s/jn6694tb8orfg13/config.log


That failures are just due to the autoconf discovering mechanism,
to correctly identify which options are accepted by your gfortran.
They are not critical failures.

Looking at the end of config.log

F77='gfortran'
F77_APPEND_EXTRA_UNDERSCORE='true'
F77_APPEND_UNDERSCORE='true'
F77_FLOAT_STORE_FLAG='-ffloat-store'
F77_INTEGER_8_FLAG=''
F77_TOLOWER='true'
FC='gfortran'

so that is fine.


Regards
Marco


_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave



--
Ankit Shah

reply via email to

[Prev in Thread] Current Thread [Next in Thread]