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

PHREEQC 2.8 on OS X



Hi David,

As part of my Labor Day weekend activities, I decided to familiarize myself with unix on MacOS X. As a result, I managed to successfully compile PHREEQC 2.8 (generic unix version). I have attached the terminal session for your perusal; there were some problems with tar and many compiler warnings. I did not change anything in the Makefile, so maybe some changes there would reduce the warnings. OS X comes with both gcc 2.95 and 3.1, but 3.1 is the default.

Let me know what you think (I can also send check.out); it looks to me like it works so we could release a compiled OS X version of PHREEQC and easily keep it updated. Hope you are doing something more recreational this weekend!

Brian

[BrianPB:~] pontifex% ls
Desktop                   Movies                    Public
Documents                 Music                     Sites
Library                   Pictures                  phreeqc2.8.source.tar.gz
[BrianPB:~] pontifex% gunzip phreeqc2.8.source.tar.gz
[BrianPB:~] pontifex% tar -xvpof phreeqc2.8.source.tar
tar: The -O/-o options are only valid when writing an archive
usage: tar -{txru}[cevfbmopswzBHLPXZ014578] [tapefile] [blocksize] [replstr] [-C directory] file1 file2...
[BrianPB:~] pontifex% man tar
TAR(1)                  System General Commands Manual                  TAR(1)

NAME
     tar - tape archiver

SYNOPSIS
     tar [-]{crtux}[befhmopvwzHLPXZ014578] [archive] [blocksize] [-C directory
         ] [-s replstr ] file1 [file2...]

