JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for STARDEV Archives


STARDEV Archives

STARDEV Archives


STARDEV@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Monospaced Font

LISTSERV Archives

LISTSERV Archives

STARDEV Home

STARDEV Home

STARDEV  August 2005

STARDEV August 2005

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: autoconf tests with g95

From:

Tim Jenness <[log in to unmask]>

Reply-To:

Starlink development <[log in to unmask]>

Date:

Wed, 10 Aug 2005 14:56:09 -1000

Content-Type:

MULTIPART/MIXED

Parts/Attachments:

Parts/Attachments

TEXT/PLAIN (75 lines) , config.log (1 lines)

On Thu, 11 Aug 2005, Norman Gray wrote:

>> 2. I'm playing with a g95 and I'm getting trouble with the autoconf tests.
>> Specifically:
>>
>> eg in astrom:
>>
>> configure:4187: WARNING: Use AC_PROG_FC with AC_PROG_FPP, instead of
>> AC_PROG_F77
>
> This is the result of a `if test "X$F77" != X; then' test, and so would be
> triggered if there is a $F77 defined in the environment. No, it's not a very
> sensible test....

Okay. I set both $FC and $F77 (both to the same value). I'll stop doing
that. I note that 'g95' is not in the known list of compilers (gfortran
is). This is silly given that g95 works and gfortran doesn't.

>
> If you want to override a non-f77 compiler, you should define FC=xxx in a
> ./configure argument.
>

That's what I did. Just did both though.

Unsetting $F77 does indeed remove that warning (although the warning could
be a bit more specific!)

> This might be harder. I have a note from Toby which suggests that there's a
> larger mess here:

All I want is $FCFLAGS to be included in the preprocessor tests :-(

> What this means is that (a) I'll have to mail Toby to try to get him to
> commit his recent changes onto the dev-nxg-20040116-add-fpp-support branch,
> and to brace himself for some arguments when we do put the patches in (he's
> already anticipated that this will have to be a two-man job on the list), and
> (b) you/we might as well hack away at the fortran.m4 that's on the HEAD,
> because it's probably doomed.

Wibble. I had a look at fortran.m4 and I couldn't even work out how the
tests were created. It seemed to just set a variable and that was it.

> So, without having a completely convincing story of what's going on, I
> suspect that the problem you describe is falling foul of this somewhere. At
> least, it might be worth replacing $FFLAGS with $FCFLAGS each time
> ac_fpp_{compile,link} is set, making sure that FCFLAGS is set to the 64-bit
> options you need, and seeing what happens. If that works on the HEAD, then
> you or I could make the same fix on the dev branch, albeit with the
> expectation that it'll be stomped on by a more substantial/robust rewrite at
> some point in the near future.

If I set $FFLAGS things don't get any further so I don't think that's the
fix.

> How does that sound?
>

More complicated than expected? I've attached the config.log for astrom
for clarity. It's funny how it gives up on g95-64 and then tries to
fallback to g77 -E in conjunction with g95 and then forgets the $FCFLAGS.

Note that the test for "preprocessable Fortran" passes (because it uses
$FCFLAGS) but the next test 'checking for fixed form Fortran preprocessor
features' fails because no $FFLAGS.

So the tests are fundamentally half-baked and inconsistent rather than
being completely wrong.

--
Tim Jenness
JAC software
http://www.jach.hawaii.edu/~timj


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

It was created by astrom configure 3.8, which was
generated by Starlink Autoconf 2.59. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = apele.jach.hawaii.edu
uname -m = Power Macintosh
uname -r = 8.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 8.2.0: Fri Jun 24 17:46:54 PDT 2005; root:xnu-792.2.4.obj~3/RELEASE_PPC

/usr/bin/uname -p = powerpc
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = Mach kernel version:
Darwin Kernel Version 8.2.0: Fri Jun 24 17:46:54 PDT 2005; root:xnu-792.2.4.obj~3/RELEASE_PPC
Kernel configured for up to 2 processors.
2 processors are physically available.
Processor type: ppc970 (PowerPC 970)
Processors active: 0 1
Primary memory available: 8.00 gigabytes
Default processor set: 105 tasks, 306 threads, 2 processors
Load average: 0.68, Mach factor: 1.31
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /star64/bin
PATH: /star64/buildsupport/bin
PATH: /sw/bin
PATH: /sw/sbin
PATH: /star/bin
PATH: /star/buildsupport/bin
PATH: /usr/local/perl-5.8/bin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /opt/local/bin
PATH: /Users/timj/bin
PATH: /usr/local/drama/bin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1202: loading site script /star64/etc/config.site
| # config.site for configure
| FCFLAGS="-Wall -g -O2 -m64 -mcpu=powerpc64"
| FCFLAGS="-Wall -g -O2 -m64 -mcpu=powerpc64"
| CFLAGS="-std=c99 -pedantic -Wall -g -O2 -arch ppc64 -mcpu=powerpc64"
|
configure:1350: checking for a BSD-compatible install
configure:1405: result: /usr/bin/install -c
configure:1416: checking whether build environment is sane
configure:1459: result: yes
configure:1524: checking for gawk
configure:1553: result: no
configure:1524: checking for mawk
configure:1553: result: no
configure:1524: checking for nawk
configure:1553: result: no
configure:1524: checking for awk
configure:1540: found /usr/bin/awk
configure:1550: result: awk
configure:1560: checking whether make sets $(MAKE)
configure:1580: result: yes
configure:1757: checking build system type
configure:1775: result: powerpc-apple-darwin8.2.0
configure:1795: checking for style of include used by make
configure:1823: result: GNU
configure:1894: checking for gcc
configure:1910: found /usr/bin/gcc
configure:1920: result: gcc
configure:2164: checking for C compiler version
configure:2167: gcc --version </dev/null >&5
powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer, Inc. build 4061)
Copyright (C) 2004 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:2170: $? = 0
configure:2172: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/specs
Configured with: /private/var/tmp/gcc/gcc-4061.obj~8/src/configure --disable-checking --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^+.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/gcc/darwin/4.0/c++ --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.0 20041026 (Apple Computer, Inc. build 4061)
configure:2175: $? = 0
configure:2177: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2180: $? = 1
configure:2203: checking for C compiler default output file name
configure:2206: gcc -std=c99 -pedantic -Wall -g -O2 -arch ppc64 -mcpu=powerpc64 conftest.c >&5
configure:2209: $? = 0
configure:2255: result: a.out
configure:2260: checking whether the C compiler works
configure:2266: ./a.out
configure:2269: $? = 0
configure:2286: result: yes
configure:2293: checking whether we are cross compiling
configure:2295: result: no
configure:2298: checking for suffix of executables
configure:2300: gcc -o conftest -std=c99 -pedantic -Wall -g -O2 -arch ppc64 -mcpu=powerpc64 conftest.c >&5
configure:2303: $? = 0
configure:2328: result:
configure:2334: checking for suffix of object files
configure:2355: gcc -c -std=c99 -pedantic -Wall -g -O2 -arch ppc64 -mcpu=powerpc64 conftest.c >&5
configure:2358: $? = 0
configure:2380: result: o
configure:2384: checking whether we are using the GNU C compiler
configure:2408: gcc -c -std=c99 -pedantic -Wall -g -O2 -arch ppc64 -mcpu=powerpc64 conftest.c >&5
configure:2414: $? = 0
configure:2418: test -z
|| test ! -s conftest.err
configure:2421: $? = 0
configure:2424: test -s conftest.o
configure:2427: $? = 0
configure:2440: result: yes
configure:2446: checking whether gcc accepts -g
configure:2467: gcc -c -g conftest.c >&5
configure:2473: $? = 0
configure:2477: test -z
|| test ! -s conftest.err
configure:2480: $? = 0
configure:2483: test -s conftest.o
configure:2486: $? = 0
configure:2497: result: yes
configure:2514: checking for gcc option to accept ANSI C
configure:2584: gcc -c -std=c99 -pedantic -Wall -g -O2 -arch ppc64 -mcpu=powerpc64 conftest.c >&5
configure:2590: $? = 0
configure:2594: test -z
|| test ! -s conftest.err
configure:2597: $? = 0
configure:2600: test -s conftest.o
configure:2603: $? = 0
configure:2621: result: none needed
configure:2639: gcc -c -std=c99 -pedantic -Wall -g -O2 -arch ppc64 -mcpu=powerpc64 conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2645: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2780: checking dependency style of gcc
configure:2870: result: gcc3
configure:2979: checking for Fortran compiler version
configure:2982: g95-64 --version </dev/null >&5
G95 (GCC 4.0.1 (g95!) Aug 8 2005)
Copyright (C) 2002-2005 Free Software Foundation, Inc.

G95 comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of G95
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
configure:2985: $? = 0
configure:2987: g95-64 -v </dev/null >&5
Using built-in specs.
Target:
Configured with: /Users/timj/work/build/gcc-4.0.1/configure --enable-languages=c --prefix=/usr/local/gcc4-64
Thread model: posix
gcc version 4.0.1 (g95!) Aug 8 2005
configure:2990: $? = 0
configure:2992: g95-64 -V </dev/null >&5
g95-64: '-V' option must have argument
configure:2995: $? = 1
configure:3008: g95-64 -c -Wall -g -O2 -m64 -mcpu=powerpc64 conftest.f >&5
configure:3014: $? = 0
configure:3016: checking for suffix of module files
configure:3047: result: mod
configure:3059: checking whether we are using the GNU Fortran compiler
configure:3073: g95-64 -c -Wall -g -O2 -m64 -mcpu=powerpc64 conftest.F >&5
In file conftest.F:3

choke me
1
Error: Unclassifiable statement at (1)
configure:3079: $? = 1
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:3105: result: no
configure:3111: checking whether g95-64 accepts -g
configure:3123: g95-64 -c -g conftest.f >&5
configure:3129: $? = 0
configure:3133: test -z
|| test ! -s conftest.err
configure:3136: $? = 0
configure:3139: test -s conftest.o
configure:3142: $? = 0
configure:3154: result: yes
configure:3246: Starlink tree located at /star64
configure:3320: checking whether we need any library fixups
configure:3447: result: no
configure:3558: checking for pax
configure:3576: found /bin/pax
configure:3588: result: /bin/pax
configure:3599: checking for gnutar
configure:3617: found /sw/bin/gnutar
configure:3629: result: /sw/bin/gnutar
configure:3743: checking for Fortran compiler version
configure:3746: g95-64 --version </dev/null >&5
G95 (GCC 4.0.1 (g95!) Aug 8 2005)
Copyright (C) 2002-2005 Free Software Foundation, Inc.

G95 comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of G95
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
configure:3749: $? = 0
configure:3751: g95-64 -v </dev/null >&5
Using built-in specs.
Target:
Configured with: /Users/timj/work/build/gcc-4.0.1/configure --enable-languages=c --prefix=/usr/local/gcc4-64
Thread model: posix
gcc version 4.0.1 (g95!) Aug 8 2005
configure:3754: $? = 0
configure:3756: g95-64 -V </dev/null >&5
g95-64: '-V' option must have argument
configure:3759: $? = 1
configure:3772: g95-64 -c -Wall -g -O2 -m64 -mcpu=powerpc64 conftest.f >&5
configure:3778: $? = 0
configure:3780: checking for suffix of module files
configure:3811: result: mod
configure:3823: checking whether we are using the GNU Fortran compiler
configure:3869: result: no
configure:3875: checking whether g95-64 accepts -g
configure:3918: result: yes
configure:3947: checking how to run the C preprocessor
configure:3982: gcc -E conftest.c
configure:3988: $? = 0
configure:4020: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4026: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "astrom"
| #define PACKAGE_TARNAME "astrom"
| #define PACKAGE_VERSION "3.8"
| #define PACKAGE_STRING "astrom 3.8"
| #define PACKAGE_BUGREPORT "[log in to unmask]"
| #define PACKAGE "astrom"
| #define VERSION "3.8"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4065: result: gcc -E
configure:4089: gcc -E conftest.c
configure:4095: $? = 0
configure:4127: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4133: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "astrom"
| #define PACKAGE_TARNAME "astrom"
| #define PACKAGE_VERSION "3.8"
| #define PACKAGE_STRING "astrom 3.8"
| #define PACKAGE_BUGREPORT "[log in to unmask]"
| #define PACKAGE "astrom"
| #define VERSION "3.8"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4229: checking for Fortran flag to compile preprocessable .F files
configure:4257: g95-64 -c -Wall -g -O2 -m64 -mcpu=powerpc64 conftest.F >&5
configure:4263: $? = 0
configure:4267: test -z
|| test ! -s conftest.err
configure:4270: $? = 0
configure:4273: test -s conftest.o
configure:4276: $? = 0
configure:4348: result: none
configure:4541: checking for fixed form Fortran preprocessor features
configure:4555: g95-64 -o conftest conftest.F >&5
ld: /usr/local/g95-20050808src-64/bin/../lib/gcc-lib/powerpc-apple-darwin8.2.0/4.0.1//libf95.dylib bad magic number (not a Mach-O file)
configure:4561: $? = 1
configure: failed program was:
| #define OK
| program main
| #ifndef OK
| syntax error
| #endif
|
| end
configure:4870: result: done.
configure:4874: checking whether g95-64 compiles programs with cpp directives
configure:4881: result: no
configure:4885: checking whether g95-64 accepts -D
configure:4892: result: no
configure:4897: checking whether g95-64 accepts -I
configure:4904: result: no
configure:4909: checking whether g95-64 substitutes macros in Fortran code
configure:4916: result: no
configure:4944: checking whether g95-64 fulfills requested features
configure:4951: result: no
configure:4957: g95-64 cannot deal with preprocessed Fortran; press on...
configure:4972: checking how to preprocess Fortran files
configure:5154: result: g77 -E
configure:5156: checking how to redirect g77 -E output
configure:5163: result: > conftest.f
configure:5168: checking whether g77 -E needs the -P option
configure:5218: g77 -E conftest.F >conftest.tmp && mv conftest.tmp conftest.f
configure:5221: $? = 0
configure:5223: g95-64 -o conftest -Wall -g -O2 -m64 -mcpu=powerpc64 conftest.f >&5
In file conftest.f:1

# 1 "conftest.F"
1
Error: Non-numeric character in statement label at (1)
In file conftest.f:1

# 1 "conftest.F"
1
Error: Unclassifiable statement at (1)
In file conftest.f:2

# 1 "<built-in>"
1
Error: Non-numeric character in statement label at (1)
In file conftest.f:2

# 1 "<built-in>"
1
Error: Unclassifiable statement at (1)
In file conftest.f:3

# 1 "<command line>"
1
Error: Non-numeric character in statement label at (1)
In file conftest.f:3

# 1 "<command line>"
1
Error: Unclassifiable statement at (1)
In file conftest.f:4

# 1 "conftest.F"
1
Error: Non-numeric character in statement label at (1)
In file conftest.f:4

# 1 "conftest.F"
1
Error: Unclassifiable statement at (1)
configure:5226: $? = 1
configure:5233: g77 -E -P conftest.F >conftest.tmp && mv conftest.tmp conftest.f
configure:5236: $? = 0
configure:5238: g95-64 -o conftest -Wall -g -O2 -m64 -mcpu=powerpc64 conftest.f >&5
In file conftest.f:3

REAL A
1
Warning (137): Variable 'a' at (1) is never used and never set
configure:5241: $? = 0
configure:5256: result: -P
configure:5306: checking for fixed form Fortran preprocessor features
configure:5320: g77 -E -P conftest.F > conftest.f && g95-64 -o conftest conftest.f >&5
ld: /usr/local/g95-20050808src-64/bin/../lib/gcc-lib/powerpc-apple-darwin8.2.0/4.0.1//libf95.dylib bad magic number (not a Mach-O file)
configure:5326: $? = 1
configure: failed program was:
configure:5635: result: done.
configure:5644: checking whether g77 -E accepts -D
configure:5651: result: no
configure:5656: checking whether g77 -E accepts -I
configure:5663: result: no
configure:5668: checking whether g77 -E substitutes macros in Fortran code
configure:5675: result: no
configure:5774: checking whether g77 -E fulfills requested features
configure:5781: result: no
configure:5788: checking how to build from preprocessed Fortran sources
configure:5838: result: indirect
configure:5854: WARNING: cannot find a build rule for Fortran/cpp source that fulfills all requirements. The compilation may fail or run time errors may arise. Consider installing the free Fortran preprocessor fpp from ftp.netlib.org/fortran
configure:5864: checking whether the filesystem is case-insensitive
configure:5877: result: yes
configure:5881: error: disaster: this Fortran needs indirect compilation, but we
have a case-insensitive filesystem, so .F -> .f would fail; further compilation isn't going to work -- consider filing a bug

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=powerpc-apple-darwin8.2.0
ac_cv_build_alias=powerpc-apple-darwin8.2.0
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_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=set
ac_cv_env_FC_value=g95-64
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_STAR2HTML_set=
ac_cv_env_STAR2HTML_value=
ac_cv_env_STARLINK_set=
ac_cv_env_STARLINK_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_fc_cifs=yes
ac_cv_fc_compiler_gnu=no
ac_cv_fpp_build_rule=indirect
ac_cv_fpp_out=' > conftest.f'
ac_cv_fpp_srcext_F=none
ac_cv_objext=o
ac_cv_path_PAX=/bin/pax
ac_cv_path_TAR=/sw/bin/gnutar
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_fc_cpp=no
ac_cv_prog_fc_cpp_d=no
ac_cv_prog_fc_cpp_i=no
ac_cv_prog_fc_cpp_ok=no
ac_cv_prog_fc_cpp_subs=no
ac_cv_prog_fc_g=yes
ac_cv_prog_fpp='g77 -E'
ac_cv_prog_fpp_d=no
ac_cv_prog_fpp_i=no
ac_cv_prog_fpp_ok=no
ac_cv_prog_fpp_p=-P
ac_cv_prog_fpp_subs=no
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
star_cv_restfp_fixup=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /Users/timj/work/star64build/applications/astrom/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /Users/timj/work/star64build/applications/astrom/missing --run tar'
ASTROMWCSSTYLE=''
AUTOCONF='${SHELL} /Users/timj/work/star64build/applications/astrom/missing --run autoconf'
AUTOHEADER='${SHELL} /Users/timj/work/star64build/applications/astrom/missing --run autoheader'
AUTOMAKE='${SHELL} /Users/timj/work/star64build/applications/astrom/missing --run automake-1.9'
AWK='awk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-std=c99 -pedantic -Wall -g -O2 -arch ppc64 -mcpu=powerpc64'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
C_FC_FCLINK_MAGIC=''
C_FC_PPFC_FCLINK_MAGIC=''
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
FC='g95-64'
FCFLAGS='-Wall -g -O2 -m64 -mcpu=powerpc64'
FPP='g77 -E'
FPPFLAGS=' -P'
FPPFLAGS_DEF=''
FPPFLAGS_F=''
FPP_COMPILE_EXT=''
FPP_MAKE_FLAGS=''
FPP_OUTPUT=''
FPP_PREPROCESS_EXT=''
FPP_SRC_EXT='F'
FUNITIN=''
FUNITOUT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LATEX2DVI=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /Users/timj/work/star64build/applications/astrom/missing --run makeinfo'
OBJEXT='o'
PACKAGE='astrom'
[log in to unmask]
PACKAGE_NAME='astrom'
PACKAGE_STRING='astrom 3.8'
PACKAGE_TARNAME='astrom'
PACKAGE_VERSION='3.8'
PACKAGE_VERSION_INTEGER='3008000'
PACKAGE_VERSION_MAJOR='3'
PACKAGE_VERSION_MINOR='8'
PACKAGE_VERSION_RELEASE='0'
PATH_SEPARATOR=':'
PAX='/bin/pax'
PREDIST='#'
SET_MAKE=''
SHELL='/bin/sh'
STAR2HTML=''
STARLINK='/star64'
STAR_CPPFLAGS='-I/star64/include'
STAR_DEPENDENCIES_ATTRIBUTES=''
STAR_DEPENDENCIES_CHILDREN=''
STAR_DOCUMENTATION=''
STAR_FCFLAGS='-I/star64/include'
STAR_FFLAGS='-I/star64/include'
STAR_LATEX_DOCUMENTATION=''
STAR_LDFLAGS='-L/star64/lib'
STAR_MANIFEST_DIR='$(prefix)/manifests'
STRIP=''
TAR='/sw/bin/gnutar'
VERSION='3.8'
ac_ct_CC='gcc'
ac_ct_FC=''
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='powerpc-apple-darwin8.2.0'
build_alias=''
build_cpu='powerpc'
build_os='darwin8.2.0'
build_vendor='apple'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/Users/timj/work/star64build/applications/astrom/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='$(install_sh) -d'
oldincludedir='/usr/include'
prefix='/star64'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stardocsdir='${prefix}/docs'
staretcdir='${prefix}/etc'
starexamplesdir='${prefix}/examples'
starfacsdir='${prefix}/help'
starhelpdir='${prefix}/help'
starnewsdir='${prefix}/news'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE "astrom"
#define PACKAGE_BUGREPORT "[log in to unmask]"
#define PACKAGE_NAME "astrom"
#define PACKAGE_STRING "astrom 3.8"
#define PACKAGE_TARNAME "astrom"
#define PACKAGE_VERSION "3.8"
#define VERSION "3.8"

configure: exit 1

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

December 2023
January 2023
December 2022
July 2022
June 2022
April 2022
March 2022
December 2021
October 2021
July 2021
April 2021
January 2021
October 2020
September 2020
August 2020
May 2020
November 2019
October 2019
July 2019
June 2019
February 2019
January 2019
December 2018
November 2018
August 2018
July 2018
May 2018
April 2018
March 2018
February 2018
December 2017
October 2017
August 2017
July 2017
May 2017
April 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
October 2015
September 2015
August 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
2004
April 2003
2003


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager