Guoqiang,
First off, I am responding to you on the Ifeffit mailing list, which
is the appropraite venue for questions about Ifeffit and related
software. please use the mailing list for all future correspondance.
I am not completely clear on what you are asking about, but I suspect
that your problem is that Ifeffit isn't plotting anything. That is, I
suspect that you have managed to compile pgplot and you have managed
to compile Ifeffit, but you do not have pgplot and ifeffit talking to
one another.
The reason for this is that you said
$ ./configure --without-pgplot
This builds Ifeffit without pgplot support.
What I think you want to do is to use the "--with-pgplot=dir" argument
for "configure". That, you should do something like
$ ./configure --with-pgplot=/usr/local/share/pgplot
where you would, of course, specify, the actual installation location
of pgplot on your computer. You will then need to remake and
reinstall ifeffit.
If that doesn't solve the problem, try asking again on the mailing
list, where other knowledgeable people can offer their advice as well.
Regards,
B
--
Bruce Ravel ------------------------------------ bra...@bnl.gov
National Institute of Standards and Technology
Synchrotron Methods Group at NSLS --- Beamlines U7A, X24A, X23A2
Building 535A
Upton NY, 11973
My homepage: http://xafs.org/BruceRavel
EXAFS software: http://cars9.uchicago.edu/~ravel/software/exafs/
--- Begin Message ---
Dear Dr.Ravel,
Hi,I am trying to install the Ifeffit-1.2c in my PC Linux, which is
the so called Fedora 14. uname command shows
[root@localhost ifeffit-1.2.11c]# uname -a
Linux localhost.localdomain 2.6.35.6-45.fc14.i686 #1 SMP Mon Oct 18
23:56:17 UTC 2010 i686 i686 i386 GNU/Linux
The main problem I think may due to the pgplot. Though it could not
be installed by PGPLOT_install script, it can be installed manually
following the instruction of the INSTALL file in the PGPLOT directory.
After the installation, the pgdemos work correctly. I do not know the
problem. Thank you for your help! In the attachments, they are the two
log files produced in the process of the configuration and make.
Best regards,
Guoqiang Pan
National Synchrotron Radiation Laboratory
University of Science & Technology of China
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by ifeffit configure 1.2.10, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --without-pgplot
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost.localdomain
uname -m = i686
uname -r = 2.6.35.6-45.fc14.i686
uname -s = Linux
uname -v = #1 SMP Mon Oct 18 23:56:17 UTC 2010
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/CCP4/ccp4-6.1.13/src/phaser/phaser-2.1.4/build/intel-linux/bin
PATH: /usr/local/CCP4/ccp4-6.1.13/share/dbccp4i/bin
PATH: /usr/local/CCP4/ccp4-6.1.13/ccp4i/bin
PATH: /usr/local/CCP4/ccp4-6.1.13/bin
PATH: /usr/local/CCP4/ccp4-6.1.13/etc
PATH: /usr/lib/qt-3.3/bin
PATH: /usr/lib/ccache
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1373: checking for a BSD-compatible install
configure:1428: result: /usr/bin/install -c
configure:1439: checking whether build environment is sane
configure:1482: result: yes
configure:1547: checking for gawk
configure:1563: found /usr/bin/gawk
configure:1573: result: gawk
configure:1583: checking whether make sets $(MAKE)
configure:1603: result: yes
configure:1823: checking for gcc
configure:1839: found /usr/lib/ccache/gcc
configure:1849: result: gcc
configure:1870: checking for C compiler version
configure:1873: gcc --version </dev/null >&5
gcc (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4)
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:1876: $? = 0
configure:1878: gcc -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-redhat-linux/4.5.1/lto-wrapper
Target: i686-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,lto --enable-plugin --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch=i686 --build=i686-redhat-linux
Thread model: posix
gcc version 4.5.1 20100924 (Red Hat 4.5.1-4) (GCC)
configure:1881: $? = 0
configure:1883: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:1886: $? = 1
configure:1909: checking for C compiler default output file name
configure:1912: gcc conftest.c >&5
configure:1915: $? = 0
configure:1961: result: a.out
configure:1966: checking whether the C compiler works
configure:1972: ./a.out
configure:1975: $? = 0
configure:1992: result: yes
configure:1999: checking whether we are cross compiling
configure:2001: result: no
configure:2004: checking for suffix of executables
configure:2006: gcc -o conftest conftest.c >&5
configure:2009: $? = 0
configure:2034: result:
configure:2040: checking for suffix of object files
configure:2061: gcc -c conftest.c >&5
configure:2064: $? = 0
configure:2086: result: o
configure:2090: checking whether we are using the GNU C compiler
configure:2114: gcc -c conftest.c >&5
configure:2120: $? = 0
configure:2124: test -z
|| test ! -s conftest.err
configure:2127: $? = 0
configure:2130: test -s conftest.o
configure:2133: $? = 0
configure:2146: result: yes
configure:2152: checking whether gcc accepts -g
configure:2173: gcc -c -g conftest.c >&5
configure:2179: $? = 0
configure:2183: test -z
|| test ! -s conftest.err
configure:2186: $? = 0
configure:2189: test -s conftest.o
configure:2192: $? = 0
configure:2203: result: yes
configure:2220: checking for gcc option to accept ANSI C
configure:2290: gcc -c -g -O2 conftest.c >&5
configure:2296: $? = 0
configure:2300: test -z
|| test ! -s conftest.err
configure:2303: $? = 0
configure:2306: test -s conftest.o
configure:2309: $? = 0
configure:2327: result: none needed
configure:2345: gcc -c -g -O2 conftest.c >&5
conftest.c:2:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2351: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2495: checking for style of include used by make
configure:2523: result: GNU
configure:2551: checking dependency style of gcc
configure:2641: result: none
configure:2663: checking how to run the C preprocessor
configure:2698: gcc -E conftest.c
configure:2704: $? = 0
configure:2736: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:2742: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ifeffit"
| #define PACKAGE_TARNAME "ifeffit"
| #define PACKAGE_VERSION "1.2.10"
| #define PACKAGE_STRING "ifeffit 1.2.10"
| #define PACKAGE_BUGREPORT "newvi...@cars.uchicago.edu"
| #define PACKAGE "ifeffit"
| #define VERSION "1.2.10"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2781: result: gcc -E
configure:2805: gcc -E conftest.c
configure:2811: $? = 0
configure:2843: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:2849: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ifeffit"
| #define PACKAGE_TARNAME "ifeffit"
| #define PACKAGE_VERSION "1.2.10"
| #define PACKAGE_STRING "ifeffit 1.2.10"
| #define PACKAGE_BUGREPORT "newvi...@cars.uchicago.edu"
| #define PACKAGE "ifeffit"
| #define VERSION "1.2.10"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2895: checking for library containing strerror
configure:2925: gcc -o conftest -g -O2 conftest.c >&5
configure:2931: $? = 0
configure:2935: test -z
|| test ! -s conftest.err
configure:2938: $? = 0
configure:2941: test -s conftest
configure:2944: $? = 0
configure:3014: result: none required
configure:3022: checking for egrep
configure:3032: result: grep -E
configure:3037: checking for ANSI C header files
configure:3062: gcc -c -g -O2 conftest.c >&5
configure:3068: $? = 0
configure:3072: test -z
|| test ! -s conftest.err
configure:3075: $? = 0
configure:3078: test -s conftest.o
configure:3081: $? = 0
configure:3170: gcc -o conftest -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:28:7: warning: incompatible implicit declaration of built-in function 'exit'
configure:3173: $? = 0
configure:3175: ./conftest
configure:3178: $? = 0
configure:3193: result: yes
configure:3244: checking for ranlib
configure:3260: found /usr/bin/ranlib
configure:3271: result: ranlib
configure:3297: checking for sys/types.h
configure:3313: gcc -c -g -O2 conftest.c >&5
configure:3319: $? = 0
configure:3323: test -z
|| test ! -s conftest.err
configure:3326: $? = 0
configure:3329: test -s conftest.o
configure:3332: $? = 0
configure:3343: result: yes
configure:3297: checking for sys/stat.h
configure:3313: gcc -c -g -O2 conftest.c >&5
configure:3319: $? = 0
configure:3323: test -z
|| test ! -s conftest.err
configure:3326: $? = 0
configure:3329: test -s conftest.o
configure:3332: $? = 0
configure:3343: result: yes
configure:3297: checking for stdlib.h
configure:3313: gcc -c -g -O2 conftest.c >&5
configure:3319: $? = 0
configure:3323: test -z
|| test ! -s conftest.err
configure:3326: $? = 0
configure:3329: test -s conftest.o
configure:3332: $? = 0
configure:3343: result: yes
configure:3297: checking for string.h
configure:3313: gcc -c -g -O2 conftest.c >&5
configure:3319: $? = 0
configure:3323: test -z
|| test ! -s conftest.err
configure:3326: $? = 0
configure:3329: test -s conftest.o
configure:3332: $? = 0
configure:3343: result: yes
configure:3297: checking for memory.h
configure:3313: gcc -c -g -O2 conftest.c >&5
configure:3319: $? = 0
configure:3323: test -z
|| test ! -s conftest.err
configure:3326: $? = 0
configure:3329: test -s conftest.o
configure:3332: $? = 0
configure:3343: result: yes
configure:3297: checking for strings.h
configure:3313: gcc -c -g -O2 conftest.c >&5
configure:3319: $? = 0
configure:3323: test -z
|| test ! -s conftest.err
configure:3326: $? = 0
configure:3329: test -s conftest.o
configure:3332: $? = 0
configure:3343: result: yes
configure:3297: checking for inttypes.h
configure:3313: gcc -c -g -O2 conftest.c >&5
configure:3319: $? = 0
configure:3323: test -z
|| test ! -s conftest.err
configure:3326: $? = 0
configure:3329: test -s conftest.o
configure:3332: $? = 0
configure:3343: result: yes
configure:3297: checking for stdint.h
configure:3313: gcc -c -g -O2 conftest.c >&5
configure:3319: $? = 0
configure:3323: test -z
|| test ! -s conftest.err
configure:3326: $? = 0
configure:3329: test -s conftest.o
configure:3332: $? = 0
configure:3343: result: yes
configure:3297: checking for unistd.h
configure:3313: gcc -c -g -O2 conftest.c >&5
configure:3319: $? = 0
configure:3323: test -z
|| test ! -s conftest.err
configure:3326: $? = 0
configure:3329: test -s conftest.o
configure:3332: $? = 0
configure:3343: result: yes
configure:3361: checking for perl
configure:3379: found /usr/local/bin/perl
configure:3391: result: /usr/local/bin/perl
configure:3406: checking for python
configure:3424: found /usr/bin/python
configure:3436: result: /usr/bin/python
configure:3513: checking for gfortran
configure:3529: found /usr/bin/gfortran
configure:3539: result: gfortran
configure:3554: checking for Fortran 77 compiler version
configure:3557: gfortran --version </dev/null >&5
GNU Fortran (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4)
Copyright (C) 2010 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:3560: $? = 0
configure:3562: gfortran -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-redhat-linux/4.5.1/lto-wrapper
Target: i686-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,lto --enable-plugin --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch=i686 --build=i686-redhat-linux
Thread model: posix
gcc version 4.5.1 20100924 (Red Hat 4.5.1-4) (GCC)
configure:3565: $? = 0
configure:3567: gfortran -V </dev/null >&5
gfortran: '-V' option must have argument
configure:3570: $? = 1
configure:3578: checking whether we are using the GNU Fortran 77 compiler
configure:3592: gfortran -c conftest.F >&5
configure:3598: $? = 0
configure:3602: test -z
|| test ! -s conftest.err
configure:3605: $? = 0
configure:3608: test -s conftest.o
configure:3611: $? = 0
configure:3624: result: yes
configure:3630: checking whether gfortran accepts -g
configure:3642: gfortran -c -g conftest.f >&5
configure:3648: $? = 0
configure:3652: test -z
|| test ! -s conftest.err
configure:3655: $? = 0
configure:3658: test -s conftest.o
configure:3661: $? = 0
configure:3673: result: yes
configure:3703: checking how to get verbose linking output from gfortran
configure:3714: gfortran -c -g -O2 conftest.f >&5
configure:3720: $? = 0
configure:3724: test -z
|| test ! -s conftest.err
configure:3727: $? = 0
configure:3730: test -s conftest.o
configure:3733: $? = 0
configure:3750: gfortran -o conftest -g -O2 -v conftest.f >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-redhat-linux/4.5.1/lto-wrapper
Target: i686-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,lto --enable-plugin --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch=i686 --build=i686-redhat-linux
Thread model: posix
gcc version 4.5.1 20100924 (Red Hat 4.5.1-4) (GCC)
COLLECT_GCC_OPTIONS='-o' 'conftest' '-g' '-O2' '-v' '-shared-libgcc' '-mtune=generic' '-march=i686'
/usr/libexec/gcc/i686-redhat-linux/4.5.1/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=i686 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/i686-redhat-linux/4.5.1/finclude -o /tmp/ccabUXqA.s
GNU Fortran (GCC) version 4.5.1 20100924 (Red Hat 4.5.1-4) (i686-redhat-linux)
compiled by GNU C version 4.5.1 20100924 (Red Hat 4.5.1-4), GMP version 4.3.1, MPFR version 2.4.2, MPC version 0.8.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran (GCC) version 4.5.1 20100924 (Red Hat 4.5.1-4) (i686-redhat-linux)
compiled by GNU C version 4.5.1 20100924 (Red Hat 4.5.1-4), GMP version 4.3.1, MPFR version 2.4.2, MPC version 0.8.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
COLLECT_GCC_OPTIONS='-o' 'conftest' '-g' '-O2' '-v' '-shared-libgcc' '-mtune=generic' '-march=i686'
as -V -Qy --32 -o /tmp/ccyQhdYS.o /tmp/ccabUXqA.s
GNU assembler version 2.20.51.0.7 (i686-redhat-linux) using BFD version version 2.20.51.0.7-5.fc14 20100318
COMPILER_PATH=/usr/libexec/gcc/i686-redhat-linux/4.5.1/:/usr/libexec/gcc/i686-redhat-linux/4.5.1/:/usr/libexec/gcc/i686-redhat-linux/:/usr/lib/gcc/i686-redhat-linux/4.5.1/:/usr/lib/gcc/i686-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/i686-redhat-linux/4.5.1/:/usr/lib/gcc/i686-redhat-linux/4.5.1/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-o' 'conftest' '-g' '-O2' '-v' '-shared-libgcc' '-mtune=generic' '-march=i686'
/usr/libexec/gcc/i686-redhat-linux/4.5.1/collect2 --build-id --no-add-needed --eh-frame-hdr -m elf_i386 --hash-style=gnu -dynamic-linker /lib/ld-linux.so.2 -o conftest /usr/lib/gcc/i686-redhat-linux/4.5.1/../../../crt1.o /usr/lib/gcc/i686-redhat-linux/4.5.1/../../../crti.o /usr/lib/gcc/i686-redhat-linux/4.5.1/crtbegin.o -L/usr/lib/gcc/i686-redhat-linux/4.5.1 -L/usr/lib/gcc/i686-redhat-linux/4.5.1/../../.. /tmp/ccyQhdYS.o -lgfortran -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i686-redhat-linux/4.5.1/crtend.o /usr/lib/gcc/i686-redhat-linux/4.5.1/../../../crtn.o
configure:3805: result: -v
configure:3807: checking for Fortran libraries of gfortran
configure:3828: gfortran -o conftest -g -O2 -v conftest.f >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-redhat-linux/4.5.1/lto-wrapper
Target: i686-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,lto --enable-plugin --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch=i686 --build=i686-redhat-linux
Thread model: posix
gcc version 4.5.1 20100924 (Red Hat 4.5.1-4) (GCC)
COLLECT_GCC_OPTIONS='-o' 'conftest' '-g' '-O2' '-v' '-shared-libgcc' '-mtune=generic' '-march=i686'
/usr/libexec/gcc/i686-redhat-linux/4.5.1/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=i686 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/i686-redhat-linux/4.5.1/finclude -o /tmp/ccdc9uME.s
GNU Fortran (GCC) version 4.5.1 20100924 (Red Hat 4.5.1-4) (i686-redhat-linux)
compiled by GNU C version 4.5.1 20100924 (Red Hat 4.5.1-4), GMP version 4.3.1, MPFR version 2.4.2, MPC version 0.8.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran (GCC) version 4.5.1 20100924 (Red Hat 4.5.1-4) (i686-redhat-linux)
compiled by GNU C version 4.5.1 20100924 (Red Hat 4.5.1-4), GMP version 4.3.1, MPFR version 2.4.2, MPC version 0.8.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
COLLECT_GCC_OPTIONS='-o' 'conftest' '-g' '-O2' '-v' '-shared-libgcc' '-mtune=generic' '-march=i686'
as -V -Qy --32 -o /tmp/ccltYktX.o /tmp/ccdc9uME.s
GNU assembler version 2.20.51.0.7 (i686-redhat-linux) using BFD version version 2.20.51.0.7-5.fc14 20100318
COMPILER_PATH=/usr/libexec/gcc/i686-redhat-linux/4.5.1/:/usr/libexec/gcc/i686-redhat-linux/4.5.1/:/usr/libexec/gcc/i686-redhat-linux/:/usr/lib/gcc/i686-redhat-linux/4.5.1/:/usr/lib/gcc/i686-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/i686-redhat-linux/4.5.1/:/usr/lib/gcc/i686-redhat-linux/4.5.1/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-o' 'conftest' '-g' '-O2' '-v' '-shared-libgcc' '-mtune=generic' '-march=i686'
/usr/libexec/gcc/i686-redhat-linux/4.5.1/collect2 --build-id --no-add-needed --eh-frame-hdr -m elf_i386 --hash-style=gnu -dynamic-linker /lib/ld-linux.so.2 -o conftest /usr/lib/gcc/i686-redhat-linux/4.5.1/../../../crt1.o /usr/lib/gcc/i686-redhat-linux/4.5.1/../../../crti.o /usr/lib/gcc/i686-redhat-linux/4.5.1/crtbegin.o -L/usr/lib/gcc/i686-redhat-linux/4.5.1 -L/usr/lib/gcc/i686-redhat-linux/4.5.1/../../.. /tmp/ccltYktX.o -lgfortran -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i686-redhat-linux/4.5.1/crtend.o /usr/lib/gcc/i686-redhat-linux/4.5.1/../../../crtn.o
configure:3989: result: -L/usr/lib/gcc/i686-redhat-linux/4.5.1 -L/usr/lib/gcc/i686-redhat-linux/4.5.1/../../.. -lgfortran -lm -lgcc_s
configure:4037: result: === Fortran LIBS: -L/usr/lib/gcc/i686-redhat-linux/4.5.1 -L/usr/lib/gcc/i686-redhat-linux/4.5.1/../../.. -lgfortran -lm -lgcc_s
configure:4076: result: will link to PGPLOT using /usr/local/ifeffit-1.2.11c/src/pgstub/libnopgplot.a
configure:4198: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by ifeffit config.status 1.2.10, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on localhost.localdomain
config.status:715: creating src/Makefile
config.status:715: creating src/pgstub/Makefile
config.status:715: creating src/cldata/Makefile
config.status:715: creating src/fefftab/Makefile
config.status:715: creating src/lib/Makefile
config.status:715: creating src/cmdline/Makefile
config.status:715: creating src/autobk/Makefile
config.status:715: creating src/feffit/Makefile
config.status:715: creating src/diffkk/Makefile
config.status:715: creating src/test/Makefile
config.status:715: creating src/feff6/Makefile
config.status:715: creating Makefile
config.status:819: creating config.h
config.status:925: config.h is unchanged
config.status:1105: executing depfiles commands
configure:5555: configuring in readline
configure:5672: running /bin/sh './configure' --prefix=/usr/local '--without-pgplot' --cache-file=/dev/null --srcdir=.
configure:5689: result: ===
configure:5691: result: === ifeffit 1.2.11c Configuration Results:
configure:5697: result: === WARNING: Plotting will not work!
configure:5713: result: === using TERMCAP_LIB -L/usr/lib -lncurses
configure:5715: result: ===
configure:5717: result: === ready for next step: type 'make' then 'make install'
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_f77_compiler_gnu=yes
ac_cv_f77_libs=' -L/usr/lib/gcc/i686-redhat-linux/4.5.1 -L/usr/lib/gcc/i686-redhat-linux/4.5.1/../../.. -lgfortran -lm -lgcc_s'
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_objext=o
ac_cv_path_PERL=/usr/local/bin/perl
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_F77=gfortran
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=yes
ac_cv_prog_f77_v=-v
ac_cv_prog_make_make_set=yes
ac_cv_search_strerror='none required'
am_cv_CC_dependencies_compiler_type=none
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /usr/local/ifeffit-1.2.11c/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/local/ifeffit-1.2.11c/missing --run tar'
ARRSIZE='large'
AUTOCONF='${SHELL} /usr/local/ifeffit-1.2.11c/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/local/ifeffit-1.2.11c/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/local/ifeffit-1.2.11c/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77='gfortran'
FFLAGS='-g -O2'
FLIBS=' -L/usr/lib/gcc/i686-redhat-linux/4.5.1 -L/usr/lib/gcc/i686-redhat-linux/4.5.1/../../.. -lgfortran -lm -lgcc_s'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /usr/local/ifeffit-1.2.11c/missing --run makeinfo'
MN_FLIBS='-L/usr/lib/gcc/i686-redhat-linux/4.5.1 -L/usr/lib/gcc/i686-redhat-linux/4.5.1/../../.. -lgfortran -lm -lgcc_s'
OBJEXT='o'
PACKAGE='ifeffit'
PACKAGE_BUGREPORT='newvi...@cars.uchicago.edu'
PACKAGE_NAME='ifeffit'
PACKAGE_STRING='ifeffit 1.2.10'
PACKAGE_TARNAME='ifeffit'
PACKAGE_VERSION='1.2.10'
PATH_SEPARATOR=':'
PERL='/usr/local/bin/perl'
PGPLOT_LIBS='/usr/local/ifeffit-1.2.11c/src/pgstub/libnopgplot.a'
PYTHON='/usr/bin/python'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TERMCAP_LIB='-L/usr/lib -lncurses'
VERSION='1.2.11c'
ac_ct_CC='gcc'
ac_ct_F77='gfortran'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/usr/local/ifeffit-1.2.11c/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
pgdir=''
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' readline'
sysconfdir='${prefix}/etc'
target_alias=''
use_pgplot='false'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "ifeffit"
#define PACKAGE_BUGREPORT "newvi...@cars.uchicago.edu"
#define PACKAGE_NAME "ifeffit"
#define PACKAGE_STRING "ifeffit 1.2.10"
#define PACKAGE_TARNAME "ifeffit"
#define PACKAGE_VERSION "1.2.10"
#define STDC_HEADERS 1
#define VERSION "1.2.10"
configure: exit 0
make all-recursive
make[1]: Entering directory `/usr/local/ifeffit-1.2.11c'
Making all in readline
make[2]: Entering directory `/usr/local/ifeffit-1.2.11c/readline'
rm -f readline.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O readline.c
rm -f vi_mode.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O vi_mode.c
rm -f funmap.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O funmap.c
rm -f keymaps.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O keymaps.c
rm -f parens.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O parens.c
rm -f search.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O search.c
rm -f rltty.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O rltty.c
rm -f complete.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O complete.c
rm -f bind.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O bind.c
rm -f isearch.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O isearch.c
rm -f display.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O display.c
rm -f signals.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O signals.c
rm -f util.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O util.c
rm -f kill.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O kill.c
rm -f undo.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O undo.c
rm -f macro.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O macro.c
rm -f input.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O input.c
rm -f callback.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O callback.c
rm -f terminal.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O terminal.c
rm -f text.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O text.c
rm -f nls.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O nls.c
rm -f misc.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O misc.c
rm -f compat.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O compat.c
rm -f xmalloc.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O xmalloc.c
rm -f history.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O history.c
rm -f histexpand.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O histexpand.c
rm -f histfile.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O histfile.c
rm -f histsearch.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O histsearch.c
rm -f shell.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O shell.c
rm -f mbutil.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O mbutil.c
rm -f tilde.o
gcc -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O -DREADLINE_LIBRARY -c ./tilde.c
rm -f libreadline.a
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o
test -n "ranlib" && ranlib libreadline.a
rm -f libhistory.a
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o
test -n "ranlib" && ranlib libhistory.a
make[2]: Leaving directory `/usr/local/ifeffit-1.2.11c/readline'
Making all in src
make[2]: Entering directory `/usr/local/ifeffit-1.2.11c/src'
Making all in pgstub
make[3]: Entering directory `/usr/local/ifeffit-1.2.11c/src/pgstub'
gfortran -g -O2 -c pgstub.f
rm -f libnopgplot.a
ar cru libnopgplot.a pgstub.o
ranlib libnopgplot.a
make[3]: Leaving directory `/usr/local/ifeffit-1.2.11c/src/pgstub'
Making all in cldata
make[3]: Entering directory `/usr/local/ifeffit-1.2.11c/src/cldata'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/ifeffit-1.2.11c/src/cldata'
Making all in fefftab
make[3]: Entering directory `/usr/local/ifeffit-1.2.11c/src/fefftab'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/ifeffit-1.2.11c/src/fefftab'
Making all in lib
make[3]: Entering directory `/usr/local/ifeffit-1.2.11c/src/lib'
gfortran -g -O2 -fPIC -c ifeffit.f
gfortran -g -O2 -fPIC -c cifeffit.f
gfortran -g -O2 -fPIC -c str.f
gfortran -g -O2 -fPIC -c misc_vars.f
gfortran -g -O2 -fPIC -c isamac.f
gfortran -g -O2 -fPIC -c iff_load.f
gfortran -g -O2 -fPIC -c iread.f
gfortran -g -O2 -fPIC -c misc_io.f
gfortran -g -O2 -fPIC -c iff_save.f
gfortran -g -O2 -fPIC -c iff_eval.f
gfortran -g -O2 -fPIC -c misc_arr.f
gfortran -g -O2 -fPIC -c iff_erase.f
gfortran -g -O2 -fPIC -c iff_sync.f
gfortran -g -O2 -fPIC -c decod.f
gfortran -g -O2 -fPIC -c misc_num.f
gfortran -g -O2 -fPIC -c enlib.f
gfortran -g -O2 -fPIC -c sigms.f
gfortran -g -O2 -fPIC -c atomic.f
gfortran -g -O2 -fPIC -c u2ipth.f
gfortran -g -O2 -fPIC -c kkmclr.f
gfortran -g -O2 -fPIC -c fftpack.f
gfortran -g -O2 -fPIC -c conv_lor.f
gfortran -g -O2 -fPIC -c specfun.f
gfortran -g -O2 -fPIC -c encod.f
gfortran -g -O2 -fPIC -c padlib.f
gfortran -g -O2 -fPIC -c iff_set.f
gfortran -g -O2 -fPIC -c sum_paths.f
gfortran -g -O2 -fPIC -c chipth.f
gfortran -g -O2 -fPIC -c echo.f
gfortran -g -O2 -fPIC -c iff_init.f
gfortran -g -O2 -fPIC -c iff_plot_init.f
gfortran -g -O2 -fPIC -c iff_config.f
gfortran -g -O2 -fPIC -c iff_get_line.f
gfortran -g -O2 -fPIC -c iff_macro.f
gfortran -g -O2 -fPIC -c iff_done.f
gfortran -g -O2 -fPIC -c iff_history.f
gfortran -g -O2 -fPIC -c iff_test.f
gfortran -g -O2 -fPIC -c sort2.f
gfortran -g -O2 -fPIC -c iff_rddata.f
gfortran -g -O2 -fPIC -c iff_wrdata.f
gfortran -g -O2 -fPIC -c iff_log.f
gfortran -g -O2 -fPIC -c iff_show.f
gfortran -g -O2 -fPIC -c iff_color.f
gfortran -g -O2 -fPIC -c iff_correl.f
gfortran -g -O2 -fPIC -c fefinp.f
gfortran -g -O2 -fPIC -c rdffdt.f
gfortran -g -O2 -fPIC -c iff_print.f
gfortran -g -O2 -fPIC -c iff_echo.f
gfortran -g -O2 -fPIC -c iff_unguess.f
gfortran -g -O2 -fPIC -c iff_rename.f
gfortran -g -O2 -fPIC -c iff_pre_edge.f
gfortran -g -O2 -fPIC -c preedg.f
gfortran -g -O2 -fPIC -c iff_bkg_cl.f
gfortran -g -O2 -fPIC -c clcalc.f
gfortran -g -O2 -fPIC -c clbfun.f
gfortran -g -O2 -fPIC -c minpack.f
gfortran -g -O2 -fPIC -c iff_spline.f
gfortran -g -O2 -fPIC -c spline.f
gfortran -g -O2 -fPIC -c splfun.f
gfortran -g -O2 -fPIC -c bvalue.f
gfortran -g -O2 -fPIC -c fitfft.f
gfortran -g -O2 -fPIC -c xafsft.f
gfortran -g -O2 -fPIC -c window.f
gfortran -g -O2 -fPIC -c iff_random.f
gfortran -g -O2 -fPIC -c iff_fft.f
gfortran -g -O2 -fPIC -c feff_tables.f
gfortran -g -O2 -fPIC -c iff_window.f
gfortran -g -O2 -fPIC -c iff_path.f
gfortran -g -O2 -fPIC -c iff_getpath.f
gfortran -g -O2 -fPIC -c iff_ff2chi.f
gfortran -g -O2 -fPIC -c iff_feffit.f
gfortran -g -O2 -fPIC -c fitfun.f
gfortran -g -O2 -fPIC -c iff_chieps.f
gfortran -g -O2 -fPIC -c fiterr.f
gfortran -g -O2 -fPIC -c iff_f1f2.f
gfortran -g -O2 -fPIC -c iff_diffkk.f
gfortran -g -O2 -fPIC -c iff_minimize.f
gfortran -g -O2 -fPIC -c genfun.f
gfortran -g -O2 -fPIC -c iff_uncert.f
gfortran -g -O2 -fPIC -c iff_plot.f
gfortran -g -O2 -fPIC -c iff_cursor.f
gfortran -g -O2 -fPIC -c get_inpfile.f
gfortran -g -O2 -fPIC -c misc_rand.f
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -fPIC -c ifeffitc.c
rm -f libifeffit.a
ar cru libifeffit.a ifeffit.o cifeffit.o str.o misc_vars.o isamac.o iff_load.o iread.o misc_io.o iff_save.o iff_eval.o misc_arr.o iff_erase.o iff_sync.o decod.o misc_num.o enlib.o sigms.o atomic.o u2ipth.o kkmclr.o fftpack.o conv_lor.o specfun.o encod.o padlib.o iff_set.o sum_paths.o chipth.o echo.o iff_init.o iff_plot_init.o iff_config.o iff_get_line.o iff_macro.o iff_done.o iff_history.o iff_test.o sort2.o iff_rddata.o iff_wrdata.o iff_log.o iff_show.o iff_color.o iff_correl.o fefinp.o rdffdt.o iff_print.o iff_echo.o iff_unguess.o iff_rename.o iff_pre_edge.o preedg.o iff_bkg_cl.o clcalc.o clbfun.o minpack.o iff_spline.o spline.o splfun.o bvalue.o fitfft.o xafsft.o window.o iff_random.o iff_fft.o feff_tables.o iff_window.o iff_path.o iff_getpath.o iff_ff2chi.o iff_feffit.o fitfun.o iff_chieps.o fiterr.o iff_f1f2.o iff_diffkk.o iff_minimize.o genfun.o iff_uncert.o iff_plot.o iff_cursor.o get_inpfile.o misc_rand.o ifeffitc.o
ranlib libifeffit.a
gfortran -g -O2 -fPIC -c compat.f
gfortran -g -O2 -fPIC -c inpout.f
gfortran -g -O2 -fPIC -c uwxrdf.f
gfortran -g -O2 -fPIC -c chiout.f
rm -f libxafs.a
ar cru libxafs.a str.o kkmclr.o fftpack.o conv_lor.o specfun.o padlib.o sort2.o preedg.o clcalc.o clbfun.o minpack.o spline.o splfun.o bvalue.o fitfft.o xafsft.o window.o fitfun.o genfun.o fiterr.o misc_num.o iread.o misc_io.o compat.o inpout.o uwxrdf.o chiout.o rdffdt.o get_inpfile.o echo.o atomic.o
ranlib libxafs.a
made Config.mak
made Makefile.PL
made site_install.py
made TclSetup.in
make[3]: Leaving directory `/usr/local/ifeffit-1.2.11c/src/lib'
Making all in test
make[3]: Entering directory `/usr/local/ifeffit-1.2.11c/src/test'
gfortran -g -O2 -c ifftest1.f
gcc -g -O2 -o ifftest1 ifftest1.o ../lib/libifeffit.a -L -lpgplot -lX11 `/cpg/libgcc_path.sh` -lgcc -lm -lc -L/usr/lib/gcc/i686-redhat-linux/4.5.1 -L/usr/lib/gcc/i686-redhat-linux/4.5.1/../../.. -lgfortran -lm -lgcc_s
make[3]: Leaving directory `/usr/local/ifeffit-1.2.11c/src/test'
make[2]: Leaving directory `/usr/local/ifeffit-1.2.11c/src'
make[1]: Leaving directory `/usr/local/ifeffit-1.2.11c'
--- End Message ---
_______________________________________________
Ifeffit mailing list
Ifeffit@millenia.cars.aps.anl.gov
http://millenia.cars.aps.anl.gov/mailman/listinfo/ifeffit