$ more config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure  2.14a, executed with
 > ../configure 

configure:595: checking for gcc
configure:617: result: gcc
configure:709: checking whether the C compiler works
configure:721: gcc -o conftest    conftest.c  >&5
configure:724: ./conftest
configure:731: result: yes
configure:741: checking whether we are using GNU C
configure:751: gcc -E conftest.c
configure:757: result: yes
configure:767: checking whether gcc accepts -g
configure:780: result: yes
configure:797: checking for Cygwin environment
configure:816: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:811: `__CYGWIN32__' undeclared (first use in this function)
configure:811: (Each undeclared identifier is reported only once
configure:811: for each function it appears in.)
configure: failed program was:
#line 803 "configure"
#include "confdefs.h"

int
main ()
{
#ifndef __CYGWIN__
# define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
  ;
  return 0;
}
configure:825: result: no
configure:828: checking for mingw32 environment
configure:844: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:839: `__MINGW32__' undeclared (first use in this function)
configure:839: (Each undeclared identifier is reported only once
configure:839: for each function it appears in.)
configure: failed program was:
#line 834 "configure"
#include "confdefs.h"

int
main ()
{
return __MINGW32__;
  ;
  return 0;
}
configure:853: result: no
configure:856: checking for EMX OS/2 environment
configure:872: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:867: `__EMX__' undeclared (first use in this function)
configure:867: (Each undeclared identifier is reported only once
configure:867: for each function it appears in.)
configure: failed program was:
#line 862 "configure"
#include "confdefs.h"

int
main ()
{
return __EMX__;
  ;
  return 0;
}
configure:881: result: no
configure:884: checking for executable suffix
configure:902: gcc -o conftest -g -O2   conftest.c  >&5
configure:918: result: 
configure:923: checking for object suffix
configure:938: gcc -c -g -O2  conftest.c >&5
configure:952: result: o
configure:969: checking for g77
configure:990: result: /usr/absoft/bin/f77
configure:1033: checking whether the Fortran 77 compiler works
configure:1039: /usr/absoft/bin/f77 -o conftest   conftest.f  >&5
FORTRAN 77 Compiler 4.5, Copyright (c) 1987-1999, Absoft Corp.
configure:1042: ./conftest
configure:1049: result: yes
configure:1059: checking whether we are using GNU Fortran 77
configure:1069: /usr/absoft/bin/f77 -E conftest.fpp
conftest.fpp:2: 
     yes
     ^
Non-numeric character at (^) in label field [info -f g77 M LEX]
configure:1075: result: no
configure:1085: checking whether /usr/absoft/bin/f77 accepts -g
configure:1101: result: no
configure:1123: checking for Fortran 77 libraries
configure:1294: result: 

Cache variables:
| ac_cv_cygwin=no
| ac_cv_emxos2=no
| ac_cv_flibs=
| ac_cv_mingw32=no
| ac_cv_objext=o
| ac_cv_prog_CC=gcc
| ac_cv_prog_F77=/usr/absoft/bin/f77
| ac_cv_prog_cc_g=yes
| ac_cv_prog_f77_g=no
| ac_cv_prog_g77=no
| ac_cv_prog_gcc=yes

confdefs.h:
| 



$ ../configure --help
`configure' configures this package to adapt to many kinds of systems.

Usage: ../configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.

Defaults for the options are specified in brackets.

Configuration:
  -h, --help              display this help and exit
      --help=short        display options specific to this package
      --help=recursive    display the short help of all the included packages
  -V, --version           display version information and exit
  -q, --quiet, --silent   do not print `checking...' messages
      --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache      alias for `--cache-file=config.cache'
  -n, --no-create         do not create output files
      --srcdir=DIR        find the sources in DIR [configure dir or `..']

Installation directories:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [/usr/local]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIR           user executables [EPREFIX/bin]
  --sbindir=DIR          system admin executables [EPREFIX/sbin]
  --libexecdir=DIR       program executables [EPREFIX/libexec]
  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
  --libdir=DIR           object code libraries [EPREFIX/lib]
  --includedir=DIR       C header files [PREFIX/include]
  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
  --infodir=DIR          info documentation [PREFIX/info]
  --mandir=DIR           man documentation [PREFIX/man]

Some influent environment variables:
  CFLAGS      Extra flags for the C compiler

Reply via email to