DESCRIPTION
     The tar command creates, adds files to, or extracts files from an archive
     file in tar format.  A tar archive is often stored on a magnetic tape,
     but can be a floppy or a regular disk file.

     One of the following flags must be present:

     -c            Create new archive, or overwrite an existing archive,
                   adding the specified files to it.

     -r            Append the named new files to existing archive.  Note that
                   this will only work on media on which an end-of-file mark
                   can be overwritten.

     -t            List contents of archive.  If any files are named on the
                   command line, only those files will be listed.

     -u            Alias for -r

     -x            Extract files from archive.  If any files are named on the
                   command line, only those files will be extracted from the
                   archive.  If more than one copy of a file exists in the
                   archive, later copies will overwrite earlier copies during
                   extration.

     In addition to the flags mentioned above, any of the following flags may
     be used:

     -b blocking factor
                   Set blocking factor to use for the archive, tar uses 512
                   byte blocks.  The default is 20, the maximum is 126.
                   Archives with a blocking factor larger 63 violate the POSIX
                   standard and will not be portable to all systems.

     -e            Stop after first error.

     -f archive    Filename where the archive is stored.  Defaults to
                   /dev/rst0

     -h            Follow symbolic links as if they were normal files or
                   directories.

     -m            Do not preserve modification time.

     -O            Write old-style (non-POSIX) archives.

     -o            Don't write directory information that the older (V7) style
                   tar is unable to decode.  This implies the -O flag.

     -p            Preserve user id, group id, file mode, access and modifica-
                   tion times if possible.  The user id and group id will only
                   be set if the user is the superuser (unless these values
                   correspond to the user's user and group ids).

     -s replstr    Modify the file or archive member names specified by the
                   pattern or file operands according to the substitution
                   expression replstr, using the syntax of the ed(1) utility
                   regular expressions.  The format of these regular expres-
                   sions are:
                         /old/new/[gp]
                   As in ed(1), old is a basic regular expression and new can
                   contain an ampersand (&), \n (where n is a digit) back-ref-
                   erences, or subexpression matching.  The old string may
                   also contain <newline> characters.  Any non-null character
                   can be used as a delimiter (/ is shown here).  Multiple -s
                   expressions can be specified.  The expressions are applied
                   in the order they are specified on the command line, termi-
                   nating with the first successful substitution.  The
                   optional trailing g continues to apply the substitution
                   expression to the pathname substring which starts with the
                   first character following the end of the last successful
                   substitution. The first unsuccessful substitution stops the
                   operation of the g option.  The optional trailing p will
                   cause the final result of a successful substitution to be
                   written to standard error in the following format:
                         <original pathname> >> <new pathname>
                   File or archive member names that substitute to the empty
                   string are not selected and will be skipped.

     -v            Verbose operation mode.

     -w            Interactively rename files.  This option causes tar to
                   prompt the user for the filename to use when storing or
                   extracting files in an archive.

     -z            Compress archive using gzip.

     -C directory  This is a positional argument which sets the working direc-
                   tory for the following files.  When extracting, files will
                   be extracted into the specified directory; when creating,
                   the specified files will be matched from the directory.

     -H            Follow symlinks given on command line only.

     -L            Follow all symlinks.

     -P            Do not strip leading slashes (``/'') from pathnames.  The
                   default is to strip leading slashes.

     -X            Do not cross mount points in the file system.

     -Z            Compress archive using compress.

     The options [-014578] can be used to select one of the compiled-in backup
     devices, /dev/rstN.

FILES
     /dev/rst0  The default archive name

SEE ALSO
     pax(1), cpio(1)

AUTHOR
     Keith Muller at the University of California, San Diego

ERRORS
     tar will exit with one of the following values:

     0   All files were processed successfully.

     1   An error occured.

     Whenever tar cannot create a file or a link when extracting an archive or
     cannot find a file while writing an archive, or cannot preserve the user
     ID, group ID, file mode or access and modification times when the -p
     options is specified, a diagnostic message is written to standard error
     and a non-zero exit value will be returned, but processing will continue.
     In the case where tar cannot create a link to a file, tar will not create
     a second copy of the file.

     If the extraction of a file from an archive is prematurely terminated by
     a signal or error, tar may have only partially extracted the file the
     user wanted.  Additionally, the file modes of extracted files and direc-
     tories may have incorrect file bits, and the modification and access
     times may be wrong.

     If the creation of an archive is prematurely terminated by a signal or
     error, tar may have only partially created the archive which may violate
     the specific archive format specification.

BSD                              June 11, 1996                             BSD
[BrianPB:~] pontifex% tar -xvpf phreeqc2.8.source.tar
phreeqc2.8
tar: Unable to set file uid/gid of phreeqc2.8 <Operation not permitted>
phreeqc2.8/src
tar: Unable to set file uid/gid of phreeqc2.8/src <Operation not permitted>
phreeqc2.8/src/phreeqc.rev
tar: Unable to set file uid/gid of phreeqc2.8/src/phreeqc.rev <Operation not permitted>
phreeqc2.8/src/Makefile
tar: Unable to set file uid/gid of phreeqc2.8/src/Makefile <Operation not permitted>
phreeqc2.8/src/advection.c
tar: Unable to set file uid/gid of phreeqc2.8/src/advection.c <Operation not permitted>
phreeqc2.8/src/basic.c
tar: Unable to set file uid/gid of phreeqc2.8/src/basic.c <Operation not permitted>
phreeqc2.8/src/basicsubs.c
tar: Unable to set file uid/gid of phreeqc2.8/src/basicsubs.c <Operation not permitted>
phreeqc2.8/src/cl1.c
tar: Unable to set file uid/gid of phreeqc2.8/src/cl1.c <Operation not permitted>
phreeqc2.8/src/integrate.c
tar: Unable to set file uid/gid of phreeqc2.8/src/integrate.c <Operation not permitted>
phreeqc2.8/src/inverse.c
tar: Unable to set file uid/gid of phreeqc2.8/src/inverse.c <Operation not permitted>
phreeqc2.8/src/isotopes.c
tar: Unable to set file uid/gid of phreeqc2.8/src/isotopes.c <Operation not permitted>
phreeqc2.8/src/kinetics.c
tar: Unable to set file uid/gid of phreeqc2.8/src/kinetics.c <Operation not permitted>
phreeqc2.8/src/main.c
tar: Unable to set file uid/gid of phreeqc2.8/src/main.c <Operation not permitted>
phreeqc2.8/src/mainsubs.c
tar: Unable to set file uid/gid of phreeqc2.8/src/mainsubs.c <Operation not permitted>
phreeqc2.8/src/model.c
tar: Unable to set file uid/gid of phreeqc2.8/src/model.c <Operation not permitted>
phreeqc2.8/src/p2clib.c
tar: Unable to set file uid/gid of phreeqc2.8/src/p2clib.c <Operation not permitted>
phreeqc2.8/src/parse.c
tar: Unable to set file uid/gid of phreeqc2.8/src/parse.c <Operation not permitted>
phreeqc2.8/src/phqalloc.c
tar: Unable to set file uid/gid of phreeqc2.8/src/phqalloc.c <Operation not permitted>
phreeqc2.8/src/prep.c
tar: Unable to set file uid/gid of phreeqc2.8/src/prep.c <Operation not permitted>
phreeqc2.8/src/print.c
tar: Unable to set file uid/gid of phreeqc2.8/src/print.c <Operation not permitted>
phreeqc2.8/src/read.c
tar: Unable to set file uid/gid of phreeqc2.8/src/read.c <Operation not permitted>
phreeqc2.8/src/readtr.c
tar: Unable to set file uid/gid of phreeqc2.8/src/readtr.c <Operation not permitted>
phreeqc2.8/src/spread.c
tar: Unable to set file uid/gid of phreeqc2.8/src/spread.c <Operation not permitted>
phreeqc2.8/src/step.c
tar: Unable to set file uid/gid of phreeqc2.8/src/step.c <Operation not permitted>
phreeqc2.8/src/structures.c
tar: Unable to set file uid/gid of phreeqc2.8/src/structures.c <Operation not permitted>
phreeqc2.8/src/tidy.c
tar: Unable to set file uid/gid of phreeqc2.8/src/tidy.c <Operation not permitted>
phreeqc2.8/src/transport.c
tar: Unable to set file uid/gid of phreeqc2.8/src/transport.c <Operation not permitted>
phreeqc2.8/src/utilities.c
tar: Unable to set file uid/gid of phreeqc2.8/src/utilities.c <Operation not permitted>
phreeqc2.8/src/global.h
tar: Unable to set file uid/gid of phreeqc2.8/src/global.h <Operation not permitted>
phreeqc2.8/src/p2c.h
tar: Unable to set file uid/gid of phreeqc2.8/src/p2c.h <Operation not permitted>
phreeqc2.8/src/phqalloc.h
tar: Unable to set file uid/gid of phreeqc2.8/src/phqalloc.h <Operation not permitted>
phreeqc2.8/README.TXT
tar: Unable to set file uid/gid of phreeqc2.8/README.TXT <Operation not permitted>
phreeqc2.8/NOTICE.TXT
tar: Unable to set file uid/gid of phreeqc2.8/NOTICE.TXT <Operation not permitted>
phreeqc2.8/RELEASE.TXT
tar: Unable to set file uid/gid of phreeqc2.8/RELEASE.TXT <Operation not permitted>
phreeqc2.8/database
tar: Unable to set file uid/gid of phreeqc2.8/database <Operation not permitted>
phreeqc2.8/database/llnl.dat
tar: Unable to set file uid/gid of phreeqc2.8/database/llnl.dat <Operation not permitted>
phreeqc2.8/database/minteq.dat
tar: Unable to set file uid/gid of phreeqc2.8/database/minteq.dat <Operation not permitted>
phreeqc2.8/database/phreeqc.dat
tar: Unable to set file uid/gid of phreeqc2.8/database/phreeqc.dat <Operation not permitted>
phreeqc2.8/database/wateq4f.dat
tar: Unable to set file uid/gid of phreeqc2.8/database/wateq4f.dat <Operation not permitted>
phreeqc2.8/database/iso.dat
tar: Unable to set file uid/gid of phreeqc2.8/database/iso.dat <Operation not permitted>
phreeqc2.8/examples
tar: Unable to set file uid/gid of phreeqc2.8/examples <Operation not permitted>
phreeqc2.8/examples/ex1
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex1 <Operation not permitted>
phreeqc2.8/examples/ex1.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex1.out <Operation not permitted>
phreeqc2.8/examples/ex2
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex2 <Operation not permitted>
phreeqc2.8/examples/ex2.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex2.out <Operation not permitted>
phreeqc2.8/examples/ex2.sel
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex2.sel <Operation not permitted>
phreeqc2.8/examples/ex3
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex3 <Operation not permitted>
phreeqc2.8/examples/ex3.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex3.out <Operation not permitted>
phreeqc2.8/examples/ex4
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex4 <Operation not permitted>
phreeqc2.8/examples/ex4.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex4.out <Operation not permitted>
phreeqc2.8/examples/ex5
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex5 <Operation not permitted>
phreeqc2.8/examples/ex5.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex5.out <Operation not permitted>
phreeqc2.8/examples/ex5.sel
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex5.sel <Operation not permitted>
phreeqc2.8/examples/ex6
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex6 <Operation not permitted>
phreeqc2.8/examples/ex6.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex6.out <Operation not permitted>
phreeqc2.8/examples/ex6A-B.sel
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex6A-B.sel <Operation not permitted>
phreeqc2.8/examples/ex6C.sel
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex6C.sel <Operation not permitted>
phreeqc2.8/examples/ex7
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex7 <Operation not permitted>
phreeqc2.8/examples/ex7.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex7.out <Operation not permitted>
phreeqc2.8/examples/ex7.sel
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex7.sel <Operation not permitted>
phreeqc2.8/examples/ex8
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex8 <Operation not permitted>
phreeqc2.8/examples/ex8.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex8.out <Operation not permitted>
phreeqc2.8/examples/ex8.sel
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex8.sel <Operation not permitted>
phreeqc2.8/examples/ex9
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex9 <Operation not permitted>
phreeqc2.8/examples/ex9.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex9.out <Operation not permitted>
phreeqc2.8/examples/ex9.sel
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex9.sel <Operation not permitted>
phreeqc2.8/examples/ex10
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex10 <Operation not permitted>
phreeqc2.8/examples/ex10.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex10.out <Operation not permitted>
phreeqc2.8/examples/ex10.sel
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex10.sel <Operation not permitted>
phreeqc2.8/examples/ex11
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex11 <Operation not permitted>
phreeqc2.8/examples/ex11.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex11.out <Operation not permitted>
phreeqc2.8/examples/ex11adv.sel
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex11adv.sel <Operation not permitted>
phreeqc2.8/examples/ex11trn.sel
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex11trn.sel <Operation not permitted>
phreeqc2.8/examples/ex12
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex12 <Operation not permitted>
phreeqc2.8/examples/ex12.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex12.out <Operation not permitted>
phreeqc2.8/examples/ex12.sel
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex12.sel <Operation not permitted>
phreeqc2.8/examples/ex13a
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex13a <Operation not permitted>
phreeqc2.8/examples/ex13a.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex13a.out <Operation not permitted>
phreeqc2.8/examples/ex13a.sel
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex13a.sel <Operation not permitted>
phreeqc2.8/examples/ex13b
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex13b <Operation not permitted>
phreeqc2.8/examples/ex13b.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex13b.out <Operation not permitted>
phreeqc2.8/examples/ex13b.sel
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex13b.sel <Operation not permitted>
phreeqc2.8/examples/ex13c
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex13c <Operation not permitted>
phreeqc2.8/examples/ex13c.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex13c.out <Operation not permitted>
phreeqc2.8/examples/ex13c.sel
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex13c.sel <Operation not permitted>
phreeqc2.8/examples/ex14
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex14 <Operation not permitted>
phreeqc2.8/examples/ex14.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex14.out <Operation not permitted>
phreeqc2.8/examples/ex14.sel
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex14.sel <Operation not permitted>
phreeqc2.8/examples/ex15
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex15 <Operation not permitted>
phreeqc2.8/examples/ex15.dat
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex15.dat <Operation not permitted>
phreeqc2.8/examples/ex15.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex15.out <Operation not permitted>
phreeqc2.8/examples/ex15.sel
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex15.sel <Operation not permitted>
phreeqc2.8/examples/ex16
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex16 <Operation not permitted>
phreeqc2.8/examples/ex16.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex16.out <Operation not permitted>
phreeqc2.8/examples/ex17
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex17 <Operation not permitted>
phreeqc2.8/examples/ex17.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex17.out <Operation not permitted>
phreeqc2.8/examples/ex18
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex18 <Operation not permitted>
phreeqc2.8/examples/ex18.out
tar: Unable to set file uid/gid of phreeqc2.8/examples/ex18.out <Operation not permitted>
phreeqc2.8/doc
tar: Unable to set file uid/gid of phreeqc2.8/doc <Operation not permitted>
phreeqc2.8/doc/manual.ps
tar: Unable to set file uid/gid of phreeqc2.8/doc/manual.ps <Operation not permitted>
phreeqc2.8/doc/manual.pdf
tar: Unable to set file uid/gid of phreeqc2.8/doc/manual.pdf <Operation not permitted>
phreeqc2.8/doc/wrir02-4172.pdf
tar: Unable to set file uid/gid of phreeqc2.8/doc/wrir02-4172.pdf <Operation not permitted>
phreeqc2.8/doc/phreeqc.txt
tar: Unable to set file uid/gid of phreeqc2.8/doc/phreeqc.txt <Operation not permitted>
phreeqc2.8/bin
tar: Unable to set file uid/gid of phreeqc2.8/bin <Operation not permitted>
phreeqc2.8/bin/phreeqc.orig
tar: Unable to set file uid/gid of phreeqc2.8/bin/phreeqc.orig <Operation not permitted>
phreeqc2.8/test
tar: Unable to set file uid/gid of phreeqc2.8/test <Operation not permitted>
phreeqc2.8/test/test.sh
tar: Unable to set file uid/gid of phreeqc2.8/test/test.sh <Operation not permitted>
phreeqc2.8/test/clean.sh
tar: Unable to set file uid/gid of phreeqc2.8/test/clean.sh <Operation not permitted>
phreeqc2.8/test/check.sh
tar: Unable to set file uid/gid of phreeqc2.8/test/check.sh <Operation not permitted>
[BrianPB:~] pontifex% cd phreeqc2.8/src
[BrianPB:~/phreeqc2.8/src] pontifex% bbedit Makefile
[BrianPB:~/phreeqc2.8/src] pontifex% make
gcc -O3 -Wall -ansi -pedantic main.c -c
/var/tmp/ccdX4pIU.i:1:3: warning: style of line directive is a GCC extension
main.c:4:3: warning: style of line directive is a GCC extension
In file included from main.c:4:
global.h:5:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from main.c:4:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from main.c:4:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from main.c:4:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from main.c:4:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from main.c:4:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from main.c:4:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from main.c:4:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from main.c:4:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from main.c:4:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
main.c:5:3: warning: style of line directive is a GCC extension
In file included from main.c:5:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic advection.c -c
/var/tmp/ccJsacuW.i:1:3: warning: style of line directive is a GCC extension
advection.c:2:3: warning: style of line directive is a GCC extension
In file included from advection.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from advection.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from advection.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from advection.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from advection.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from advection.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from advection.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from advection.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from advection.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from advection.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
advection.c:3:3: warning: style of line directive is a GCC extension
In file included from advection.c:3:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic basic.c -c
/var/tmp/ccBdglUg.i:1:3: warning: style of line directive is a GCC extension
basic.c:9:3: warning: style of line directive is a GCC extension
In file included from basic.c:9:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from basic.c:9:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from basic.c:9:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from basic.c:9:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from basic.c:9:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from basic.c:9:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from basic.c:9:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from basic.c:9:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from basic.c:9:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from basic.c:9:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
basic.c:10:3: warning: style of line directive is a GCC extension
In file included from basic.c:10:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
basic.c:52:3: warning: style of line directive is a GCC extension
In file included from basic.c:52:
p2c.h:2:3: warning: style of line directive is a GCC extension
p2c.h:58:3: warning: style of line directive is a GCC extension
p2c.h:59:3: warning: style of line directive is a GCC extension
p2c.h:100:3: warning: style of line directive is a GCC extension
p2c.h:101:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/setjmp.h:34,
                 from /usr/include/setjmp.h:25,
                 from p2c.h:101,
                 from basic.c:52:
/usr/include/ppc/setjmp.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/setjmp.h:32:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/signal.h:27,
                 from /usr/include/ppc/setjmp.h:32,
                 from /usr/include/machine/setjmp.h:34,
                 from /usr/include/setjmp.h:25,
                 from p2c.h:101,
                 from basic.c:52:
/usr/include/ppc/signal.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/signal.h:74:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/setjmp.h:34,
                 from /usr/include/setjmp.h:25,
                 from p2c.h:101,
                 from basic.c:52:
/usr/include/ppc/setjmp.h:74:3: warning: style of line directive is a GCC extension
In file included from basic.c:52:
p2c.h:102:3: warning: style of line directive is a GCC extension
p2c.h:103:3: warning: style of line directive is a GCC extension
p2c.h:127:3: warning: style of line directive is a GCC extension
p2c.h:217:3: warning: style of line directive is a GCC extension
p2c.h:281:3: warning: style of line directive is a GCC extension
p2c.h:354:3: warning: style of line directive is a GCC extension
p2c.h:428:3: warning: style of line directive is a GCC extension
p2c.h:473:3: warning: style of line directive is a GCC extension
basic.c:69:3: warning: style of line directive is a GCC extension
basic.c:718:3: warning: style of line directive is a GCC extension
basic.c:977:3: warning: style of line directive is a GCC extension
basic.c:3016:3: warning: style of line directive is a GCC extension
basic.c:3297:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic basicsubs.c -c
/var/tmp/ccPTH5TN.i:1:3: warning: style of line directive is a GCC extension
basicsubs.c:2:3: warning: style of line directive is a GCC extension
In file included from basicsubs.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from basicsubs.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from basicsubs.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from basicsubs.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from basicsubs.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from basicsubs.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from basicsubs.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from basicsubs.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from basicsubs.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from basicsubs.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
basicsubs.c:3:3: warning: style of line directive is a GCC extension
In file included from basicsubs.c:3:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
basicsubs.c:642:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic cl1.c -c
/var/tmp/ccbhyB3a.i:1:3: warning: style of line directive is a GCC extension
cl1.c:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from cl1.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from cl1.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from cl1.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from cl1.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from cl1.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
cl1.c:2:3: warning: style of line directive is a GCC extension
cl1.c:3:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from cl1.c:3:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from cl1.c:3:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
cl1.c:4:3: warning: style of line directive is a GCC extension
cl1.c:16:3: warning: style of line directive is a GCC extension
In file included from cl1.c:16:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
cl1.c:61:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic integrate.c -c
/var/tmp/ccTgM4dO.i:1:3: warning: style of line directive is a GCC extension
integrate.c:2:3: warning: style of line directive is a GCC extension
In file included from integrate.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from integrate.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from integrate.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from integrate.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from integrate.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from integrate.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from integrate.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from integrate.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from integrate.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from integrate.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
integrate.c:3:3: warning: style of line directive is a GCC extension
In file included from integrate.c:3:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic inverse.c -c
/var/tmp/ccEvPsnS.i:1:3: warning: style of line directive is a GCC extension
inverse.c:2:3: warning: style of line directive is a GCC extension
In file included from inverse.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from inverse.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from inverse.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from inverse.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from inverse.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from inverse.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from inverse.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from inverse.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from inverse.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from inverse.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
inverse.c:3:3: warning: style of line directive is a GCC extension
In file included from inverse.c:3:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
inverse.c:2278:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic isotopes.c -c
/var/tmp/ccxiCsgt.i:1:3: warning: style of line directive is a GCC extension
isotopes.c:2:3: warning: style of line directive is a GCC extension
In file included from isotopes.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from isotopes.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from isotopes.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from isotopes.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from isotopes.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from isotopes.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from isotopes.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from isotopes.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from isotopes.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from isotopes.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
isotopes.c:3:3: warning: style of line directive is a GCC extension
In file included from isotopes.c:3:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
isotopes.c:1022:3: warning: style of line directive is a GCC extension
isotopes.c:1155:3: warning: style of line directive is a GCC extension
isotopes.c:1316:3: warning: style of line directive is a GCC extension
isotopes.c:1456:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic kinetics.c -c
/var/tmp/cclUQ71t.i:1:3: warning: style of line directive is a GCC extension
kinetics.c:2:3: warning: style of line directive is a GCC extension
In file included from kinetics.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from kinetics.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from kinetics.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from kinetics.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from kinetics.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from kinetics.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from kinetics.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from kinetics.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from kinetics.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from kinetics.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
kinetics.c:3:3: warning: style of line directive is a GCC extension
In file included from kinetics.c:3:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic mainsubs.c -c
/var/tmp/cceAcXpN.i:1:3: warning: style of line directive is a GCC extension
mainsubs.c:2:3: warning: style of line directive is a GCC extension
In file included from mainsubs.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from mainsubs.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from mainsubs.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from mainsubs.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from mainsubs.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from mainsubs.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from mainsubs.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from mainsubs.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from mainsubs.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from mainsubs.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
mainsubs.c:3:3: warning: style of line directive is a GCC extension
In file included from mainsubs.c:3:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic model.c -c
/var/tmp/ccC2jcOx.i:1:3: warning: style of line directive is a GCC extension
model.c:2:3: warning: style of line directive is a GCC extension
In file included from model.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from model.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from model.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from model.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from model.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from model.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from model.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from model.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from model.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from model.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
model.c:3:3: warning: style of line directive is a GCC extension
In file included from model.c:3:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
model.c:89:3: warning: style of line directive is a GCC extension
model.c:273:3: warning: style of line directive is a GCC extension
model.c:1203:3: warning: style of line directive is a GCC extension
model.c:1587:3: warning: style of line directive is a GCC extension
model.c:2894:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic p2clib.c -c
/var/tmp/cckVK1QX.i:1:3: warning: style of line directive is a GCC extension
p2clib.c:14:3: warning: style of line directive is a GCC extension
In file included from p2clib.c:14:
p2c.h:18:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from p2c.h:18,
                 from p2clib.c:14:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from p2c.h:18,
                 from p2clib.c:14:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from p2c.h:18,
                 from p2clib.c:14:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from p2c.h:18,
                 from p2clib.c:14:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from p2c.h:18,
                 from p2clib.c:14:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from p2clib.c:14:
p2c.h:19:3: warning: style of line directive is a GCC extension
p2c.h:58:3: warning: style of line directive is a GCC extension
p2c.h:59:3: warning: style of line directive is a GCC extension
p2c.h:60:3: warning: style of line directive is a GCC extension
p2c.h:96:3: warning: style of line directive is a GCC extension
p2c.h:99:3: warning: style of line directive is a GCC extension
p2c.h:100:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from p2c.h:100,
                 from p2clib.c:14:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from p2c.h:100,
                 from p2clib.c:14:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from p2clib.c:14:
p2c.h:101:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/setjmp.h:34,
                 from /usr/include/setjmp.h:25,
                 from p2c.h:101,
                 from p2clib.c:14:
/usr/include/ppc/setjmp.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/setjmp.h:32:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/signal.h:27,
                 from /usr/include/ppc/setjmp.h:32,
                 from /usr/include/machine/setjmp.h:34,
                 from /usr/include/setjmp.h:25,
                 from p2c.h:101,
                 from p2clib.c:14:
/usr/include/ppc/signal.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/signal.h:74:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/setjmp.h:34,
                 from /usr/include/setjmp.h:25,
                 from p2c.h:101,
                 from p2clib.c:14:
/usr/include/ppc/setjmp.h:74:3: warning: style of line directive is a GCC extension
In file included from p2clib.c:14:
p2c.h:102:3: warning: style of line directive is a GCC extension
p2c.h:103:3: warning: style of line directive is a GCC extension
p2c.h:127:3: warning: style of line directive is a GCC extension
p2c.h:217:3: warning: style of line directive is a GCC extension
p2c.h:281:3: warning: style of line directive is a GCC extension
p2c.h:354:3: warning: style of line directive is a GCC extension
p2c.h:428:3: warning: style of line directive is a GCC extension
p2c.h:473:3: warning: style of line directive is a GCC extension
p2clib.c:338:3: warning: style of line directive is a GCC extension
p2clib.c:404:3: warning: style of line directive is a GCC extension
p2clib.c:928:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic parse.c -c
/var/tmp/ccRWwZLq.i:1:3: warning: style of line directive is a GCC extension
parse.c:2:3: warning: style of line directive is a GCC extension
In file included from parse.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from parse.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from parse.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from parse.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from parse.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from parse.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from parse.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from parse.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from parse.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from parse.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
parse.c:3:3: warning: style of line directive is a GCC extension
In file included from parse.c:3:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic phqalloc.c -c
/var/tmp/cczgZcb8.i:1:3: warning: style of line directive is a GCC extension
phqalloc.c:2:3: warning: style of line directive is a GCC extension
In file included from phqalloc.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from phqalloc.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from phqalloc.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from phqalloc.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from phqalloc.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from phqalloc.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from phqalloc.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from phqalloc.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from phqalloc.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from phqalloc.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
phqalloc.c:6:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic prep.c -c
/var/tmp/ccPXMtww.i:1:3: warning: style of line directive is a GCC extension
prep.c:2:3: warning: style of line directive is a GCC extension
In file included from prep.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from prep.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from prep.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from prep.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from prep.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from prep.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from prep.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from prep.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from prep.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from prep.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
prep.c:3:3: warning: style of line directive is a GCC extension
In file included from prep.c:3:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
prep.c:1131:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic print.c -c
/var/tmp/ccZ2A3em.i:1:3: warning: style of line directive is a GCC extension
print.c:2:3: warning: style of line directive is a GCC extension
In file included from print.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from print.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from print.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from print.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from print.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from print.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from print.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from print.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from print.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from print.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
print.c:3:3: warning: style of line directive is a GCC extension
In file included from print.c:3:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
print.c:4:3: warning: style of line directive is a GCC extension
print.c:5:3: warning: style of line directive is a GCC extension
print.c:1932:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic read.c -c
/var/tmp/ccd1o2p1.i:1:3: warning: style of line directive is a GCC extension
read.c:2:3: warning: style of line directive is a GCC extension
In file included from read.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from read.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from read.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from read.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from read.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from read.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from read.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from read.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from read.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from read.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
read.c:3:3: warning: style of line directive is a GCC extension
In file included from read.c:3:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
read.c:258:3: warning: style of line directive is a GCC extension
read.c:5197:3: warning: style of line directive is a GCC extension
read.c:6211:3: warning: style of line directive is a GCC extension
read.c:6985:3: warning: style of line directive is a GCC extension
read.c:7742:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic readtr.c -c
/var/tmp/ccsk0vos.i:1:3: warning: style of line directive is a GCC extension
readtr.c:2:3: warning: style of line directive is a GCC extension
In file included from readtr.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from readtr.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from readtr.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from readtr.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from readtr.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from readtr.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from readtr.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from readtr.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from readtr.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from readtr.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
readtr.c:3:3: warning: style of line directive is a GCC extension
In file included from readtr.c:3:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic spread.c -c
/var/tmp/cce1ddFJ.i:1:3: warning: style of line directive is a GCC extension
spread.c:2:3: warning: style of line directive is a GCC extension
In file included from spread.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from spread.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from spread.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from spread.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from spread.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from spread.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from spread.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from spread.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from spread.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from spread.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
spread.c:3:3: warning: style of line directive is a GCC extension
In file included from spread.c:3:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
spread.c:898:3: warning: style of line directive is a GCC extension
spread.c:1015:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic step.c -c
/var/tmp/cc90kblZ.i:1:3: warning: style of line directive is a GCC extension
step.c:2:3: warning: style of line directive is a GCC extension
In file included from step.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from step.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from step.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from step.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from step.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from step.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from step.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from step.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from step.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from step.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
step.c:3:3: warning: style of line directive is a GCC extension
In file included from step.c:3:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic structures.c -c
/var/tmp/ccCKU0iX.i:1:3: warning: style of line directive is a GCC extension
structures.c:2:3: warning: style of line directive is a GCC extension
In file included from structures.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from structures.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from structures.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from structures.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from structures.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from structures.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from structures.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from structures.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from structures.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from structures.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
structures.c:3:3: warning: style of line directive is a GCC extension
In file included from structures.c:3:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
structures.c:2578:3: warning: style of line directive is a GCC extension
structures.c:3289:3: warning: style of line directive is a GCC extension
structures.c:4985:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic tidy.c -c
/var/tmp/ccdiyyXJ.i:1:3: warning: style of line directive is a GCC extension
tidy.c:2:3: warning: style of line directive is a GCC extension
In file included from tidy.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from tidy.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from tidy.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from tidy.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from tidy.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from tidy.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from tidy.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from tidy.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from tidy.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from tidy.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
tidy.c:3:3: warning: style of line directive is a GCC extension
In file included from tidy.c:3:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic transport.c -c
/var/tmp/ccby4Z9n.i:1:3: warning: style of line directive is a GCC extension
transport.c:2:3: warning: style of line directive is a GCC extension
In file included from transport.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from transport.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from transport.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from transport.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from transport.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from transport.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from transport.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from transport.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from transport.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from transport.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
transport.c:3:3: warning: style of line directive is a GCC extension
In file included from transport.c:3:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
gcc -O3 -Wall -ansi -pedantic utilities.c -c
/var/tmp/ccFleU0t.i:1:3: warning: style of line directive is a GCC extension
utilities.c:2:3: warning: style of line directive is a GCC extension
In file included from utilities.c:2:
global.h:2:3: warning: style of line directive is a GCC extension
global.h:44:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from utilities.c:2:
/usr/include/ppc/types.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/types.h:30,
                 from /usr/include/sys/types.h:72,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from utilities.c:2:
/usr/include/ppc/types.h:75: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:76: warning: ISO C89 does not support `long long'
/usr/include/ppc/types.h:82:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from utilities.c:2:
/usr/include/ppc/ansi.h:2:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/ansi.h:33,
                 from /usr/include/sys/types.h:74,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from utilities.c:2:
/usr/include/ppc/ansi.h:94: warning: ISO C89 does not support `long long'
/usr/include/ppc/ansi.h:96:3: warning: style of line directive is a GCC extension
In file included from /usr/include/machine/endian.h:30,
                 from /usr/include/sys/types.h:75,
                 from /usr/include/stdio.h:64,
                 from global.h:44,
                 from utilities.c:2:
/usr/include/ppc/endian.h:2:3: warning: style of line directive is a GCC extension
/usr/include/ppc/endian.h:86:3: warning: style of line directive is a GCC extension
In file included from utilities.c:2:
global.h:45:3: warning: style of line directive is a GCC extension
global.h:46:3: warning: style of line directive is a GCC extension
global.h:47:3: warning: style of line directive is a GCC extension
global.h:48:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from utilities.c:2:
/usr/include/architecture/ppc/math.h:2:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:77:3: warning: style of line directive is a GCC extension
In file included from /usr/include/math.h:24,
                 from global.h:48,
                 from utilities.c:2:
/usr/include/architecture/ppc/math.h:271: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:272: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:280: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:281: warning: ISO C89 does not support `long long'
/usr/include/architecture/ppc/math.h:340:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:390:3: warning: style of line directive is a GCC extension
/usr/include/architecture/ppc/math.h:443:3: warning: style of line directive is a GCC extension
In file included from utilities.c:2:
global.h:49:3: warning: style of line directive is a GCC extension
global.h:50:3: warning: style of line directive is a GCC extension
global.h:80:3: warning: style of line directive is a GCC extension
global.h:413:3: warning: style of line directive is a GCC extension
global.h:949:3: warning: style of line directive is a GCC extension
global.h:1419:3: warning: style of line directive is a GCC extension
global.h:1565:3: warning: style of line directive is a GCC extension
utilities.c:3:3: warning: style of line directive is a GCC extension
In file included from utilities.c:3:
phqalloc.h:24:3: warning: style of line directive is a GCC extension
utilities.c:7:3: warning: style of line directive is a GCC extension
utilities.c:197:3: warning: style of line directive is a GCC extension
utilities.c:1129:3: warning: style of line directive is a GCC extension
utilities.c:1155:3: warning: style of line directive is a GCC extension
utilities.c:1156:3: warning: style of line directive is a GCC extension
gcc -o ../bin/phreeqc main.o advection.o basic.o basicsubs.o cl1.o integrate.o inverse.o isotopes.o kinetics.o mainsubs.o model.o p2clib.o parse.o phqalloc.o prep.o print.o read.o readtr.o spread.o step.o structures.o tidy.o transport.o utilities.o  -lm  # -lefence
ld: warning multiple definitions of symbol _malloc_error
utilities.o definition of _malloc_error in section (__TEXT,__text)
/usr/lib/libm.dylib(malloc.So) definition of _malloc_error
echo Compilation complete, ../bin/phreeqc.
Compilation complete, ../bin/phreeqc.
[BrianPB:~/phreeqc2.8/src] pontifex% make install BINDIR=~/Documents/phreeqc
if [ ! -d ~/Documents/phreeqc ]; \
           then \
              mkdir ~/Documents/phreeqc; \
              echo Created directory ~/Documents/phreeqc; \
        fi
cd ..; dir1=`pwd`/bin; cd ~/Documents/phreeqc; if [ `pwd` = $dir1 ]; \
                then \
                        echo "Can not install to ~/Documents/phreeqc. Choose another directory."; \
                        exit 4 ; \
                fi
cd ..; \
        rm -f ~/Documents/phreeqc/phreeqc; \
        rm -f phreeqc; \
        sed "s?TOPDIR=.\{0,80\}?TOPDIR=`pwd`?" bin/phreeqc.orig > phreeqc; \
        chmod 755 phreeqc
cd ..; dir1=`pwd`; cd ~/Documents/phreeqc; if [ `pwd` != $dir1 ]; then \
                ln -s $dir1/phreeqc ~/Documents/phreeqc; \
                echo Symbolic link for phreeqc has been placed in ~/Documents/phreeqc.  ; \
        fi
Symbolic link for phreeqc has been placed in /Users/pontifex/Documents/phreeqc.
if [ -f ~/Documents/phreeqc/phreeqc -a \
             -f ../bin/phreeqc -a \
             -f ../phreeqc ]; \
           then echo "Installation complete."; \
           else echo "Installation incomplete."; \
              for FILE in ~/Documents/phreeqc/phreeqc \
                 ../bin/phreeqc ../phreeqc ; \
              do \
                 if [ ! -f $FILE ]; then echo $FILE is missing.; fi; \
              done; \
           fi
Installation complete.
echo "Add directory ~/Documents/phreeqc to PATH."
Add directory ~/Documents/phreeqc to PATH.
[BrianPB:~/phreeqc2.8/src] pontifex% make install BINDIR=/usr/local/bin
if [ ! -d /usr/local/bin ]; \
           then \
              mkdir /usr/local/bin; \
              echo Created directory /usr/local/bin; \
        fi
mkdir: /usr/local/bin: Permission denied
Created directory /usr/local/bin
cd ..; dir1=`pwd`/bin; cd /usr/local/bin; if [ `pwd` = $dir1 ]; \
                then \
                        echo "Can not install to /usr/local/bin. Choose another directory."; \
                        exit 4 ; \
                fi
/bin/sh: cd: /usr/local/bin: No such file or directory
cd ..; \
        rm -f /usr/local/bin/phreeqc; \
        rm -f phreeqc; \
        sed "s?TOPDIR=.\{0,80\}?TOPDIR=`pwd`?" bin/phreeqc.orig > phreeqc; \
        chmod 755 phreeqc
cd ..; dir1=`pwd`; cd /usr/local/bin; if [ `pwd` != $dir1 ]; then \
                ln -s $dir1/phreeqc /usr/local/bin; \
                echo Symbolic link for phreeqc has been placed in /usr/local/bin.       ; \
        fi
/bin/sh: cd: /usr/local/bin: No such file or directory
if [ -f /usr/local/bin/phreeqc -a \
             -f ../bin/phreeqc -a \
             -f ../phreeqc ]; \
           then echo "Installation complete."; \
           else echo "Installation incomplete."; \
              for FILE in /usr/local/bin/phreeqc \
                 ../bin/phreeqc ../phreeqc ; \
              do \
                 if [ ! -f $FILE ]; then echo $FILE is missing.; fi; \
              done; \
           fi
Installation incomplete.
/usr/local/bin/phreeqc is missing.
echo "Add directory /usr/local/bin to PATH."
Add directory /usr/local/bin to PATH.
[BrianPB:~/phreeqc2.8/src] pontifex% cd ..
[BrianPB:~/phreeqc2.8] pontifex% cd test
[BrianPB:~/phreeqc2.8/test] pontifex% ls
check.sh  clean.sh  test.sh
[BrianPB:~/phreeqc2.8/test] pontifex% ./test.sh
\n\n==============================================================================
Begin processing phreeqc test runs 1 to 18\n
Sun Aug 31 15:14:32 MDT 2003
\n\n==============================================================================
Test run number 1
Input file: ../examples/ex1

Output file: ex1.out

Database file: ../database/phreeqc.dat


Simulation 1.  Initial solution 1.                                              
Done.                                                                          

End of Run.
\n\n==============================================================================
Test run number 2
Input file: ../examples/ex2

Output file: ex2.out

Database file: ../database/phreeqc.dat


Simulation 1.  Reaction step 51.                                                
Done.                                                                          

End of Run.
\n\n==============================================================================
Test run number 3
Input file: ../examples/ex3

Output file: ex3.out

Database file: ../database/phreeqc.dat


Simulation 5.  Reaction step 1.                                                 
Done.                                                                          

End of Run.
\n\n==============================================================================
Test run number 4
Input file: ../examples/ex4

Output file: ex4.out

Database file: ../database/phreeqc.dat


Simulation 2.  Reaction step 1.                                                 
Done.                                                                          

End of Run.
\n\n==============================================================================
Test run number 5
Input file: ../examples/ex5

Output file: ex5.out

Database file: ../database/phreeqc.dat


Simulation 1.  Reaction step 5.                                                 
Done.                                                                          

End of Run.
\n\n==============================================================================
Test run number 6
Input file: ../examples/ex6

Output file: ex6.out

Database file: ../database/phreeqc.dat


Simulation 9.  Kinetic step 7.                                                  
Done.                                                                          

End of Run.
\n\n==============================================================================
Test run number 7
Input file: ../examples/ex7

Output file: ex7.out

Database file: ../database/phreeqc.dat


Simulation 3.  Reaction step 12.                                                
Done.                                                                          

End of Run.
\n\n==============================================================================
Test run number 8
Input file: ../examples/ex8

Output file: ex8.out

Database file: ../database/phreeqc.dat


Simulation 27. Reaction step 1.                                                 
Done.                                                                          

End of Run.
\n\n==============================================================================
Test run number 9
Input file: ../examples/ex9

Output file: ex9.out

Database file: ../database/phreeqc.dat


Simulation 2.  Kinetic step 1.                                                  
WARNING: Element Fe_tri has negative moles in solution, -5.977583e-06. 
        Erroneous mole balance occurs as moles are added to produce zero moles.
        Usually caused by KINETICS, REACTION, or diffuse layer calculation.
        May be due to large time steps in early part of KINETICS simulation or negative concentrations in the diffuse layer.
Simulation 2.  Kinetic step 1.                                                  
WARNING: Element Fe_tri has negative moles in solution, -1.366855e-06. 
        Erroneous mole balance occurs as moles are added to produce zero moles.
        Usually caused by KINETICS, REACTION, or diffuse layer calculation.
        May be due to large time steps in early part of KINETICS simulation or negative concentrations in the diffuse layer.
Simulation 2.  Kinetic step 11.                                                 
Done.                                                                          

End of Run.
\n\n==============================================================================
Test run number 10
Input file: ../examples/ex10

Output file: ex10.out

Database file: ../database/phreeqc.dat


Simulation 6.  Reaction step 100.                                               
Done.                                                                          

End of Run.
\n\n==============================================================================
Test run number 11
Input file: ../examples/ex11

Output file: ex11.out

Database file: ../database/phreeqc.dat


Simulation 1.  Advection, shift 120.      \                                     
WARNING: Cell-lengths were read for 1 cells. Last value is used till cell 40.
WARNING: Dispersivities were read for 1 cells. Last value is used till cell 40.
Transport step 120. Mixrun   4. Cell  40. (Max. iter  15)                       
                                                                                
Done.                                                                          

End of Run.
\n\n==============================================================================
Test run number 12
Input file: ../examples/ex12

Output file: ex12.out

Database file: ../database/phreeqc.dat


Initializing...                                                                 
WARNING: Cell-lengths were read for 1 cells. Last value is used till cell 20.
WARNING: Dispersivities were read for 1 cells. Last value is used till cell 20.
Transport step  19. Mixrun   0. Cell  20. (Max. iter   7)                       
Transport step   1. Mixrun  14. Cell  20. (Max. iter  15)                       
                                                                                
Done.                                                                          

End of Run.
\n\n==============================================================================
Test run number 13
Input file: ../examples/ex13a

Output file: ex13a.out

Database file: ../database/phreeqc.dat


Simulation 2.  Reaction step 1.                                                 
WARNING: Cell-lengths were read for 1 cells. Last value is used till cell 20.
WARNING: Dispersivities were read for 1 cells. Last value is used till cell 20.
Transport step   5. Mixrun   1. Cell  20. (Max. iter   9)                       
Transport step  10. Mixrun   1. Cell  20. (Max. iter   9)                       
                                                                                
Done.                                                                          

End of Run.
Input file: ../examples/ex13b

Output file: ex13b.out

Database file: ../database/phreeqc.dat


Simulation 2.  Reaction step 1.                                                 
WARNING: Cell-lengths were read for 1 cells. Last value is used till cell 20.
WARNING: Dispersivities were read for 1 cells. Last value is used till cell 20.
Transport step   5. Mixrun   1. Cell  20. (Max. iter   9)                       
Transport step  10. Mixrun   1. Cell  20. (Max. iter   9)                       
                                                                                
Done.                                                                          

End of Run.
Input file: ../examples/ex13c

Output file: ex13c.out

Database file: ../database/phreeqc.dat


Simulation 2.  Reaction step 1.                                                 
WARNING: Cell-lengths were read for 1 cells. Last value is used till cell 20.
WARNING: Dispersivities were read for 1 cells. Last value is used till cell 20.
Transport step   5. Mixrun   1. Cell  20. (Max. iter   9)                       
Transport step  10. Mixrun   1. Cell  20. (Max. iter   9)                       
                                                                                
Done.                                                                          

End of Run.
\n\n==============================================================================
Test run number 14
Input file: ../examples/ex14

Output file: ex14.out

Database file: ../database/wateq4f.dat


Simulation 5.  Advection, shift 200.      -                                     
Done.                                                                          

End of Run.
\n\n==============================================================================
Test run number 15
Input file: ../examples/ex15

Output file: ex15.out

Database file: ../examples/ex15.dat


Simulation 2.  Initial solution 1.                                              
WARNING: Cell-lengths were read for 1 cells. Last value is used till cell 10.
WARNING: Dispersivities were read for 1 cells. Last value is used till cell 10.
Transport step  20. Mixrun   1. Cell  10. (RK-steps: Bad   1. OK    2. Time 100%
Transport step  55. Mixrun   1. Cell  10. (RK-steps: Bad   0. OK    1. Time 100%
                                                                                
Done.                                                                          

End of Run.
\n\n==============================================================================
Test run number 16
Input file: ../examples/ex16

Output file: ex16.out

Database file: ../database/phreeqc.dat


Simulation 1.  Inverse 1. Models = 2.                                           
Done.                                                                          

End of Run.
\n\n==============================================================================
Test run number 17
Input file: ../examples/ex17

Output file: ex17.out

Database file: ../database/phreeqc.dat


Simulation 1.  Inverse 1. Models = 1.                                           
Done.                                                                          

End of Run.
\n\n==============================================================================
Test run number 18
Input file: ../examples/ex18

Output file: ex18.out

Database file: ../database/phreeqc.dat


Simulation 1.  Inverse 1. Models = 2.                                           
Done.                                                                          

End of Run.
\n\n==============================================================================
Completed phreeqc test runs 1 to 18\n
--------------------------------------------------------------------------------
comparison of ../examples/ex1.out with ex1.out
FILES ARE IDENTICAL
--------------------------------------------------------------------------------
comparison of ../examples/ex2.out with ex2.out
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex2.sel with ex2.sel
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex3.out with ex3.out
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex4.out with ex4.out
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex5.out with ex5.out
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex5.sel with ex5.sel
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex6.out with ex6.out
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex6A-B.sel with ex6A-B.sel
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex6C.sel with ex6C.sel
FILES ARE IDENTICAL
--------------------------------------------------------------------------------
comparison of ../examples/ex7.out with ex7.out
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex7.sel with ex7.sel
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex8.out with ex8.out
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex8.sel with ex8.sel
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex9.out with ex9.out
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex9.sel with ex9.sel
FILES ARE IDENTICAL
--------------------------------------------------------------------------------
comparison of ../examples/ex10.out with ex10.out
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex10.sel with ex10.sel
FILES ARE IDENTICAL
--------------------------------------------------------------------------------
comparison of ../examples/ex11.out with ex11.out
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex11adv.sel with ex11adv.sel
FILES ARE IDENTICAL
--------------------------------------------------------------------------------
comparison of ../examples/ex11trn.sel with ex11trn.sel
FILES ARE IDENTICAL
--------------------------------------------------------------------------------
comparison of ../examples/ex12.out with ex12.out
FILES ARE IDENTICAL
--------------------------------------------------------------------------------
comparison of ../examples/ex12.sel with ex12.sel
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex13a.out with ex13a.out
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex13a.sel with ex13a.sel
FILES ARE IDENTICAL
--------------------------------------------------------------------------------
comparison of ../examples/ex13b.out with ex13b.out
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex13b.sel with ex13b.sel
FILES ARE IDENTICAL
--------------------------------------------------------------------------------
comparison of ../examples/ex13c.out with ex13c.out
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex13c.sel with ex13c.sel
FILES ARE IDENTICAL
--------------------------------------------------------------------------------
comparison of ../examples/ex14.out with ex14.out
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex14.sel with ex14.sel
FILES ARE IDENTICAL
--------------------------------------------------------------------------------
comparison of ../examples/ex15.out with ex15.out
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex15.sel with ex15.sel
FILES ARE IDENTICAL
--------------------------------------------------------------------------------
comparison of ../examples/ex16.out with ex16.out
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex17.out with ex17.out
FILES DIFFER: see file check.out for differences
--------------------------------------------------------------------------------
comparison of ../examples/ex18.out with ex18.out
FILES DIFFER: see file check.out for differences
[BrianPB:~/phreeqc2.8/test] pontifex% ls
check.out    ex11adv.sel  ex13b.sel    ex16.out     ex5.out      ex8.out
check.sh     ex11trn.sel  ex13c.out    ex17.out     ex5.sel      ex8.sel
clean.sh     ex12.out     ex13c.sel    ex18.out     ex6.out      ex9.out
ex1.out      ex12.sel     ex14.out     ex2.out      ex6A-B.sel   ex9.sel
ex10.out     ex13a.out    ex14.sel     ex2.sel      ex6C.sel     phreeqc.log
ex10.sel     ex13a.sel    ex15.out     ex3.out      ex7.out      test.sh
ex11.out     ex13b.out    ex15.sel     ex4.out      ex7.sel
[BrianPB:~/phreeqc2.8/test] pontifex% bbedit check.out
[BrianPB:~/phreeqc2.8/test] pontifex% 

-- Brian Marshall U.S. Geological Survey (303) 236-7914


Project Home Page
Complete Water Resources Division Software
USGS Home Page
Water Resources Division Home Page
NRP Home Page
Help Page
USGS Privacy Statement       

Please note that some U.S. Geological Survey (USGS) information accessed through this page may be preliminary in nature and presented prior to final review and approval by the Director of the USGS. This information is provided with the understanding that it is not guaranteed to be correct or complete and conclusions drawn from such information are the sole responsibility of the user.

Any use of trade, product, or firm names in this publication is for descriptive purposes only and does not imply endorsement by the U.S. Government. 


The URL of this page is: https://wwwbrr.cr.usgs.gov/projects/GWC_coupled/phreeqc/mail/msg00515.html
Email:dlpark@usgs.gov
Last modified: $Date: 2005-09-13 21:04:21 -0600 (Tue, 13 Sep 2005) $
Visitor number 3207 since Jan 22, 1998.