Thread: SAC installation from Source Code in CYGWIN

Started: 2022-03-12 14:08:09
Last activity: 2022-03-12 14:08:09
Topics: SAC Help
Josphat Mulwa
2022-03-12 14:08:09
Dear ALL,

I am trying to install SAC in cygwin but I have not succeeded even though
the installation processes seem to proceed well.

However, I have noted errors being displayed in the make install process
(last four lines). I have attached text files for the configuration, make
and make install for ease of reference.

I would greatly appreciate any assistance in solving my problem.

Regards,

Josphat

--
-----------------------------------------
A KEBS 9001:2015 Certified
Organization, No. KEBS/QMS/RF:064 Rev. 03


hp@DESKTOP-MULWA2018 ~/sac-102.0
$ ./configure --prefix=/home/hp/sac-102.0 --enable-readline --disable-xmltest --with-libcurl=/
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for Cygwin version... 3.3.4(0.341/5/3)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... CC
checking whether we are using the GNU C++ compiler... no
checking whether CC accepts -g... no
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... no
checking whether gcc accepts -g... no
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for tgoto in -lncurses... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking for library containing add_history... -lreadline
checking for f77... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking for Matlab libraries... Not checked for
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for xpm... no
checking for XpmWriteFileFromPixmap in -lXpm... no
checking for zlib... yes
checking for xml2-config... /usr/bin/xml2-config
checking for libxml - version >= 2.4.0... yes (version 2.9.12)
checking for ranlib... ranlib
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdint.h... (cached) yes
checking for sin in -lm... yes
checking for dlopen in -ldl... yes
checking for lround... yes
checking for fmin... yes
checking for fmax... yes
checking for tolower... yes
checking for toupper... yes
checking for strtof... yes
checking for setenv... yes
checking for vasprintf... yes
checking for strsep... yes
checking for mkstemps... yes
checking for bzero... yes
checking for index... yes
checking for rindex... yes
checking for sleep... yes
checking for strlcpy... yes
checking for strlcat... yes
checking for wordexp... yes
checking for fmemopen... yes
checking for gawk... (cached) gawk
checking for curl-config... no
checking whether libcurl is usable... yes
checking for curl_free... yes
./configure: line 10219: test: -ge: unary operator expected
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating utils/Makefile
config.status: creating libedit/Makefile
config.status: creating libmseed/Makefile
config.status: creating t/Makefile
config.status: creating Makefile
config.status: creating sacio/Makefile
config.status: creating fern/Makefile
config.status: creating evalresp/Makefile
config.status: creating inc/config.h
configure:

Compilation Options for sac (Seismic Analysis Code 102.0)

CFLAGS = -Wall -Wextra
LDFLAGS =
LIBS = -ldl -lm -lreadline -lncurses
Debug =
Optimization =
Database = off
Matlab = off
X11-depth = on
X_LIBS =
X_CFLAGS =
Support = zlib XML
Support LIBS = -lxml2 -lz -llzma -liconv -lm -lz
Support CFLAGS = -I/usr/include/libxml2
Editing = readline
Install Base = /home/hp/sac-102.0
System = win32 (i686-pc-cygwin) (x11)

To compile sac type make

hp@DESKTOP-MULWA2018 ~/sac-102.0
$


hp@DESKTOP-MULWA2018 ~/sac-102.0
$ make install
Making install in libmseed
make[1]: Entering directory '/home/hp/sac-102.0/libmseed'
make[2]: Entering directory '/home/hp/sac-102.0/libmseed'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/hp/sac-102.0/libmseed'
make[1]: Leaving directory '/home/hp/sac-102.0/libmseed'
Making install in evalresp
make[1]: Entering directory '/home/hp/sac-102.0/evalresp'
make[2]: Entering directory '/home/hp/sac-102.0/evalresp'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/hp/sac-102.0/evalresp'
make[1]: Leaving directory '/home/hp/sac-102.0/evalresp'
Making install in fern
make[1]: Entering directory '/home/hp/sac-102.0/fern'
make[2]: Entering directory '/home/hp/sac-102.0/fern'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/hp/sac-102.0/fern'
make[1]: Leaving directory '/home/hp/sac-102.0/fern'
Making install in sacio
make[1]: Entering directory '/home/hp/sac-102.0/sacio'
make[2]: Entering directory '/home/hp/sac-102.0/sacio'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/hp/sac-102.0/sacio'
make[1]: Leaving directory '/home/hp/sac-102.0/sacio'
Making install in src
make[1]: Entering directory '/home/hp/sac-102.0/src'
make[2]: Entering directory '/home/hp/sac-102.0/src'
/usr/bin/mkdir -p '/home/hp/sac-102.0/bin'
/usr/bin/install -c sac.exe '/home/hp/sac-102.0/bin'
/usr/bin/mkdir -p '/home/hp/sac-102.0/lib'
/usr/bin/install -c -m 644 libsacio.a libsac.a '/home/hp/sac-102.0/lib'
( cd '/home/hp/sac-102.0/lib' && ranlib libsacio.a )
( cd '/home/hp/sac-102.0/lib' && ranlib libsac.a )
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/hp/sac-102.0/src'
make[1]: Leaving directory '/home/hp/sac-102.0/src'
Making install in utils
make[1]: Entering directory '/home/hp/sac-102.0/utils'
make[2]: Entering directory '/home/hp/sac-102.0/utils'
/usr/bin/mkdir -p '/home/hp/sac-102.0/bin'
/usr/bin/install -c sgftops.exe sgfswap.exe saclst.exe sacswap.exe sacset.exe sacdiff.exe bbfswap.exe unvis.exe '/home/hp/sac-102.0/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/hp/sac-102.0/utils'
make[1]: Leaving directory '/home/hp/sac-102.0/utils'
Making install in t
make[1]: Entering directory '/home/hp/sac-102.0/t'
make[2]: Entering directory '/home/hp/sac-102.0/t'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/hp/sac-102.0/t'
make[1]: Leaving directory '/home/hp/sac-102.0/t'
make[1]: Entering directory '/home/hp/sac-102.0'
make[2]: Entering directory '/home/hp/sac-102.0'
/usr/bin/mkdir -p '/home/hp/sac-102.0/bin'
/usr/bin/install -c bin/sacinit.sh bin/sacinit.csh bin/sgftoeps.csh bin/sgftox.csh bin/sac-config '/home/hp/sac-102.0/bin'
/usr/bin/install: 'bin/sacinit.sh' and '/home/hp/sac-102.0/bin/sacinit.sh' are the same file
/usr/bin/install: 'bin/sacinit.csh' and '/home/hp/sac-102.0/bin/sacinit.csh' are the same file
/usr/bin/install: 'bin/sgftoeps.csh' and '/home/hp/sac-102.0/bin/sgftoeps.csh' are the same file
/usr/bin/install: 'bin/sgftox.csh' and '/home/hp/sac-102.0/bin/sgftox.csh' are the same file
/usr/bin/install: 'bin/sac-config' and '/home/hp/sac-102.0/bin/sac-config' are the same file
make[2]: *** [Makefile:495: install-binSCRIPTS] Error 1
make[2]: Leaving directory '/home/hp/sac-102.0'
make[1]: *** [Makefile:865: install-am] Error 2
make[1]: Leaving directory '/home/hp/sac-102.0'
make: *** [Makefile:557: install-recursive] Error 1

hp@DESKTOP-MULWA2018 ~/sac-102.0
$

hp@DESKTOP-MULWA2018 ~/sac-102.0
$ make clean
Making clean in libmseed
make[1]: Entering directory '/home/hp/sac-102.0/libmseed'
make[1]: Leaving directory '/home/hp/sac-102.0/libmseed'
Making clean in evalresp
make[1]: Entering directory '/home/hp/sac-102.0/evalresp'
test -z "libevalresp.a libspline.a libmxmlev.a libevalresp_log.a" || rm -f libevalresp.a libspline.a libmxmlev.a libevalresp_log.a
rm -f *.o
rm -f libsrc/evalresp/*.o
rm -f libsrc/evalresp/stationxml2resp/*.o
rm -f libsrc/evalresp_log/*.o
rm -f libsrc/evalresp_log/examples/*.o
rm -f libsrc/mxml/*.o
rm -f libsrc/spline/*.o
make[1]: Leaving directory '/home/hp/sac-102.0/evalresp'
Making clean in fern
make[1]: Entering directory '/home/hp/sac-102.0/fern'
test -z "t/*.test t/test_miniseed*mseed" || rm -f t/*.test t/test_miniseed*mseed
test -z "libfern.a libpile.a" || rm -f libfern.a libpile.a
rm -f *.o
make[1]: Leaving directory '/home/hp/sac-102.0/fern'
Making clean in sacio
make[1]: Entering directory '/home/hp/sac-102.0/sacio'
test -z "t/test*.tmp" || rm -f t/test*.tmp
test -z "libsacio_bsd.a" || rm -f libsacio_bsd.a
rm -f *.o
make[1]: Leaving directory '/home/hp/sac-102.0/sacio'
Making clean in src
make[1]: Entering directory '/home/hp/sac-102.0/src'
test -z "sac.exe" || rm -f sac.exe
test -z "libsacio.a libsac.a" || rm -f libsacio.a libsac.a
test -z "libsac_all.a libSMnonOracleFuncs.a libsac_check.a libsgf.a libturtle.a libicm.a libmsg.a libvars.a libsac_x11.a libSacOracleStubFuncs.a" || rm -f libsac_all.a libSMnonOracleFuncs.a libsac_check.a libsgf.a libturtle.a libicm.a libmsg.a libvars.a libsac_x11.a libSacOracleStubFuncs.a
make[1]: Leaving directory '/home/hp/sac-102.0/src'
Making clean in utils
make[1]: Entering directory '/home/hp/sac-102.0/utils'
test -z "sgftops.exe sgfswap.exe saclst.exe sacswap.exe sacset.exe sacdiff.exe bbfswap.exe unvis.exe" || rm -f sgftops.exe sgfswap.exe saclst.exe sacswap.exe sacset.exe sacdiff.exe bbfswap.exe unvis.exe
rm -f *.o
make[1]: Leaving directory '/home/hp/sac-102.0/utils'
Making clean in t
make[1]: Entering directory '/home/hp/sac-102.0/t'
test -z "use_sac.exe ucf.exe vars.exe sacio.exe icm.exe sacio_all.exe sac_all.exe lckey_test.exe saciof.exe saclibf.exe" || rm -f use_sac.exe ucf.exe vars.exe sacio.exe icm.exe sacio_all.exe sac_all.exe lckey_test.exe saciof.exe saclibf.exe
test -z "libunit.a" || rm -f libunit.a
rm -f *.o
test -z "use_sac.log ucf.log vars.log sacio.log copy_files.sh.log icm.log sacio_all.log sac_all.log lckey_test.log sacio_fortran.sh.log saciof.log saclibf.log testsuite/input/abs.log testsuite/input/add.log testsuite/input/addf.log testsuite/input/alpha.log testsuite/input/apk.log testsuite/input/arraymap.log testsuite/input/axes.log testsuite/input/bandpass.log testsuite/input/bandrej.log testsuite/input/beginwindow.log testsuite/input/benioff.log testsuite/input/binoperr.log testsuite/input/border.log testsuite/input/ch.log testsuite/input/color.log testsuite/input/comcor.log testsuite/input/comment.log testsuite/input/contour.log testsuite/input/convolve.log testsuite/input/copyhdr.log testsuite/input/correlate.log testsuite/input/css.log testsuite/input/cut.log testsuite/input/cuterr.log testsuite/input/cutim.log testsuite/input/decimate.log testsuite/input/deletechannel.log testsuite/input/dif.log testsuite/input/div.log testsuite/input/divf.log testsuite/input/divomega.log testsuite/input/echo.log testsuite/input/empty.log testsuite/input/envelope.log testsuite/input/erase.log testsuite/input/escape.log testsuite/input/evaluate.log testsuite/input/evaluate2.log testsuite/input/exp.log testsuite/input/exp10.log testsuite/input/fg.log testsuite/input/fg_random.log testsuite/input/filterdesign.log testsuite/input/floor.log testsuite/input/full.log testsuite/input/getbb.log testsuite/input/grid.log testsuite/input/hanning.log testsuite/input/help.log testsuite/input/highpass.log testsuite/input/hilbert.log testsuite/input/inicm.log testsuite/input/int.log testsuite/input/interpolate.log testsuite/input/keepam.log testsuite/input/khronhite.log testsuite/input/lh.log testsuite/input/line.log testsuite/input/linefit.log testsuite/input/linlog.log testsuite/input/log.log testsuite/input/log10.log testsuite/input/loglab.log testsuite/input/lowpass.log testsuite/input/makrptp.log testsuite/input/marktimes.log testsuite/input/markvalue.log testsuite/input/mathop.log testsuite/input/merge.log testsuite/input/message.log testsuite/input/mtw.log testsuite/input/mul.log testsuite/input/mulf.log testsuite/input/mulomega.log testsuite/input/oapf.log testsuite/input/ohpf.log testsuite/input/output.log testsuite/input/pause.log testsuite/input/plabel.log testsuite/input/plot.log testsuite/input/plotalpha.log testsuite/input/prewhiten.log testsuite/input/qdp.log testsuite/input/quantize.log testsuite/input/read.log testsuite/input/readalpha.log testsuite/input/readbbf.log testsuite/input/readcomp2.log testsuite/input/readerr.log testsuite/input/readgse.log testsuite/input/readhdr.log testsuite/input/readsdd.log testsuite/input/readsp.log testsuite/input/readtable.log testsuite/input/replace.log testsuite/input/reverse.log testsuite/input/rmean.log testsuite/input/rms.log testsuite/input/rotate.log testsuite/input/rotinc.log testsuite/input/rq.log testsuite/input/rtrend.log testsuite/input/sam_error.log testsuite/input/scallop.log testsuite/input/segy.log testsuite/input/setbb.log testsuite/input/sgf.log testsuite/input/smooth.log testsuite/input/sort.log testsuite/input/spe.log testsuite/input/spectrogram.log testsuite/input/sqr.log testsuite/input/sqrt.log testsuite/input/sss.log testsuite/input/stretch.log testsuite/input/sub.log testsuite/input/subf.log testsuite/input/symbol.log testsuite/input/synchronize.log testsuite/input/systemcommand.log testsuite/input/taper.log testsuite/input/test_break.log testsuite/input/test_do.log testsuite/input/test_if.log testsuite/input/test_macro.log testsuite/input/test_macro_comments.log testsuite/input/test_run.log testsuite/input/ticks.log testsuite/input/title.log testsuite/input/transcript.log testsuite/input/transfer.log testsuite/input/transfer_evresp.log testsuite/input/transfer_fap.log testsuite/input/traveltime.log testsuite/input/unsetbb.log testsuite/input/unwrap.log testsuite/input/vspace.log testsuite/input/weiner.log testsuite/input/wild.log testsuite/input/write.log testsuite/input/writebbf.log testsuite/input/writehdr.log testsuite/input/writesdd.log testsuite/input/writesp.log testsuite/input/writetable.log testsuite/input/xdiv.log testsuite/input/xfir.log testsuite/input/xfudge.log testsuite/input/xgrid.log testsuite/input/xlabel.log testsuite/input/xlim.log testsuite/input/xlin.log testsuite/input/xvport.log testsuite/input/ydiv.log testsuite/input/yfudge.log testsuite/input/ygrid.log testsuite/input/ylabel.log testsuite/input/ylin.log testsuite/input/yvport.log testsuite/input/zaddf.log testsuite/input/zam.log testsuite/input/zfft.log testsuite/input/zifft.log testsuite/input/zprocessline.log testsuite/input/zzzzcd.log testsuite/input/afl_000000.log testsuite/input/afl_000001.log testsuite/input/afl_000002.log testsuite/input/afl_000003.log testsuite/input/afl_000004.log testsuite/input/afl_000005.log testsuite/input/afl_000006.log testsuite/input/afl_000007.log testsuite/input/afl_000008.log testsuite/input/afl_000009.log testsuite/input/afl_000010.log testsuite/input/afl_000011.log testsuite/input/afl_000012.log testsuite/input/julday2.log testsuite/input/long_and_high.log testsuite/input/bbfk.log testsuite/input/v6v7.log testsuite/input/v6v7io.log testsuite/input/v6v7iosp.log testsuite/input/event.log testsuite/input/ibody.log testsuite/input/begindevices.log testsuite/input/report.log testsuite/input/enddevices.log" || rm -f use_sac.log ucf.log vars.log sacio.log copy_files.sh.log icm.log sacio_all.log sac_all.log lckey_test.log sacio_fortran.sh.log saciof.log saclibf.log testsuite/input/abs.log testsuite/input/add.log testsuite/input/addf.log testsuite/input/alpha.log testsuite/input/apk.log testsuite/input/arraymap.log testsuite/input/axes.log testsuite/input/bandpass.log testsuite/input/bandrej.log testsuite/input/beginwindow.log testsuite/input/benioff.log testsuite/input/binoperr.log testsuite/input/border.log testsuite/input/ch.log testsuite/input/color.log testsuite/input/comcor.log testsuite/input/comment.log testsuite/input/contour.log testsuite/input/convolve.log testsuite/input/copyhdr.log testsuite/input/correlate.log testsuite/input/css.log testsuite/input/cut.log testsuite/input/cuterr.log testsuite/input/cutim.log testsuite/input/decimate.log testsuite/input/deletechannel.log testsuite/input/dif.log testsuite/input/div.log testsuite/input/divf.log testsuite/input/divomega.log testsuite/input/echo.log testsuite/input/empty.log testsuite/input/envelope.log testsuite/input/erase.log testsuite/input/escape.log testsuite/input/evaluate.log testsuite/input/evaluate2.log testsuite/input/exp.log testsuite/input/exp10.log testsuite/input/fg.log testsuite/input/fg_random.log testsuite/input/filterdesign.log testsuite/input/floor.log testsuite/input/full.log testsuite/input/getbb.log testsuite/input/grid.log testsuite/input/hanning.log testsuite/input/help.log testsuite/input/highpass.log testsuite/input/hilbert.log testsuite/input/inicm.log testsuite/input/int.log testsuite/input/interpolate.log testsuite/input/keepam.log testsuite/input/khronhite.log testsuite/input/lh.log testsuite/input/line.log testsuite/input/linefit.log testsuite/input/linlog.log testsuite/input/log.log testsuite/input/log10.log testsuite/input/loglab.log testsuite/input/lowpass.log testsuite/input/makrptp.log testsuite/input/marktimes.log testsuite/input/markvalue.log testsuite/input/mathop.log testsuite/input/merge.log testsuite/input/message.log testsuite/input/mtw.log testsuite/input/mul.log testsuite/input/mulf.log testsuite/input/mulomega.log testsuite/input/oapf.log testsuite/input/ohpf.log testsuite/input/output.log testsuite/input/pause.log testsuite/input/plabel.log testsuite/input/plot.log testsuite/input/plotalpha.log testsuite/input/prewhiten.log testsuite/input/qdp.log testsuite/input/quantize.log testsuite/input/read.log testsuite/input/readalpha.log testsuite/input/readbbf.log testsuite/input/readcomp2.log testsuite/input/readerr.log testsuite/input/readgse.log testsuite/input/readhdr.log testsuite/input/readsdd.log testsuite/input/readsp.log testsuite/input/readtable.log testsuite/input/replace.log testsuite/input/reverse.log testsuite/input/rmean.log testsuite/input/rms.log testsuite/input/rotate.log testsuite/input/rotinc.log testsuite/input/rq.log testsuite/input/rtrend.log testsuite/input/sam_error.log testsuite/input/scallop.log testsuite/input/segy.log testsuite/input/setbb.log testsuite/input/sgf.log testsuite/input/smooth.log testsuite/input/sort.log testsuite/input/spe.log testsuite/input/spectrogram.log testsuite/input/sqr.log testsuite/input/sqrt.log testsuite/input/sss.log testsuite/input/stretch.log testsuite/input/sub.log testsuite/input/subf.log testsuite/input/symbol.log testsuite/input/synchronize.log testsuite/input/systemcommand.log testsuite/input/taper.log testsuite/input/test_break.log testsuite/input/test_do.log testsuite/input/test_if.log testsuite/input/test_macro.log testsuite/input/test_macro_comments.log testsuite/input/test_run.log testsuite/input/ticks.log testsuite/input/title.log testsuite/input/transcript.log testsuite/input/transfer.log testsuite/input/transfer_evresp.log testsuite/input/transfer_fap.log testsuite/input/traveltime.log testsuite/input/unsetbb.log testsuite/input/unwrap.log testsuite/input/vspace.log testsuite/input/weiner.log testsuite/input/wild.log testsuite/input/write.log testsuite/input/writebbf.log testsuite/input/writehdr.log testsuite/input/writesdd.log testsuite/input/writesp.log testsuite/input/writetable.log testsuite/input/xdiv.log testsuite/input/xfir.log testsuite/input/xfudge.log testsuite/input/xgrid.log testsuite/input/xlabel.log testsuite/input/xlim.log testsuite/input/xlin.log testsuite/input/xvport.log testsuite/input/ydiv.log testsuite/input/yfudge.log testsuite/input/ygrid.log testsuite/input/ylabel.log testsuite/input/ylin.log testsuite/input/yvport.log testsuite/input/zaddf.log testsuite/input/zam.log testsuite/input/zfft.log testsuite/input/zifft.log testsuite/input/zprocessline.log testsuite/input/zzzzcd.log testsuite/input/afl_000000.log testsuite/input/afl_000001.log testsuite/input/afl_000002.log testsuite/input/afl_000003.log testsuite/input/afl_000004.log testsuite/input/afl_000005.log testsuite/input/afl_000006.log testsuite/input/afl_000007.log testsuite/input/afl_000008.log testsuite/input/afl_000009.log testsuite/input/afl_000010.log testsuite/input/afl_000011.log testsuite/input/afl_000012.log testsuite/input/julday2.log testsuite/input/long_and_high.log testsuite/input/bbfk.log testsuite/input/v6v7.log testsuite/input/v6v7io.log testsuite/input/v6v7iosp.log testsuite/input/event.log testsuite/input/ibody.log testsuite/input/begindevices.log testsuite/input/report.log testsuite/input/enddevices.log
test -z "use_sac.trs ucf.trs vars.trs sacio.trs copy_files.sh.trs icm.trs sacio_all.trs sac_all.trs lckey_test.trs sacio_fortran.sh.trs saciof.trs saclibf.trs testsuite/input/abs.trs testsuite/input/add.trs testsuite/input/addf.trs testsuite/input/alpha.trs testsuite/input/apk.trs testsuite/input/arraymap.trs testsuite/input/axes.trs testsuite/input/bandpass.trs testsuite/input/bandrej.trs testsuite/input/beginwindow.trs testsuite/input/benioff.trs testsuite/input/binoperr.trs testsuite/input/border.trs testsuite/input/ch.trs testsuite/input/color.trs testsuite/input/comcor.trs testsuite/input/comment.trs testsuite/input/contour.trs testsuite/input/convolve.trs testsuite/input/copyhdr.trs testsuite/input/correlate.trs testsuite/input/css.trs testsuite/input/cut.trs testsuite/input/cuterr.trs testsuite/input/cutim.trs testsuite/input/decimate.trs testsuite/input/deletechannel.trs testsuite/input/dif.trs testsuite/input/div.trs testsuite/input/divf.trs testsuite/input/divomega.trs testsuite/input/echo.trs testsuite/input/empty.trs testsuite/input/envelope.trs testsuite/input/erase.trs testsuite/input/escape.trs testsuite/input/evaluate.trs testsuite/input/evaluate2.trs testsuite/input/exp.trs testsuite/input/exp10.trs testsuite/input/fg.trs testsuite/input/fg_random.trs testsuite/input/filterdesign.trs testsuite/input/floor.trs testsuite/input/full.trs testsuite/input/getbb.trs testsuite/input/grid.trs testsuite/input/hanning.trs testsuite/input/help.trs testsuite/input/highpass.trs testsuite/input/hilbert.trs testsuite/input/inicm.trs testsuite/input/int.trs testsuite/input/interpolate.trs testsuite/input/keepam.trs testsuite/input/khronhite.trs testsuite/input/lh.trs testsuite/input/line.trs testsuite/input/linefit.trs testsuite/input/linlog.trs testsuite/input/log.trs testsuite/input/log10.trs testsuite/input/loglab.trs testsuite/input/lowpass.trs testsuite/input/makrptp.trs testsuite/input/marktimes.trs testsuite/input/markvalue.trs testsuite/input/mathop.trs testsuite/input/merge.trs testsuite/input/message.trs testsuite/input/mtw.trs testsuite/input/mul.trs testsuite/input/mulf.trs testsuite/input/mulomega.trs testsuite/input/oapf.trs testsuite/input/ohpf.trs testsuite/input/output.trs testsuite/input/pause.trs testsuite/input/plabel.trs testsuite/input/plot.trs testsuite/input/plotalpha.trs testsuite/input/prewhiten.trs testsuite/input/qdp.trs testsuite/input/quantize.trs testsuite/input/read.trs testsuite/input/readalpha.trs testsuite/input/readbbf.trs testsuite/input/readcomp2.trs testsuite/input/readerr.trs testsuite/input/readgse.trs testsuite/input/readhdr.trs testsuite/input/readsdd.trs testsuite/input/readsp.trs testsuite/input/readtable.trs testsuite/input/replace.trs testsuite/input/reverse.trs testsuite/input/rmean.trs testsuite/input/rms.trs testsuite/input/rotate.trs testsuite/input/rotinc.trs testsuite/input/rq.trs testsuite/input/rtrend.trs testsuite/input/sam_error.trs testsuite/input/scallop.trs testsuite/input/segy.trs testsuite/input/setbb.trs testsuite/input/sgf.trs testsuite/input/smooth.trs testsuite/input/sort.trs testsuite/input/spe.trs testsuite/input/spectrogram.trs testsuite/input/sqr.trs testsuite/input/sqrt.trs testsuite/input/sss.trs testsuite/input/stretch.trs testsuite/input/sub.trs testsuite/input/subf.trs testsuite/input/symbol.trs testsuite/input/synchronize.trs testsuite/input/systemcommand.trs testsuite/input/taper.trs testsuite/input/test_break.trs testsuite/input/test_do.trs testsuite/input/test_if.trs testsuite/input/test_macro.trs testsuite/input/test_macro_comments.trs testsuite/input/test_run.trs testsuite/input/ticks.trs testsuite/input/title.trs testsuite/input/transcript.trs testsuite/input/transfer.trs testsuite/input/transfer_evresp.trs testsuite/input/transfer_fap.trs testsuite/input/traveltime.trs testsuite/input/unsetbb.trs testsuite/input/unwrap.trs testsuite/input/vspace.trs testsuite/input/weiner.trs testsuite/input/wild.trs testsuite/input/write.trs testsuite/input/writebbf.trs testsuite/input/writehdr.trs testsuite/input/writesdd.trs testsuite/input/writesp.trs testsuite/input/writetable.trs testsuite/input/xdiv.trs testsuite/input/xfir.trs testsuite/input/xfudge.trs testsuite/input/xgrid.trs testsuite/input/xlabel.trs testsuite/input/xlim.trs testsuite/input/xlin.trs testsuite/input/xvport.trs testsuite/input/ydiv.trs testsuite/input/yfudge.trs testsuite/input/ygrid.trs testsuite/input/ylabel.trs testsuite/input/ylin.trs testsuite/input/yvport.trs testsuite/input/zaddf.trs testsuite/input/zam.trs testsuite/input/zfft.trs testsuite/input/zifft.trs testsuite/input/zprocessline.trs testsuite/input/zzzzcd.trs testsuite/input/afl_000000.trs testsuite/input/afl_000001.trs testsuite/input/afl_000002.trs testsuite/input/afl_000003.trs testsuite/input/afl_000004.trs testsuite/input/afl_000005.trs testsuite/input/afl_000006.trs testsuite/input/afl_000007.trs testsuite/input/afl_000008.trs testsuite/input/afl_000009.trs testsuite/input/afl_000010.trs testsuite/input/afl_000011.trs testsuite/input/afl_000012.trs testsuite/input/julday2.trs testsuite/input/long_and_high.trs testsuite/input/bbfk.trs testsuite/input/v6v7.trs testsuite/input/v6v7io.trs testsuite/input/v6v7iosp.trs testsuite/input/event.trs testsuite/input/ibody.trs testsuite/input/begindevices.trs testsuite/input/report.trs testsuite/input/enddevices.trs" || rm -f use_sac.trs ucf.trs vars.trs sacio.trs copy_files.sh.trs icm.trs sacio_all.trs sac_all.trs lckey_test.trs sacio_fortran.sh.trs saciof.trs saclibf.trs testsuite/input/abs.trs testsuite/input/add.trs testsuite/input/addf.trs testsuite/input/alpha.trs testsuite/input/apk.trs testsuite/input/arraymap.trs testsuite/input/axes.trs testsuite/input/bandpass.trs testsuite/input/bandrej.trs testsuite/input/beginwindow.trs testsuite/input/benioff.trs testsuite/input/binoperr.trs testsuite/input/border.trs testsuite/input/ch.trs testsuite/input/color.trs testsuite/input/comcor.trs testsuite/input/comment.trs testsuite/input/contour.trs testsuite/input/convolve.trs testsuite/input/copyhdr.trs testsuite/input/correlate.trs testsuite/input/css.trs testsuite/input/cut.trs testsuite/input/cuterr.trs testsuite/input/cutim.trs testsuite/input/decimate.trs testsuite/input/deletechannel.trs testsuite/input/dif.trs testsuite/input/div.trs testsuite/input/divf.trs testsuite/input/divomega.trs testsuite/input/echo.trs testsuite/input/empty.trs testsuite/input/envelope.trs testsuite/input/erase.trs testsuite/input/escape.trs testsuite/input/evaluate.trs testsuite/input/evaluate2.trs testsuite/input/exp.trs testsuite/input/exp10.trs testsuite/input/fg.trs testsuite/input/fg_random.trs testsuite/input/filterdesign.trs testsuite/input/floor.trs testsuite/input/full.trs testsuite/input/getbb.trs testsuite/input/grid.trs testsuite/input/hanning.trs testsuite/input/help.trs testsuite/input/highpass.trs testsuite/input/hilbert.trs testsuite/input/inicm.trs testsuite/input/int.trs testsuite/input/interpolate.trs testsuite/input/keepam.trs testsuite/input/khronhite.trs testsuite/input/lh.trs testsuite/input/line.trs testsuite/input/linefit.trs testsuite/input/linlog.trs testsuite/input/log.trs testsuite/input/log10.trs testsuite/input/loglab.trs testsuite/input/lowpass.trs testsuite/input/makrptp.trs testsuite/input/marktimes.trs testsuite/input/markvalue.trs testsuite/input/mathop.trs testsuite/input/merge.trs testsuite/input/message.trs testsuite/input/mtw.trs testsuite/input/mul.trs testsuite/input/mulf.trs testsuite/input/mulomega.trs testsuite/input/oapf.trs testsuite/input/ohpf.trs testsuite/input/output.trs testsuite/input/pause.trs testsuite/input/plabel.trs testsuite/input/plot.trs testsuite/input/plotalpha.trs testsuite/input/prewhiten.trs testsuite/input/qdp.trs testsuite/input/quantize.trs testsuite/input/read.trs testsuite/input/readalpha.trs testsuite/input/readbbf.trs testsuite/input/readcomp2.trs testsuite/input/readerr.trs testsuite/input/readgse.trs testsuite/input/readhdr.trs testsuite/input/readsdd.trs testsuite/input/readsp.trs testsuite/input/readtable.trs testsuite/input/replace.trs testsuite/input/reverse.trs testsuite/input/rmean.trs testsuite/input/rms.trs testsuite/input/rotate.trs testsuite/input/rotinc.trs testsuite/input/rq.trs testsuite/input/rtrend.trs testsuite/input/sam_error.trs testsuite/input/scallop.trs testsuite/input/segy.trs testsuite/input/setbb.trs testsuite/input/sgf.trs testsuite/input/smooth.trs testsuite/input/sort.trs testsuite/input/spe.trs testsuite/input/spectrogram.trs testsuite/input/sqr.trs testsuite/input/sqrt.trs testsuite/input/sss.trs testsuite/input/stretch.trs testsuite/input/sub.trs testsuite/input/subf.trs testsuite/input/symbol.trs testsuite/input/synchronize.trs testsuite/input/systemcommand.trs testsuite/input/taper.trs testsuite/input/test_break.trs testsuite/input/test_do.trs testsuite/input/test_if.trs testsuite/input/test_macro.trs testsuite/input/test_macro_comments.trs testsuite/input/test_run.trs testsuite/input/ticks.trs testsuite/input/title.trs testsuite/input/transcript.trs testsuite/input/transfer.trs testsuite/input/transfer_evresp.trs testsuite/input/transfer_fap.trs testsuite/input/traveltime.trs testsuite/input/unsetbb.trs testsuite/input/unwrap.trs testsuite/input/vspace.trs testsuite/input/weiner.trs testsuite/input/wild.trs testsuite/input/write.trs testsuite/input/writebbf.trs testsuite/input/writehdr.trs testsuite/input/writesdd.trs testsuite/input/writesp.trs testsuite/input/writetable.trs testsuite/input/xdiv.trs testsuite/input/xfir.trs testsuite/input/xfudge.trs testsuite/input/xgrid.trs testsuite/input/xlabel.trs testsuite/input/xlim.trs testsuite/input/xlin.trs testsuite/input/xvport.trs testsuite/input/ydiv.trs testsuite/input/yfudge.trs testsuite/input/ygrid.trs testsuite/input/ylabel.trs testsuite/input/ylin.trs testsuite/input/yvport.trs testsuite/input/zaddf.trs testsuite/input/zam.trs testsuite/input/zfft.trs testsuite/input/zifft.trs testsuite/input/zprocessline.trs testsuite/input/zzzzcd.trs testsuite/input/afl_000000.trs testsuite/input/afl_000001.trs testsuite/input/afl_000002.trs testsuite/input/afl_000003.trs testsuite/input/afl_000004.trs testsuite/input/afl_000005.trs testsuite/input/afl_000006.trs testsuite/input/afl_000007.trs testsuite/input/afl_000008.trs testsuite/input/afl_000009.trs testsuite/input/afl_000010.trs testsuite/input/afl_000011.trs testsuite/input/afl_000012.trs testsuite/input/julday2.trs testsuite/input/long_and_high.trs testsuite/input/bbfk.trs testsuite/input/v6v7.trs testsuite/input/v6v7io.trs testsuite/input/v6v7iosp.trs testsuite/input/event.trs testsuite/input/ibody.trs testsuite/input/begindevices.trs testsuite/input/report.trs testsuite/input/enddevices.trs
test -z "test-suite.log" || rm -f test-suite.log
make[1]: Leaving directory '/home/hp/sac-102.0/t'
make[1]: Entering directory '/home/hp/sac-102.0'
test -z "bin/sacinit.sh bin/sacinit.csh bin/sac-config" || rm -f bin/sacinit.sh bin/sacinit.csh bin/sac-config
make[1]: Leaving directory '/home/hp/sac-102.0'

hp@DESKTOP-MULWA2018 ~/sac-102.0
$ make
Making all in libmseed
make[1]: Entering directory '/home/hp/sac-102.0/libmseed'
gcc -Wall -Wextra -c fileutils.c -o fileutils.o
gcc -Wall -Wextra -c genutils.c -o genutils.o
gcc -Wall -Wextra -c gswap.c -o gswap.o
gcc -Wall -Wextra -c lmplatform.c -o lmplatform.o
gcc -Wall -Wextra -c lookup.c -o lookup.o
gcc -Wall -Wextra -c parson.c -o parson.o
gcc -Wall -Wextra -c msrutils.c -o msrutils.o
gcc -Wall -Wextra -c extraheaders.c -o extraheaders.o
gcc -Wall -Wextra -c pack.c -o pack.o
gcc -Wall -Wextra -c packdata.c -o packdata.o
gcc -Wall -Wextra -c tracelist.c -o tracelist.o
gcc -Wall -Wextra -c gmtime64.c -o gmtime64.o
gcc -Wall -Wextra -c crc32c.c -o crc32c.o
gcc -Wall -Wextra -c parseutils.c -o parseutils.o
gcc -Wall -Wextra -c unpack.c -o unpack.o
gcc -Wall -Wextra -c unpackdata.c -o unpackdata.o
gcc -Wall -Wextra -c selection.c -o selection.o
gcc -Wall -Wextra -c logging.c -o logging.o
rm -f -f libmseed.a
ar -crs libmseed.a fileutils.o genutils.o gswap.o lmplatform.o lookup.o parson.o msrutils.o extraheaders.o pack.o packdata.o tracelist.o gmtime64.o crc32c.o parseutils.o unpack.o unpackdata.o selection.o logging.o
make[1]: Leaving directory '/home/hp/sac-102.0/libmseed'
Making all in evalresp
make[1]: Entering directory '/home/hp/sac-102.0/evalresp'
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -g -I../evalresp/libsrc/mxml -Wall -Wextra -c -o libsrc/evalresp/libevalresp_a-alloc_fctns.o `test -f 'libsrc/evalresp/alloc_fctns.c' || echo './'`libsrc/evalresp/alloc_fctns.c
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -g -I../evalresp/libsrc/mxml -Wall -Wextra -c -o libsrc/evalresp/libevalresp_a-calc_fctns.o `test -f 'libsrc/evalresp/calc_fctns.c' || echo './'`libsrc/evalresp/calc_fctns.c
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -g -I../evalresp/libsrc/mxml -Wall -Wextra -c -o libsrc/evalresp/libevalresp_a-evaluation.o `test -f 'libsrc/evalresp/evaluation.c' || echo './'`libsrc/evalresp/evaluation.c
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -g -I../evalresp/libsrc/mxml -Wall -Wextra -c -o libsrc/evalresp/libevalresp_a-file_ops.o `test -f 'libsrc/evalresp/file_ops.c' || echo './'`libsrc/evalresp/file_ops.c
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -g -I../evalresp/libsrc/mxml -Wall -Wextra -c -o libsrc/evalresp/libevalresp_a-highlevel.o `test -f 'libsrc/evalresp/highlevel.c' || echo './'`libsrc/evalresp/highlevel.c
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -g -I../evalresp/libsrc/mxml -Wall -Wextra -c -o libsrc/evalresp/libevalresp_a-input.o `test -f 'libsrc/evalresp/input.c' || echo './'`libsrc/evalresp/input.c
In file included from libsrc/evalresp/./private.h:82,
from libsrc/evalresp/input.c:8:
libsrc/evalresp/input.c: In function ‘blank_line’:
libsrc/evalresp/input.c:97:23: warning: array subscript has type ‘char’ [-Wchar-subscripts]
97 | if (!isspace (line[i]))
| ~~~~^~~
libsrc/evalresp/input.c: In function ‘read_line’:
libsrc/evalresp/input.c:196:40: warning: array subscript has type ‘char’ [-Wchar-subscripts]
196 | for (lcl_ptr++; *lcl_ptr && isspace (*lcl_ptr); lcl_ptr++)
| ^~~~~~~~
libsrc/evalresp/input.c: In function ‘parse_int’:
libsrc/evalresp/input.c:3138:19: warning: array subscript has type ‘char’ [-Wchar-subscripts]
3138 | while (isspace (*end))
| ^~~~
libsrc/evalresp/input.c: In function ‘parse_double’:
libsrc/evalresp/input.c:3154:19: warning: array subscript has type ‘char’ [-Wchar-subscripts]
3154 | while (isspace (*end))
| ^~~~
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -g -I../evalresp/libsrc/mxml -Wall -Wextra -c -o libsrc/evalresp/libevalresp_a-legacy_interface.o `test -f 'libsrc/evalresp/legacy_interface.c' || echo './'`libsrc/evalresp/legacy_interface.c
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -g -I../evalresp/libsrc/mxml -Wall -Wextra -c -o libsrc/evalresp/libevalresp_a-output.o `test -f 'libsrc/evalresp/output.c' || echo './'`libsrc/evalresp/output.c
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -g -I../evalresp/libsrc/mxml -Wall -Wextra -c -o libsrc/evalresp/libevalresp_a-regerror.o `test -f 'libsrc/evalresp/regerror.c' || echo './'`libsrc/evalresp/regerror.c
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -g -I../evalresp/libsrc/mxml -Wall -Wextra -c -o libsrc/evalresp/libevalresp_a-regexp.o `test -f 'libsrc/evalresp/regexp.c' || echo './'`libsrc/evalresp/regexp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -g -I../evalresp/libsrc/mxml -Wall -Wextra -c -o libsrc/evalresp/libevalresp_a-regsub.o `test -f 'libsrc/evalresp/regsub.c' || echo './'`libsrc/evalresp/regsub.c
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -g -I../evalresp/libsrc/mxml -Wall -Wextra -c -o libsrc/evalresp/libevalresp_a-resp_fctns.o `test -f 'libsrc/evalresp/resp_fctns.c' || echo './'`libsrc/evalresp/resp_fctns.c
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -g -I../evalresp/libsrc/mxml -Wall -Wextra -c -o libsrc/evalresp/libevalresp_a-spline.o `test -f 'libsrc/evalresp/spline.c' || echo './'`libsrc/evalresp/spline.c
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -g -I../evalresp/libsrc/mxml -Wall -Wextra -c -o libsrc/evalresp/stationxml2resp/libevalresp_a-dom_to_seed.o `test -f 'libsrc/evalresp/stationxml2resp/dom_to_seed.c' || echo './'`libsrc/evalresp/stationxml2resp/dom_to_seed.c
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -g -I../evalresp/libsrc/mxml -Wall -Wextra -c -o libsrc/evalresp/stationxml2resp/libevalresp_a-wrappers.o `test -f 'libsrc/evalresp/stationxml2resp/wrappers.c' || echo './'`libsrc/evalresp/stationxml2resp/wrappers.c
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -g -I../evalresp/libsrc/mxml -Wall -Wextra -c -o libsrc/evalresp/stationxml2resp/libevalresp_a-xml_to_dom.o `test -f 'libsrc/evalresp/stationxml2resp/xml_to_dom.c' || echo './'`libsrc/evalresp/stationxml2resp/xml_to_dom.c
In file included from ../evalresp/libsrc/mxml/mxml.h:29,
from libsrc/evalresp/stationxml2resp/xml_to_dom.c:3:
libsrc/evalresp/stationxml2resp/xml_to_dom.c: In function ‘int_element’:
libsrc/evalresp/stationxml2resp/xml_to_dom.c:174:24: warning: array subscript has type ‘char’ [-Wchar-subscripts]
174 | while (isspace(*end)) end++;
| ^~~~
libsrc/evalresp/stationxml2resp/xml_to_dom.c: In function ‘double_element’:
libsrc/evalresp/stationxml2resp/xml_to_dom.c:195:24: warning: array subscript has type ‘char’ [-Wchar-subscripts]
195 | while (isspace(*end)) end++;
| ^~~~
rm -f libevalresp.a
ar cru libevalresp.a libsrc/evalresp/libevalresp_a-alloc_fctns.o libsrc/evalresp/libevalresp_a-calc_fctns.o libsrc/evalresp/libevalresp_a-evaluation.o libsrc/evalresp/libevalresp_a-file_ops.o libsrc/evalresp/libevalresp_a-highlevel.o libsrc/evalresp/libevalresp_a-input.o libsrc/evalresp/libevalresp_a-legacy_interface.o libsrc/evalresp/libevalresp_a-output.o libsrc/evalresp/libevalresp_a-regerror.o libsrc/evalresp/libevalresp_a-regexp.o libsrc/evalresp/libevalresp_a-regsub.o libsrc/evalresp/libevalresp_a-resp_fctns.o libsrc/evalresp/libevalresp_a-spline.o libsrc/evalresp/stationxml2resp/libevalresp_a-dom_to_seed.o libsrc/evalresp/stationxml2resp/libevalresp_a-wrappers.o libsrc/evalresp/stationxml2resp/libevalresp_a-xml_to_dom.o
ranlib libevalresp.a
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -I../evalresp/libsrc/evalresp_log -Wall -Wextra -c -o libsrc/spline/libspline_a-spline.o `test -f 'libsrc/spline/spline.c' || echo './'`libsrc/spline/spline.c
rm -f libspline.a
ar cru libspline.a libsrc/spline/libspline_a-spline.o
ranlib libspline.a
gcc -DHAVE_CONFIG_H -I. -I../inc -Wall -Wextra -c -o libsrc/mxml/mmd.o libsrc/mxml/mmd.c
gcc -DHAVE_CONFIG_H -I. -I../inc -Wall -Wextra -c -o libsrc/mxml/mxml-attr.o libsrc/mxml/mxml-attr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -Wall -Wextra -c -o libsrc/mxml/mxml-entity.o libsrc/mxml/mxml-entity.c
gcc -DHAVE_CONFIG_H -I. -I../inc -Wall -Wextra -c -o libsrc/mxml/mxml-file.o libsrc/mxml/mxml-file.c
gcc -DHAVE_CONFIG_H -I. -I../inc -Wall -Wextra -c -o libsrc/mxml/mxml-get.o libsrc/mxml/mxml-get.c
gcc -DHAVE_CONFIG_H -I. -I../inc -Wall -Wextra -c -o libsrc/mxml/mxml-index.o libsrc/mxml/mxml-index.c
gcc -DHAVE_CONFIG_H -I. -I../inc -Wall -Wextra -c -o libsrc/mxml/mxml-node.o libsrc/mxml/mxml-node.c
gcc -DHAVE_CONFIG_H -I. -I../inc -Wall -Wextra -c -o libsrc/mxml/mxml-private.o libsrc/mxml/mxml-private.c
gcc -DHAVE_CONFIG_H -I. -I../inc -Wall -Wextra -c -o libsrc/mxml/mxml-search.o libsrc/mxml/mxml-search.c
gcc -DHAVE_CONFIG_H -I. -I../inc -Wall -Wextra -c -o libsrc/mxml/mxml-set.o libsrc/mxml/mxml-set.c
gcc -DHAVE_CONFIG_H -I. -I../inc -Wall -Wextra -c -o libsrc/mxml/mxml-string.o libsrc/mxml/mxml-string.c
gcc -DHAVE_CONFIG_H -I. -I../inc -Wall -Wextra -c -o libsrc/mxml/mxmldoc.o libsrc/mxml/mxmldoc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -Wall -Wextra -c -o libsrc/mxml/testmxml.o libsrc/mxml/testmxml.c
gcc -DHAVE_CONFIG_H -I. -I../inc -Wall -Wextra -c -o libsrc/mxml/zipc.o libsrc/mxml/zipc.c
libsrc/mxml/zipc.c: In function ‘zipcOpen’:
libsrc/mxml/zipc.c:1063:49: warning: comparison of integer expressions of different signedness: ‘ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare]
1063 | if (zipc_read(zc, cfile, cfile_len) < cfile_len)
| ^
rm -f libmxmlev.a
ar cru libmxmlev.a libsrc/mxml/mmd.o libsrc/mxml/mxml-attr.o libsrc/mxml/mxml-entity.o libsrc/mxml/mxml-file.o libsrc/mxml/mxml-get.o libsrc/mxml/mxml-index.o libsrc/mxml/mxml-node.o libsrc/mxml/mxml-private.o libsrc/mxml/mxml-search.o libsrc/mxml/mxml-set.o libsrc/mxml/mxml-string.o libsrc/mxml/mxmldoc.o libsrc/mxml/testmxml.o libsrc/mxml/zipc.o
ranlib libmxmlev.a
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -I../evalresp/libsrc/evalresp_log -Wall -Wextra -c -o libsrc/evalresp_log/libevalresp_log_a-helpers.o `test -f 'libsrc/evalresp_log/helpers.c' || echo './'`libsrc/evalresp_log/helpers.c
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -I../evalresp/libsrc/evalresp_log -Wall -Wextra -c -o libsrc/evalresp_log/libevalresp_log_a-log.o `test -f 'libsrc/evalresp_log/log.c' || echo './'`libsrc/evalresp_log/log.c
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -I../evalresp/libsrc/evalresp_log -Wall -Wextra -c -o libsrc/evalresp_log/examples/libevalresp_log_a-to_file.o `test -f 'libsrc/evalresp_log/examples/to_file.c' || echo './'`libsrc/evalresp_log/examples/to_file.c
gcc -DHAVE_CONFIG_H -I. -I../inc -I../evalresp/libsrc/ -I../evalresp/libsrc/evalresp_log -Wall -Wextra -c -o libsrc/evalresp_log/examples/libevalresp_log_a-to_syslog.o `test -f 'libsrc/evalresp_log/examples/to_syslog.c' || echo './'`libsrc/evalresp_log/examples/to_syslog.c
rm -f libevalresp_log.a
ar cru libevalresp_log.a libsrc/evalresp_log/libevalresp_log_a-helpers.o libsrc/evalresp_log/libevalresp_log_a-log.o libsrc/evalresp_log/examples/libevalresp_log_a-to_file.o libsrc/evalresp_log/examples/libevalresp_log_a-to_syslog.o
ranlib libevalresp_log.a
make[1]: Leaving directory '/home/hp/sac-102.0/evalresp'
Making all in fern
make[1]: Entering directory '/home/hp/sac-102.0/fern'
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -I/usr/include/libxml2 -I//include -I.. -Wall -Wextra -c -o cJSON.o cJSON.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -I/usr/include/libxml2 -I//include -I.. -Wall -Wextra -c -o datareq.o datareq.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -I/usr/include/libxml2 -I//include -I.. -Wall -Wextra -c -o event.o event.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -I/usr/include/libxml2 -I//include -I.. -Wall -Wextra -c -o json.o json.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -I/usr/include/libxml2 -I//include -I.. -Wall -Wextra -c -o meta.o meta.c
In file included from ../libmseed/libmseed.h:43,
from datareq.h:11,
from meta.c:14:
meta.c: In function ‘station_meta_parse’:
meta.c:489:23: warning: array subscript has type ‘char’ [-Wchar-subscripts]
489 | while(isspace(*p)) {
| ^~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -I/usr/include/libxml2 -I//include -I.. -Wall -Wextra -c -o miniseed_sac.o miniseed_sac.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -I/usr/include/libxml2 -I//include -I.. -Wall -Wextra -c -o quake_xml.o quake_xml.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -I/usr/include/libxml2 -I//include -I.. -Wall -Wextra -c -o request.o request.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -I/usr/include/libxml2 -I//include -I.. -Wall -Wextra -c -o response.o response.c
response.c: In function ‘response_filename’:
response.c:162:13: warning: ‘snprintf’ argument 4 overlaps destination object ‘dst’ [-Wrestrict]
162 | snprintf(dst, n, "%s.%s", dst, empty_if_wild(tmp));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
response.c:153:13: warning: ‘snprintf’ argument 4 overlaps destination object ‘dst’ [-Wrestrict]
153 | snprintf(dst, n, "%s%s", dst,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
154 | arg_to_string(a1, tmp, sizeof(tmp)));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
response.c:155:13: warning: ‘snprintf’ argument 4 overlaps destination object ‘dst’ [-Wrestrict]
155 | snprintf(dst, n, "%s_%s", dst,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | arg_to_string(a2, tmp, sizeof(tmp)));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
response.c:150:13: warning: ‘snprintf’ argument 4 overlaps destination object ‘dst’ [-Wrestrict]
150 | snprintf(dst, n, "%s%s", dst, arg_to_string(a1, tmp, sizeof(tmp)));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
response.c:147:13: warning: ‘snprintf’ argument 4 overlaps destination object ‘dst’ [-Wrestrict]
147 | snprintf(dst, n, "%s%s_", dst, empty_if_wild(tmp));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -I/usr/include/libxml2 -I//include -I.. -Wall -Wextra -c -o slurp.o slurp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -I/usr/include/libxml2 -I//include -I.. -Wall -Wextra -c -o station.o station.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -I/usr/include/libxml2 -I//include -I.. -Wall -Wextra -c -o stationreq.o stationreq.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -I/usr/include/libxml2 -I//include -I.. -Wall -Wextra -c -o strip.o strip.c
In file included from strip.c:6:
strip.c: In function ‘fern_rstrip’:
strip.c:18:33: warning: array subscript has type ‘char’ [-Wchar-subscripts]
18 | while (back >= s && isspace(*back)) {
| ^~~~~
strip.c: In function ‘fern_lstrip’:
strip.c:30:20: warning: array subscript has type ‘char’ [-Wchar-subscripts]
30 | while (isspace(*s)) {
| ^~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -I/usr/include/libxml2 -I//include -I.. -Wall -Wextra -c -o xml.o xml.c
rm -f libfern.a
ar cru libfern.a cJSON.o datareq.o event.o json.o meta.o miniseed_sac.o quake_xml.o request.o response.o slurp.o station.o stationreq.o strip.o xml.o
ranlib libfern.a
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -I/usr/include/libxml2 -I//include -I.. -Wall -Wextra -c -o chash.o chash.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -I/usr/include/libxml2 -I//include -I.. -Wall -Wextra -c -o array.o array.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -I/usr/include/libxml2 -I//include -I.. -Wall -Wextra -c -o cprint.o cprint.c
rm -f libpile.a
ar cru libpile.a chash.o array.o cprint.o
ranlib libpile.a
make[1]: Leaving directory '/home/hp/sac-102.0/fern'
Making all in sacio
make[1]: Entering directory '/home/hp/sac-102.0/sacio'
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -Wall -Wextra -c -o sacio.o sacio.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -Wall -Wextra -c -o geodesic.o geodesic.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -Wall -Wextra -c -o timespec.o timespec.c
In file included from timespec.c:9:
timespec.c: In function ‘strptime64’:
timespec.c:549:27: warning: array subscript has type ‘char’ [-Wchar-subscripts]
549 | while(isspace(*b)) {
| ^~
timespec.c: In function ‘powi’:
timespec.c:697:20: warning: absolute value function ‘labs’ given an argument of type ‘int64_t’ {aka ‘long long int’} but has parameter of type ‘long int’ which may cause truncation of value [-Wabsolute-value]
697 | for(i = 0; i < labs(b); i++) {
| ^~~~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -Wall -Wextra -c -o time64.o time64.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -Wall -Wextra -c -o strip.o strip.c
In file included from strip.c:3:
strip.c: In function ‘sacio_rstrip’:
strip.c:15:33: warning: array subscript has type ‘char’ [-Wchar-subscripts]
15 | while (back >= s && isspace(*back)) {
| ^~~~~
strip.c: In function ‘sacio_lstrip’:
strip.c:27:20: warning: array subscript has type ‘char’ [-Wchar-subscripts]
27 | while (isspace(*s)) {
| ^~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -Wall -Wextra -c -o compat.o compat.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -Wall -Wextra -c -o header_map.o header_map.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -Wall -Wextra -Iinclude/ -Wall -Wextra -c -o enums.o enums.c
rm -f libsacio_bsd.a
ar cru libsacio_bsd.a sacio.o geodesic.o timespec.o time64.o strip.o compat.o header_map.o enums.o
ranlib libsacio_bsd.a
make[1]: Leaving directory '/home/hp/sac-102.0/sacio'
Making all in src
make[1]: Entering directory '/home/hp/sac-102.0/src'
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o main/sac.o main/sac.c
main/sac.c: In function ‘execute_command_line’:
main/sac.c:154:9: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
154 | asprintf(&s1, "macro %s", kmsg);
| ^~~~~~~~
| asnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bs/iniam.o bs/iniam.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bs/fid.o bs/fid.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bs/octopus.o bs/octopus.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bs/strlist.o bs/strlist.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o string/array.o string/array.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bbs/createbbs.o bbs/createbbs.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bbs/deletebbs.o bbs/deletebbs.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bbs/getbbv.o bbs/getbbv.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bbs/inibbs.o bbs/inibbs.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bbs/readbbf.o bbs/readbbf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bbs/setbbv.o bbs/setbbv.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bbs/unsetbbv.o bbs/unsetbbv.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bbs/writebbf.o bbs/writebbf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bom/inibom.o bom/inibom.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bom/relbfl.o bom/relbfl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bom/xaddf.o bom/xaddf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bom/xboec.o bom/xboec.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bom/xbomc.o bom/xbomc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bom/xmerge.o bom/xmerge.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bot/capf.o bot/capf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bot/chpf.o bot/chpf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bot/clipdp.o bot/clipdp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bot/crname.o bot/crname.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bot/indexa.o bot/indexa.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bot/indexb.o bot/indexb.c
In file included from bot/indexb.c:9:
bot/indexb.c: In function ‘lstrip’:
bot/indexb.c:103:20: warning: array subscript has type ‘char’ [-Wchar-subscripts]
103 | while (isspace(*s)) {
| ^~
bot/indexb.c: In function ‘rstrip’:
bot/indexb.c:116:33: warning: array subscript has type ‘char’ [-Wchar-subscripts]
116 | while (back >= s && isspace(*back)) {
| ^~~~~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bot/indexc.o bot/indexc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bot/lequal.o bot/lequal.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bot/locdp.o bot/locdp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bot/modcase.o bot/modcase.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bot/nequal.o bot/nequal.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bot/terminate.o bot/terminate.c
In file included from bot/terminate.c:8:
bot/terminate.c: In function ‘terminate’:
bot/terminate.c:29:63: warning: array subscript has type ‘char’ [-Wchar-subscripts]
29 | for (nLen = strlen(paddedString) - 1; isspace(paddedString[nLen]); nLen--)
| ~~~~~~~~~~~~^~~~~~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bot/upcase.o bot/upcase.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bot/wrlist.o bot/wrlist.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o clf/fndelcl.o clf/fndelcl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o clf/ldelcl.o clf/ldelcl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o clf/lnumcl.o clf/lnumcl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o clf/lnxtcl.o clf/lnxtcl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o clf/nfndcl.o clf/nfndcl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o clf/putcl.o clf/putcl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cnd/getclun.o cnd/getclun.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cnd/getdolen.o cnd/getdolen.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cnd/ldolist.o cnd/ldolist.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cnd/skipdo.o cnd/skipdo.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cnd/skipif.o cnd/skipif.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cnd/xbreak.o cnd/xbreak.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cnd/xcndc.o cnd/xcndc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cnd/xdo.o cnd/xdo.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cnd/xelse.o cnd/xelse.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cnd/xelseif.o cnd/xelseif.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cnd/xenddo.o cnd/xenddo.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cnd/xendif.o cnd/xendif.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cnd/xif.o cnd/xif.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cnd/xwhile.o cnd/xwhile.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/backspace.o co/backspace.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/complex.o co/complex.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/ext_init.o co/ext_init.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/fstrncpy.o co/fstrncpy.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/getfline.o co/getfline.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/getline.o co/getline.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/math.o co/math.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/select.o co/select.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/strscpy.o co/strscpy.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/subscpy.o co/subscpy.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/tokenize.o co/tokenize.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zauxfile.o co/zauxfile.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zbasename.o co/zbasename.c
co/zbasename.c: In function ‘sacaux’:
co/zbasename.c:70:9: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
70 | asprintf(&tmp, "%s/messages", aux);
| ^~~~~~~~
| asnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zclose.o co/zclose.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zclosec.o co/zclosec.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zcloses.o co/zcloses.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zdest.o co/zdest.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zdestf.o co/zdestf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zexecute.o co/zexecute.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zfiles.o co/zfiles.c
co/zfiles.c: In function ‘zfiles’:
co/zfiles.c:82:5: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
82 | asprintf(&command, "%s%s", kdirin, kpatrn);
| ^~~~~~~~
| asnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zgetc.o co/zgetc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zgetgd.o co/zgetgd.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zgimsg.o co/zgimsg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zgpmsg.o co/zgpmsg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zgtmsg.o co/zgtmsg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zgwindowsize.o co/zgwindowsize.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zinquire.o co/zinquire.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zload.o co/zload.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/znfile.o co/znfile.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/znfiles.o co/znfiles.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zopen.o co/zopen.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zopenc.o co/zopenc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zopens.o co/zopens.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zputc.o co/zputc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zquit.o co/zquit.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zrabs.o co/zrabs.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zrun.o co/zrun.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zrunname.o co/zrunname.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zruntext.o co/zruntext.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zsleep.o co/zsleep.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zsysop.o co/zsysop.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o co/zwabs.o co/zwabs.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/alloclabels.o contouring/alloclabels.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/allocpoints.o contouring/allocpoints.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/allocsegments.o contouring/allocsegments.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/calccontlab1.o contouring/calccontlab1.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/calccontlab4.o contouring/calccontlab4.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/calccontlabs.o contouring/calccontlabs.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/calccontrlink.o contouring/calccontrlink.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/calccontsegs.o contouring/calccontsegs.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/calccontticks.o contouring/calccontticks.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/calclastpoint.o contouring/calclastpoint.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/calcsegangle.o contouring/calcsegangle.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/fastcontdata.o contouring/fastcontdata.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/getcontlabel.o contouring/getcontlabel.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/getcontpoint.o contouring/getcontpoint.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/getcontrlink.o contouring/getcontrlink.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/getcontseg.o contouring/getcontseg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/getcontseglab.o contouring/getcontseglab.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/initcontattr.o contouring/initcontattr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/linkcontsegs.o contouring/linkcontsegs.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/listcontsegs.o contouring/listcontsegs.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/markcontlabel.o contouring/markcontlabel.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/mergecontsegs.o contouring/mergecontsegs.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/newcontlabel.o contouring/newcontlabel.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/newcontpoint.o contouring/newcontpoint.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/newcontseg.o contouring/newcontseg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/nextcontseg.o contouring/nextcontseg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/plotcontdata.o contouring/plotcontdata.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/plotcontsegs.o contouring/plotcontsegs.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/pointsequal.o contouring/pointsequal.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/putcontlabel.o contouring/putcontlabel.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/putcontpoint.o contouring/putcontpoint.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/putcontrlink.o contouring/putcontrlink.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/putcontseg.o contouring/putcontseg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/putcontseglab.o contouring/putcontseglab.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/releaselabels.o contouring/releaselabels.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/releasepoints.o contouring/releasepoints.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/releasesegmen.o contouring/releasesegmen.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o contouring/setcontdatali.o contouring/setcontdatali.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/cerr.o cpf/cerr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/cfmt.o cpf/cfmt.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/cresp.o cpf/cresp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/inicom.o cpf/inicom.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/initcomlists.o cpf/initcomlists.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lcchar.o cpf/lcchar.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lccl.o cpf/lccl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lcdfl.o cpf/lcdfl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lcia.o cpf/lcia.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lcidi.o cpf/lcidi.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lcint.o cpf/lcint.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lcirc.o cpf/lcirc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lcircp.o cpf/lcircp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lckey.o cpf/lckey.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lckeyExact.o cpf/lckeyExact.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lclist.o cpf/lclist.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lclog.o cpf/lclog.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lclog2.o cpf/lclog2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lcmore.o cpf/lcmore.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lcquot.o cpf/lcquot.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lcra.o cpf/lcra.c
cpf/lcra.c: In function ‘lcra’:
cpf/lcra.c:61:9: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
61 | asprintf(&cattemp, "NEED AT LEAST %5d REALS:$", nramn);
| ^~~~~~~~
| asnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lcreal.o cpf/lcreal.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lcrest.o cpf/lcrest.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lcrrcp.o cpf/lcrrcp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lcrtw.o cpf/lcrtw.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lkchar.o cpf/lkchar.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lkcharExact.o cpf/lkcharExact.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lkentries.o cpf/lkentries.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lkia.o cpf/lkia.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lkint.o cpf/lkint.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lkirc.o cpf/lkirc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lklist.o cpf/lklist.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lklog.o cpf/lklog.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lklog2.o cpf/lklog2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lklogc.o cpf/lklogc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lklogi.o cpf/lklogi.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lklogr.o cpf/lklogr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lklogra.o cpf/lklogra.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lkquot.o cpf/lkquot.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lkra.o cpf/lkra.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lkreal.o cpf/lkreal.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lkrest.o cpf/lkrest.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lkrrc.o cpf/lkrrc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lkrrcp.o cpf/lkrrcp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lkrtw.o cpf/lkrtw.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/lkt.o cpf/lkt.c
In file included from cpf/lkt.c:9:
cpf/lkt.c: In function ‘lkt’:
cpf/lkt.c:79:74: warning: array subscript has type ‘char’ [-Wchar-subscripts]
79 | if (((t->str[0] == 't' || t->str[0] == 'T') && isdigit(t->str[1]))
| ~~~~~~^~~
cpf/lkt.c:91:74: warning: array subscript has type ‘char’ [-Wchar-subscripts]
91 | if (((t->str[0] == 't' || t->str[0] == 'T') && isdigit(t->str[1]))
| ~~~~~~^~~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/non_num_com.o cpf/non_num_com.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/setcomlist.o cpf/setcomlist.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/xclog.o cpf/xclog.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/xclogr.o cpf/xclogr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/xcrrcp.o cpf/xcrrcp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o cpf/xcrtw.o cpf/xcrtw.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o datafilelist/nextinputfile.o datafilelist/nextinputfile.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o datafilelist/setinputmode.o datafilelist/setinputmode.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/afr.o dbh/afr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/alias.o dbh/alias.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/append.o dbh/append.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/apply.o dbh/apply.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/autcor.o dbh/autcor.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/beroots.o dbh/beroots.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/bilin2.o dbh/bilin2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/buroots.o dbh/buroots.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/c1roots.o dbh/c1roots.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/c2roots.o dbh/c2roots.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/chebparm.o dbh/chebparm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/cpolar.o dbh/cpolar.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/crit.o dbh/crit.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/crscor.o dbh/crscor.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/cutoffs.o dbh/cutoffs.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/decim.o dbh/decim.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/design.o dbh/design.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/dfr.o dbh/dfr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/dircor.o dbh/dircor.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/edecim.o dbh/edecim.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/fft.o dbh/fft.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/firtrn.o dbh/firtrn.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/gauss.o dbh/gauss.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/getResponse.o dbh/getResponse.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/iirfilter.o dbh/iirfilter.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/inspect.o dbh/inspect.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/levin.o dbh/levin.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/levinD.o dbh/levinD.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/linpack.o dbh/linpack.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/lp.o dbh/lp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/lptbp.o dbh/lptbp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/lptbr.o dbh/lptbr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/lpthp.o dbh/lpthp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/mem.o dbh/mem.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/mlm.o dbh/mlm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/overlp.o dbh/overlp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/pds.o dbh/pds.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/pef.o dbh/pef.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/phaseshift.o dbh/phaseshift.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/pltplr.o dbh/pltplr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/random.o dbh/random.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/rms.o dbh/rms.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/shift.o dbh/shift.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/spectr.o dbh/spectr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/step.o dbh/step.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/unit.o dbh/unit.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/warp.o dbh/warp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/wiener.o dbh/wiener.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/window.o dbh/window.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/winmov.o dbh/winmov.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/xapiir.o dbh/xapiir.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/zero.o dbh/zero.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dbh/zshft.o dbh/zshft.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/formhv.o dff/formhv.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/formmarker.o dff/formmarker.c
dff/formmarker.c: In function ‘formmarker’:
dff/formmarker.c:54:13: warning: ‘sprintf’ argument 3 overlaps destination object ‘output’ [-Wrestrict]
54 | sprintf(output, "%s (%s)",output, tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/gethv.o dff/gethv.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/getnfiles.o dff/getnfiles.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/hdrfld.o dff/hdrfld.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/inihdr.o dff/inihdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/inilhf.o dff/inilhf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/lgahdr.o dff/lgahdr.c
dff/lgahdr.c: In function ‘lgahdr’:
dff/lgahdr.c:127:58: warning: ‘%-4d’ directive output truncated writing between 4 and 11 bytes into a region of size 2 [-Wformat-truncation=]
127 | snprintf(kvalue, sizeof(kvalue)-1, " %-4d", (int) (s->h->cmpaz + 0.5));
| ^~~~
dff/lgahdr.c:127:21: note: ‘snprintf’ output between 6 and 13 bytes into a destination of size 3
127 | snprintf(kvalue, sizeof(kvalue)-1, " %-4d", (int) (s->h->cmpaz + 0.5));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dff/lgahdr.c:129:64: warning: ‘%-4d’ directive output truncated writing between 4 and 11 bytes into a region of size 2 [-Wformat-truncation=]
129 | snprintf(kvalue, sizeof(kvalue)-1, "%s %-4d", kvalue, (int)(s->h->cmpinc+0.5));
| ^~~~
dff/lgahdr.c:129:25: note: ‘snprintf’ output 6 or more bytes into a destination of size 3
129 | snprintf(kvalue, sizeof(kvalue)-1, "%s %-4d", kvalue, (int)(s->h->cmpinc+0.5));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dff/lgahdr.c:129:25: warning: ‘snprintf’ argument 4 overlaps destination object ‘kvalue’ [-Wrestrict]
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/markhdr.o dff/markhdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/newhdr.o dff/newhdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/rdsdta.o dff/rdsdta.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/rdsegy.o dff/rdsegy.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/rdshdr.o dff/rdshdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/rdxdrdta.o dff/rdxdrdta.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/setnfiles.o dff/setnfiles.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/setrng.o dff/setrng.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/updhdr.o dff/updhdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/wrsac.o dff/wrsac.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/wrsdd.o dff/wrsdd.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/wrsegy.o dff/wrsegy.c
In file included from dff/wrsegy.c:12:
dff/wrsegy.c: In function ‘wrsegy’:
dff/wrsegy.c:100:28: warning: array subscript has type ‘char’ [-Wchar-subscripts]
100 | if (isdigit(s->h->kevnm[0]) ||
| ~~~~~~~~~~~^~~
dff/wrsegy.c:101:54: warning: array subscript has type ‘char’ [-Wchar-subscripts]
101 | (s->h->kevnm[0] == '-' && isdigit(s->h->kevnm[1]))) {
| ~~~~~~~~~~~^~~
dff/wrsegy.c:105:30: warning: array subscript has type ‘char’ [-Wchar-subscripts]
105 | if (!isspace(temp[idx])) {
| ~~~~^~~~~
dff/wrsegy.c:114:34: warning: array subscript has type ‘char’ [-Wchar-subscripts]
114 | if (!isdigit(temp[idx])) {
| ~~~~^~~~~
dff/wrsegy.c:208:29: warning: array subscript has type ‘char’ [-Wchar-subscripts]
208 | if (isspace(filename[idx]) || filename[idx] == '\0')
| ~~~~~~~~^~~~~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/wrxdr.o dff/wrxdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/xdrhdr.o dff/xdrhdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o bs/fstr.o bs/fstr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dff/rsach.o dff/rsach.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/cleardfl.o dfm/cleardfl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/cnvfmt.o dfm/cnvfmt.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/cnvfre.o dfm/cnvfre.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/decont.o dfm/decont.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/defcut.o dfm/defcut.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/defmem.o dfm/defmem.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/detnum.o dfm/detnum.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/gennames.o dfm/gennames.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/getatw.o dfm/getatw.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/getprefs.o dfm/getprefs.c
In file included from dfm/getprefs.c:11:
dfm/getprefs.c: In function ‘getprefs’:
dfm/getprefs.c:57:63: warning: array subscript has type ‘char’ [-Wchar-subscripts]
57 | while (fgetsp(prefsLine, 120, pFile) && !isspace(prefsLine[0]))
| ~~~~~~~~~^~~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/getwfdiscs.o dfm/getwfdiscs.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/inidfm.o dfm/inidfm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/iztypeMessage.o dfm/iztypeMessage.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/lfilesok.o dfm/lfilesok.c
dfm/lfilesok.c: In function ‘lfilesok’:
dfm/lfilesok.c:99:13: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
99 | asprintf(&kopen, "%s/%s", kdir, file);
| ^~~~~~~~
| asnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/makeuniq.o dfm/makeuniq.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/rdci.o dfm/rdci.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/readcfl.o dfm/readcfl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/readfl.o dfm/readfl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/readgse.o dfm/readgse.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/readsuds.o dfm/readsuds.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/sort.o dfm/sort.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/synch.o dfm/synch.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/updatedfl.o dfm/updatedfl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/vblist.o dfm/vblist.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/vfeven.o dfm/vfeven.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/vflist.o dfm/vflist.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/vfmax.o dfm/vfmax.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/vfmaxn.o dfm/vfmaxn.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/vfrng.o dfm/vfrng.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/vfspec.o dfm/vfspec.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/vftime.o dfm/vftime.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/wrci.o dfm/wrci.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xch.o dfm/xch.c
dfm/xch.c: In function ‘xch’:
dfm/xch.c:267:29: warning: ‘strncpy’ output truncated before terminating nul copying 16 bytes from a string of the same length [-Wstringop-truncation]
267 | strncpy(khdrc[j1 - 1], SAC_CHAR_UNDEFINED_2, strlen(SAC_CHAR_UNDEFINED_2));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dfm/xch.c:269:29: warning: ‘strncpy’ output truncated before terminating nul copying 8 bytes from a string of the same length [-Wstringop-truncation]
269 | strncpy(khdrc[j1 - 1], SAC_CHAR_UNDEFINED, strlen(SAC_CHAR_UNDEFINED));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xconv.o dfm/xconv.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xcopyhdr.o dfm/xcopyhdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xcuter.o dfm/xcuter.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xdatagen.o dfm/xdatagen.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xdeletechannel.o dfm/xdeletechannel.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xdfmc.o dfm/xdfmc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xlh.o dfm/xlh.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xpickauthor.o dfm/xpickauthor.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xpickphase.o dfm/xpickphase.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xpickprefs.o dfm/xpickprefs.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xr.o dfm/xr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xrcss.o dfm/xrcss.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xrerr.o dfm/xrerr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xrgse.o dfm/xrgse.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xrh.o dfm/xrh.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xrsdd.o dfm/xrsdd.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xrsuds.o dfm/xrsuds.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xrtab.o dfm/xrtab.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xsort.o dfm/xsort.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xsynch.o dfm/xsynch.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xw.o dfm/xw.c
dfm/xw.c: In function ‘prepare_output_filename’:
dfm/xw.c:47:9: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
47 | asprintf(&out, "%s%s", dir, b);
| ^~~~~~~~
| asnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xwcss.o dfm/xwcss.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xwgse.o dfm/xwgse.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xwh.o dfm/xwh.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xwild.o dfm/xwild.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/xwtab.o dfm/xwtab.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o dfm/cut.o dfm/cut.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o eam/inieam.o eam/inieam.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o eam/whpf1.o eam/whpf1.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o eam/xapk.o eam/xapk.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o eam/xeamc.o eam/xeamc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o eam/xoapf.o eam/xoapf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o eam/xohpf.o eam/xohpf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o eam/xwhpf.o eam/xwhpf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/gettextwait.o exm/gettextwait.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/iniexm.o exm/iniexm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/proerr.o exm/proerr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/qam.o exm/qam.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/qapf.o exm/qapf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/qcolor.o exm/qcolor.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/qcut.o exm/qcut.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/qdevices.o exm/qdevices.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/qfid.o exm/qfid.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/qgtext.o exm/qgtext.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/qhpf.o exm/qhpf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/qline.o exm/qline.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/qmtw.o exm/qmtw.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/qpicks.o exm/qpicks.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/qsymbol.o exm/qsymbol.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/qtitle.o exm/qtitle.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/qwidth.o exm/qwidth.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/qxlabl.o exm/qxlabl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/qxlim.o exm/qxlim.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/qylabl.o exm/qylabl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/qylim.o exm/qylim.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/repav.o exm/repav.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/reperr.o exm/reperr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/repivl.o exm/repivl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/repkv.o exm/repkv.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/reprtw.o exm/reprtw.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/setprompt.o exm/setprompt.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/settextwait.o exm/settextwait.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/tracereport.o exm/tracereport.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/tracevariable.o exm/tracevariable.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xabout.o exm/xabout.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xcd.o exm/xcd.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xecho.o exm/xecho.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xeval.o exm/xeval.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xexmc.o exm/xexmc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xfg.o exm/xfg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xgetbb.o exm/xgetbb.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xhelp.o exm/xhelp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xinstallmacr.o exm/xinstallmacr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xload.o exm/xload.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xmacro.o exm/xmacro.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xmsg.o exm/xmsg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xnews.o exm/xnews.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xpause.o exm/xpause.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xreadbbf.o exm/xreadbbf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xreport.o exm/xreport.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xsetbb.o exm/xsetbb.c
exm/xsetbb.c: In function ‘xsetbb’:
exm/xsetbb.c:75:21: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
75 | asprintf(&new, "%s%s", v->str, t->str);
| ^~~~~~~~
| asnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xsetmacro.o exm/xsetmacro.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xsyntx.o exm/xsyntx.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xsystemcomma.o exm/xsystemcomma.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xtrace.o exm/xtrace.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xtranscript.o exm/xtranscript.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xunsetbb.o exm/xunsetbb.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o exm/xwritebbf.o exm/xwritebbf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/fextlib.o extfuncs/fextlib.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/fgetahdr.o extfuncs/fgetahdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/fgetehdr.o extfuncs/fgetehdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/fgetfhdr.o extfuncs/fgetfhdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/fgetlhdr.o extfuncs/fgetlhdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/fgetnhdr.o extfuncs/fgetnhdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/fsetahdr.o extfuncs/fsetahdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/fsetehdr.o extfuncs/fsetehdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/fsetfhdr.o extfuncs/fsetfhdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/fsetlhdr.o extfuncs/fsetlhdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/fsetnhdr.o extfuncs/fsetnhdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/getahdr.o extfuncs/getahdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/getehdr.o extfuncs/getehdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/getfhdr.o extfuncs/getfhdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/getfield.o extfuncs/getfield.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/getlhdr.o extfuncs/getlhdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/getnhdr.o extfuncs/getnhdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/makehdr.o extfuncs/makehdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/setahdr.o extfuncs/setahdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/setehdr.o extfuncs/setehdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/setfhdr.o extfuncs/setfhdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/setlhdr.o extfuncs/setlhdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o extfuncs/setnhdr.o extfuncs/setnhdr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o fks/calcBeamOffsets.o fks/calcBeamOffsets.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o fks/calcoffsets.o fks/calcoffsets.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o fks/inifks.o fks/inifks.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o fks/xbbfk.o fks/xbbfk.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o fks/xbeam.o fks/xbeam.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o fks/xfksc.o fks/xfksc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o fks/xgmtmap.o fks/xgmtmap.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o fks/xmap.o fks/xmap.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/dispid.o gam/dispid.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/disppk.o gam/disppk.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/disppkLandscape.o gam/disppkLandscape.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/getxlm.o gam/getxlm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/getylm.o gam/getylm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/inigam.o gam/inigam.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/markvert.o gam/markvert.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/markwf.o gam/markwf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/pcmcur.o gam/pcmcur.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/pcmrpl.o gam/pcmrpl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/pcrrpl.o gam/pcrrpl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/pcxcur.o gam/pcxcur.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/pcxop1.o gam/pcxop1.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/pcxop2.o gam/pcxop2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/pcxope.o gam/pcxope.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/pcxops.o gam/pcxops.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/pcxrpl.o gam/pcxrpl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/pkchar.o gam/pkchar.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/pkdet.o gam/pkdet.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/pkeval.o gam/pkeval.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/pkfilt.o gam/pkfilt.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/pkfunc.o gam/pkfunc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/wavfrm.o gam/wavfrm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/xfid.o gam/xfid.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/xfilenumber.o gam/xfilenumber.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/xfitxy.o gam/xfitxy.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/xgamc.o gam/xgamc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/xp.o gam/xp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/xp1.o gam/xp1.c
gam/xp1.c: In function ‘xp1’:
gam/xp1.c:382:17: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
382 | asprintf(&kptext, "OFFSET: %10.3e", -toff[jperfr]);
| ^~~~~~~~
| asnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/xp2.o gam/xp2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/xpc.o gam/xpc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/xpicks.o gam/xpicks.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/xplotalpha.o gam/xplotalpha.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/xplotdy.o gam/xplotdy.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/xplotpm.o gam/xplotpm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/xplotxy.o gam/xplotxy.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/xppk.o gam/xppk.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/xprint.o gam/xprint.c
gam/xprint.c: In function ‘sgf_to_ps’:
gam/xprint.c:81:5: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
81 | asprintf(&command, "sgftops %s %s ", sgf, ps);
| ^~~~~~~~
| asnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/xsetdevice.o gam/xsetdevice.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gam/xylim.o gam/xylim.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gcm/xbegindevice.o gcm/xbegindevice.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gcm/xenddevices.o gcm/xenddevices.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gcm/xgcmc.o gcm/xgcmc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gcm/xsgf.o gcm/xsgf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gcm/xvspac.o gcm/xvspac.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/adj_geometry.o gdm/adj_geometry.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/begindevice.o gdm/begindevice.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/begindevices.o gdm/begindevices.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/beginframe.o gdm/beginframe.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/beginwindow.o gdm/beginwindow.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/calstatus.o gdm/calstatus.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/calvspace.o gdm/calvspace.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/changectable.o gdm/changectable.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/convcolornam.o gdm/convcolornam.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/convcolornum.o gdm/convcolornum.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/createwindow.o gdm/createwindow.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/cursor0.o gdm/cursor0.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/cursoroff.o gdm/cursoroff.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/cursoron.o gdm/cursoron.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/cursortext.o gdm/cursortext.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/draw.o gdm/draw.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/enddevice.o gdm/enddevice.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/endframe.o gdm/endframe.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/endgraphics.o gdm/endgraphics.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/erase.o gdm/erase.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/fill_colorbar.o gdm/fill_colorbar.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/fill_image.o gdm/fill_image.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/flushbuffer.o gdm/flushbuffer.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/get_geometry.o gdm/get_geometry.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/getalphainfo.o gdm/getalphainfo.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/getdevicein1.o gdm/getdevicein1.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/getdevicenam.o gdm/getdevicenam.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/getdevicerat.o gdm/getdevicerat.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/getlinestyle.o gdm/getlinestyle.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/getmaxdevice.o gdm/getmaxdevice.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/getratio.o gdm/getratio.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/getstatus.o gdm/getstatus.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/getstringsiz.o gdm/getstringsiz.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/gettextjust.o gdm/gettextjust.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/gettextsize.o gdm/gettextsize.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/getvspace.o gdm/getvspace.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/getvspacetyp.o gdm/getvspacetyp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/getwindowsta.o gdm/getwindowsta.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/inigdm.o gdm/inigdm.c
In file included from gdm/inigdm.c:5:
gdm/inigdm.c: In function ‘string_variable_set’:
gdm/inigdm.c:120:27: warning: array subscript has type ‘char’ [-Wchar-subscripts]
120 | if ((!isspace(*e) && *e != 0) || (p > str && !isspace(*(p - 1)))) {
| ^~
gdm/inigdm.c:120:67: warning: array subscript has type ‘char’ [-Wchar-subscripts]
120 | if ((!isspace(*e) && *e != 0) || (p > str && !isspace(*(p - 1)))) {
| ^~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/initctable.o gdm/initctable.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/loadctable.o gdm/loadctable.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/move.o gdm/move.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/put_image.o gdm/put_image.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/readctable.o gdm/readctable.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/setcolor.o gdm/setcolor.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/setcolorname.o gdm/setcolorname.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/setlinestyle.o gdm/setlinestyle.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/setlinewidth.o gdm/setlinewidth.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/setpsctable.o gdm/setpsctable.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/settextangle.o gdm/settextangle.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/settextfont.o gdm/settextfont.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/settextjust.o gdm/settextjust.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/settextsize.o gdm/settextsize.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/settexttype.o gdm/settexttype.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/setvspacecli.o gdm/setvspacecli.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/setvspacetyp.o gdm/setvspacetyp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/softwaretext.o gdm/softwaretext.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/text.o gdm/text.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/postscript.o gdm/postscript.c
gdm/postscript.c: In function ‘line_style_ps’:
gdm/postscript.c:333:5: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
333 | asprintf(&c, "[ %s ] 0 setdash\n", line);
| ^~~~~~~~
| asnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/record.o gdm/record.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gdm/pdf.o gdm/pdf.c
gdm/pdf.c: In function ‘put_image_pdf’:
gdm/pdf.c:340:5: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
340 | asprintf(&name, "Img%d", k);
| ^~~~~~~~
| asnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/inisym.o gem/inisym.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xaxes.o gem/xaxes.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xbeginframe.o gem/xbeginframe.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xbeginwindow.o gem/xbeginwindow.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xcolor.o gem/xcolor.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xendframe.o gem/xendframe.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xgemc.o gem/xgemc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xgrid.o gem/xgrid.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xgt.o gem/xgt.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xlct.o gem/xlct.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xline.o gem/xline.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xplab.o gem/xplab.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xqdp.o gem/xqdp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xsym.o gem/xsym.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xticks.o gem/xticks.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xtitle.o gem/xtitle.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xtsize.o gem/xtsize.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xwait.o gem/xwait.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xwidth.o gem/xwidth.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xwindow.o gem/xwindow.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xxdiv.o gem/xxdiv.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xxgrid.o gem/xxgrid.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xxlab.o gem/xxlab.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xydiv.o gem/xydiv.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xygrid.o gem/xygrid.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/xylab.o gem/xylab.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gem/set_skel_fudge.o gem/set_skel_fudge.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gpm/begingraphic.o gpm/begingraphic.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/calwvtransfo.o gtm/calwvtransfo.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/getvport.o gtm/getvport.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/getworld.o gtm/getworld.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/inigtm.o gtm/inigtm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/line.o gtm/line.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/polyline.o gtm/polyline.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/rectangle.o gtm/rectangle.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/setsymbolgap.o gtm/setsymbolgap.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/setsymbolnum.o gtm/setsymbolnum.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/setsymbolsiz.o gtm/setsymbolsiz.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/setvport.o gtm/setvport.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/setvportrat.o gtm/setvportrat.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/setworld.o gtm/setworld.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/symbol.o gtm/symbol.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/vporttoworld.o gtm/vporttoworld.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/worldcursor.o gtm/worldcursor.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/worlddraw.o gtm/worlddraw.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/worldline.o gtm/worldline.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/worldmove.o gtm/worldmove.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/worldpolylin.o gtm/worldpolylin.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/worldsector.o gtm/worldsector.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/worldtovport.o gtm/worldtovport.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/xaxis.o gtm/xaxis.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/xlinaxis.o gtm/xlinaxis.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/xlogaxis.o gtm/xlogaxis.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/yaxis.o gtm/yaxis.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/ylinaxis.o gtm/ylinaxis.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gtm/ylogaxis.o gtm/ylogaxis.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o history/history.o history/history.c
In file included from history/history.c:11:
history/history.c: In function ‘AddToHistory’:
history/history.c:127:21: warning: array subscript has type ‘char’ [-Wchar-subscripts]
127 | while (isspace(p[0])) {
| ~^~~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/EVRESPnames.o icm/EVRESPnames.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/EvrespGateway.o icm/EvrespGateway.c
In file included from icm/EvrespGateway.c:6:
icm/EvrespGateway.c: In function ‘deblank’:
icm/EvrespGateway.c:231:26: warning: array subscript has type ‘char’ [-Wchar-subscripts]
231 | if (!isspace(strg[iblank]))
| ~~~~^~~~~~~~
icm/EvrespGateway.c:236:35: warning: array subscript has type ‘char’ [-Wchar-subscripts]
236 | while (len > 0 && isspace(strg[len - 1])) {
| ~~~~^~~~~~~~~
icm/EvrespGateway.c: In function ‘EvrespGateway’:
icm/EvrespGateway.c:378:48: warning: array subscript has type ‘char’ [-Wchar-subscripts]
378 | if (strlen(check) == 2 && isalnum(check[0]) && isalnum(check[1]))
| ~~~~~^~~
icm/EvrespGateway.c:378:69: warning: array subscript has type ‘char’ [-Wchar-subscripts]
378 | if (strlen(check) == 2 && isalnum(check[0]) && isalnum(check[1]))
| ~~~~~^~~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/balance.o icm/balance.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/ckinst.o icm/ckinst.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/dcpft.o icm/dcpft.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/dewit.o icm/dewit.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/dseis.o icm/dseis.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/getins.o icm/getins.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/getroots.o icm/getroots.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/iniicm.o icm/iniicm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/polezero.o icm/polezero.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/predfl.o icm/predfl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/prewit.o icm/prewit.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/taper.o icm/taper.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/transfer.o icm/transfer.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/xicmc.o icm/xicmc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/xprewit.o icm/xprewit.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/xtransfer.o icm/xtransfer.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/fap.o icm/fap.c
In file included from icm/fap.c:6:
icm/fap.c: In function ‘frequency_amplitude_phase’:
icm/fap.c:66:25: warning: array subscript has type ‘char’ [-Wchar-subscripts]
66 | while (isspace(p[0])) {
| ~^~~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/trans.o icm/trans.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/libpz.o icm/libpz.c
In file included from icm/libpz.c:11:
icm/libpz.c: In function ‘polezero_parse’:
icm/libpz.c:657:32: warning: array subscript has type ‘char’ [-Wchar-subscripts]
657 | while(kline && isspace(*kline)) {
| ^~~~~~
icm/libpz.c: In function ‘pzfiles_find’:
icm/libpz.c:1079:9: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
1079 | asprintf(&pat, "%s/SAC_PZs_%s_%s_%s_%s_*", dir,net,sta,cha,loc);
| ^~~~~~~~
| asnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o mat/engineCall.o mat/engineCall.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o mat/engineCall2.o mat/engineCall2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o mat/matBlackBoardVars.o mat/matBlackBoardVars.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o mat/matConnect.o mat/matConnect.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o mat/matDisconnect.o mat/matDisconnect.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o mat/matHeaderDataManage.o mat/matHeaderDataManage.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o mat/matStructArrayOps.o mat/matStructArrayOps.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o mat/stationSets.o mat/stationSets.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o mat/xCLOSEMAT.o mat/xCLOSEMAT.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o mat/xMAT.o mat/xMAT.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o mat/xMAT3C.o mat/xMAT3C.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o mat/xmatc.o mat/xmatc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o mat/xsetmat.o mat/xsetmat.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o msg/apcmsg.o msg/apcmsg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o msg/apcmsg2.o msg/apcmsg2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o msg/apcmsgnum.o msg/apcmsgnum.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o msg/apfmsg.o msg/apfmsg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o msg/apimsg.o msg/apimsg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o msg/aplmsg.o msg/aplmsg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o msg/autooutmsg.o msg/autooutmsg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o msg/clrmsg.o msg/clrmsg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o msg/getsmsg.o msg/getsmsg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o msg/inimsg.o msg/inimsg.c
msg/inimsg.c: In function ‘out’:
msg/inimsg.c:382:5: warning: implicit declaration of function ‘vasprintf’; did you mean ‘vasnprintf’? [-Wimplicit-function-declaration]
382 | vasprintf(&str, fmt, ap);
| ^~~~~~~~~
| vasnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o msg/inquiremsg.o msg/inquiremsg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o msg/outmsg.o msg/outmsg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o msg/pltmsg.o msg/pltmsg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o msg/sacmsg.o msg/sacmsg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o msg/sendmesg.o msg/sendmesg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o msg/setmsg.o msg/setmsg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o msg/typmsg.o msg/typmsg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o msg/wrtmsg.o msg/wrtmsg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ncpf/closemacro.o ncpf/closemacro.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ncpf/executemacro.o ncpf/executemacro.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ncpf/getepoch.o ncpf/getepoch.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ncpf/getmacroinfo.o ncpf/getmacroinfo.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ncpf/gettime.o ncpf/gettime.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ncpf/indexs.o ncpf/indexs.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ncpf/inicpf.o ncpf/inicpf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ncpf/macrokeyword.o ncpf/macrokeyword.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ncpf/macroline.o ncpf/macroline.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ncpf/macroordered.o ncpf/macroordered.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ncpf/macropreambl.o ncpf/macropreambl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ncpf/macrostatus.o ncpf/macrostatus.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ncpf/nstrlensp.o ncpf/nstrlensp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ncpf/openmacro.o ncpf/openmacro.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ncpf/setmacrolev.o ncpf/setmacrolev.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ncpf/setmacrostat.o ncpf/setmacrostat.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o nnm/xnnmc.o nnm/xnnmc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o nnm/xwritenn.o nnm/xwritenn.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/centxt.o pl/centxt.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/incat.o pl/incat.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/inicol.o pl/inicol.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/inigem.o pl/inigem.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/inilin.o pl/inilin.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/iniwidth.o pl/iniwidth.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/logdta.o pl/logdta.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/pl2d.o pl/pl2d.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/plalpha.o pl/plalpha.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/plblank.o pl/plblank.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/plcalwvtrans.o pl/plcalwvtrans.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/plclip.o pl/plclip.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/pldta.o pl/pldta.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/plgrid.o pl/plgrid.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/plhome.o pl/plhome.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/plmap.o pl/plmap.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/plnocl.o pl/plnocl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/plplab.o pl/plplab.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/plrest.o pl/plrest.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/plsave.o pl/plsave.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/pltext.o pl/pltext.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/xlinax.o pl/xlinax.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/xlogax.o pl/xlogax.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/ylinax.o pl/ylinax.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o pl/ylogax.o pl/ylogax.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/chkpha.o sam/chkpha.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/cpft.o sam/cpft.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/estpha.o sam/estpha.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/fdWhitenWrite.o sam/fdWhitenWrite.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/fdWriteFiles.o sam/fdWriteFiles.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/fdbp.o sam/fdbp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/fdbr.o sam/fdbr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/fdhp.o sam/fdhp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/fdlp.o sam/fdlp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/fdplot.o sam/fdplot.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/filtb.o sam/filtb.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/filterdesign.o sam/filterdesign.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/filtk.o sam/filtk.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/inisam.o sam/inisam.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/rfir.o sam/rfir.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/spcval.o sam/spcval.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/toamph.o sam/toamph.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/torlim.o sam/torlim.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/unwrap.o sam/unwrap.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xbenioff.o sam/xbenioff.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xbp.o sam/xbp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xbr.o sam/xbr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xconvolve.o sam/xconvolve.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xcorrelate.o sam/xcorrelate.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xdft.o sam/xdft.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xdivomega.o sam/xdivomega.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xenvelope.o sam/xenvelope.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xfir.o sam/xfir.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xhan.o sam/xhan.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xhilbert.o sam/xhilbert.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xhp.o sam/xhp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xidft.o sam/xidft.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xkeepam.o sam/xkeepam.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xkhronhite.o sam/xkhronhite.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xlp.o sam/xlp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xmulomega.o sam/xmulomega.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xpsp.o sam/xpsp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xrsp.o sam/xrsp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xsamc.o sam/xsamc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xunwr.o sam/xunwr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xwnr.o sam/xwnr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/xwsp.o sam/xwsp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sam/envelope.o sam/envelope.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/iniscm.o scm/iniscm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/lifite.o scm/lifite.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/lifitu.o scm/lifitu.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/linear.o scm/linear.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/rotate.o scm/rotate.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/wigint.o scm/wigint.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/xabsgl.o scm/xabsgl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/xdecimate.o scm/xdecimate.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/xinterpolate.o scm/xinterpolate.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/xlinefit.o scm/xlinefit.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/xpowgl.o scm/xpowgl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/xquantize.o scm/xquantize.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/xreverse.o scm/xreverse.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/xrglitches.o scm/xrglitches.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/xrmean.o scm/xrmean.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/xrotate.o scm/xrotate.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/xrq.o scm/xrq.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/xrtr.o scm/xrtr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/xscmc.o scm/xscmc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/xsmooth.o scm/xsmooth.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/xstretch.o scm/xstretch.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/xtaper.o scm/xtaper.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/taper.o scm/taper.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/rmean.o scm/rmean.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/rtrend.o scm/rtrend.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/interpolate.o scm/interpolate.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o scm/rotinc.o scm/rotinc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o site/initsite.o site/initsite.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o site/xsitecom.o site/xsitecom.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o site/xtestsite.o site/xtestsite.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o smm/inismm.o smm/inismm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o smm/ptp.o smm/ptp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o smm/xmarkptp.o smm/xmarkptp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o smm/xmarktimes.o smm/xmarktimes.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o smm/xmarkvalue.o smm/xmarkvalue.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o smm/xrms.o smm/xrms.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o smm/xsmmc.o smm/xsmmc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o spe/inispe.o spe/inispe.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o spe/xcor.o spe/xcor.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o spe/xmem.o spe/xmem.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o spe/xmlm.o spe/xmlm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o spe/xpcor.o spe/xpcor.c
spe/xpcor.c: In function ‘xpcor’:
spe/xpcor.c:203:9: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
203 | asprintf(&last[n++], "Number %3d", cmspe.numwin);
| ^~~~~~~~
| asnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o spe/xpds.o spe/xpds.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o spe/xppe.o spe/xppe.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o spe/xpspe.o spe/xpspe.c
spe/xpspe.c: In function ‘xpspe’:
spe/xpspe.c:240:9: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
240 | asprintf(&last[n++], "Number %5d", cmspe.nlnspe);
| ^~~~~~~~
| asnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o spe/xquitspe.o spe/xquitspe.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o spe/xrcor.o spe/xrcor.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o spe/xspe.o spe/xspe.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o spe/xspec.o spe/xspec.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o spe/xwcor.o spe/xwcor.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o spe/xwhiten.o spe/xwhiten.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o spe/xwspe.o spe/xwspe.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/CSStoSAC.o ssi/CSStoSAC.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/DBheaderToSac.o ssi/DBheaderToSac.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/DBwfToSac.o ssi/DBwfToSac.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/OnOrOff.o ssi/OnOrOff.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/SacHeaderToDB.o ssi/SacHeaderToDB.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/SeisMgrCode.o ssi/SeisMgrCode.c
In file included from ssi/SeisMgrCode.c:4:
ssi/SeisMgrCode.c: In function ‘SeisMgrCode’:
ssi/SeisMgrCode.c:40:20: warning: array subscript has type ‘char’ [-Wchar-subscripts]
40 | while (isspace(*kcommandPtr))
| ^~~~~~~~~~~~
ssi/SeisMgrCode.c: In function ‘echoAndShave’:
ssi/SeisMgrCode.c:129:20: warning: array subscript has type ‘char’ [-Wchar-subscripts]
129 | while (isspace(**kcommandPtr))
| ^~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/SeisMgrToSac.o ssi/SeisMgrToSac.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/alignFiles.o ssi/alignFiles.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/deleteAllSacFiles.o ssi/deleteAllSacFiles.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/inissi.o ssi/inissi.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/prefPicksToHeader.o ssi/prefPicksToHeader.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/rollback.o ssi/rollback.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/sacToSeisMgr.o ssi/sacToSeisMgr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/uniqueStaAndChan.o ssi/uniqueStaAndChan.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/xblend.o ssi/xblend.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/xcommit.o ssi/xcommit.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/xcutim.o ssi/xcutim.c
ssi/xcutim.c: In function ‘generate_filename’:
ssi/xcutim.c:50:5: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
50 | asprintf(&filename, "%s.%s.%04d%03d%02d%02d%02d", tempSta, tempChan,
| ^~~~~~~~
| asnprintf
In file included from ssi/xcutim.c:3:
ssi/xcutim.c: In function ‘xcutim’:
ssi/xcutim.c:142:30: warning: array subscript has type ‘char’ [-Wchar-subscripts]
142 | if (!isdigit(*(test + 1))) {
| ^~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/xreaddb.o ssi/xreaddb.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/xrollback.o ssi/xrollback.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ssi/xtablname.o ssi/xtablname.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/definelimits.o sss/definelimits.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/iaspmodel.o sss/iaspmodel.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/inisss.o sss/inisss.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/libtau.o sss/libtau.c
sss/libtau.c:838:26: warning: argument 2 of type ‘char[][128]’ with mismatched bound [-Warray-parameter=]
838 | void phxpnd(int *n, char kph[][PHASE_NAME_LENGTH], int nmax){
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
In file included from sss/libtau.c:7:
../inc/sss.h:191:26: note: previously declared as ‘char[60][128]’
191 | void phxpnd(int *n, char list[60][PHASE_NAME_LENGTH], int nmax);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
sss/libtau.c: In function ‘modelpath’:
sss/libtau.c:2158:5: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
2158 | asprintf(&model, "%s/tables/%s.%s", sacaux(), tmp, ext);
| ^~~~~~~~
| asnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/phaseadj.o sss/phaseadj.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/rscursor.o sss/rscursor.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/timeadj.o sss/timeadj.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/timecrossing.o sss/timecrossing.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/ttint.o sss/ttint.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/velocityadj.o sss/velocityadj.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/vmcalc.o sss/vmcalc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/vmdly.o sss/vmdly.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/vmline.o sss/vmline.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xaddstack.o sss/xaddstack.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xchangestack.o sss/xchangestack.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xdeletestack.o sss/xdeletestack.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xdeltacheck.o sss/xdeltacheck.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xdistanceaxis.o sss/xdistanceaxis.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xdistancewind.o sss/xdistancewind.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xglobalstack.o sss/xglobalstack.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xincrementsta.o sss/xincrementsta.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xliststack.o sss/xliststack.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xphase.o sss/xphase.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xplotrecords.o sss/xplotrecords.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xplotstack.o sss/xplotstack.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xquitsss.o sss/xquitsss.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xsss.o sss/xsss.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xsssc.o sss/xsssc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xsumstack.o sss/xsumstack.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xtimeaxis.o sss/xtimeaxis.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xtimewindow.o sss/xtimewindow.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xtraveltime.o sss/xtraveltime.c
In file included from sss/xtraveltime.c:5:
sss/xtraveltime.c: In function ‘readtaup’:
sss/xtraveltime.c:1087:29: warning: array subscript has type ‘char’ [-Wchar-subscripts]
1087 | while (!isspace(*bPtr))
| ^~~~~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xvelocitymode.o sss/xvelocitymode.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xvelocityrose.o sss/xvelocityrose.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xwritestack.o sss/xwritestack.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o sss/xzerostack.o sss/xzerostack.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o top/executecomman.o top/executecomman.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o top/findcommand.o top/findcommand.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o top/initcommon.o top/initcommon.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o top/initsac.o top/initsac.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o top/saccommands.o top/saccommands.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/basenm.o ucf/basenm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/byteswap.o ucf/byteswap.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/cnvatf.o ucf/cnvatf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/cnvati.o ucf/cnvati.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/cnvfta.o ucf/cnvfta.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/cnvita.o ucf/cnvita.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/copydouble.o ucf/copydouble.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/copyi.o ucf/copyi.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/copykc.o ucf/copykc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/ddttm.o ucf/ddttm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/distaz.o ucf/distaz.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/evallogical.o ucf/evallogical.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/extrma.o ucf/extrma.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/fill.o ucf/fill.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/getxw.o ucf/getxw.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/getyw.o ucf/getyw.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/idttm.o ucf/idttm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/idttmf.o ucf/idttmf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/incdat.o ucf/incdat.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/inctim.o ucf/inctim.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/inctimf.o ucf/inctimf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/initok.o ucf/initok.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/kadate.o ucf/kadate.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/kadttm.o ucf/kadttm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/katime.o ucf/katime.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/kidate.o ucf/kidate.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/kijdat.o ucf/kijdat.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/lbsrch.o ucf/lbsrch.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/ldttm.o ucf/ldttm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/linrng.o ucf/linrng.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/ljust.o ucf/ljust.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/nccomp.o ucf/nccomp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/next2.o ucf/next2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/ophelp.o ucf/ophelp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/poptok.o ucf/poptok.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/sorti.o ucf/sorti.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/srtndx.o ucf/srtndx.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/timecheck.o ucf/timecheck.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/tokdel.o ucf/tokdel.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/tosecs.o ucf/tosecs.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/wapf.o ucf/wapf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/wrcom.o ucf/wrcom.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/wrhelp.o ucf/wrhelp.c
In file included from ucf/wrhelp.c:10:
ucf/wrhelp.c: In function ‘wrhelp’:
ucf/wrhelp.c:75:30: warning: array subscript has type ‘char’ [-Wchar-subscripts]
75 | if (isspace(kfilename[i]) || kfilename[i] == '\0')
| ~~~~~~~~~^~~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o ucf/wrindx.o ucf/wrindx.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o uom/dif2.o uom/dif2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o uom/dif3.o uom/dif3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o uom/dif5.o uom/dif5.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o uom/iniuom.o uom/iniuom.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o uom/xabs.o uom/xabs.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o uom/xadd.o uom/xadd.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o uom/xdif.o uom/xdif.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o uom/xdiv.o uom/xdiv.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o uom/xexp.o uom/xexp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o uom/xexp10.o uom/xexp10.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o uom/xint.o uom/xint.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o uom/xlog.o uom/xlog.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o uom/xlog10.o uom/xlog10.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o uom/xmul.o uom/xmul.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o uom/xsqr.o uom/xsqr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o uom/xsqrt.o uom/xsqrt.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o uom/xsub.o uom/xsub.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o uom/xuomc.o uom/xuomc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o uom/int.o uom/int.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o vars/createvlist.o vars/createvlist.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o vars/deletev.o vars/deletev.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o vars/deletevlist.o vars/deletevlist.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o vars/getvFILEptr.o vars/getvFILEptr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o vars/getvvstring.o vars/getvvstring.c
vars/getvvstring.c: In function ‘getvvstring’:
vars/getvvstring.c:73:13: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
73 | asprintf(&s2, "%lf", v->value);
| ^~~~~~~~
| asnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o vars/initializevar.o vars/initializevar.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o vars/inivars.o vars/inivars.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o vars/putvFILEptr.o vars/putvFILEptr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o vars/putvvstring.o vars/putvvstring.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o vars/readvfile.o vars/readvfile.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o vars/writevfile.o vars/writevfile.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o vars/var.o vars/var.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o vars/bbf.o vars/bbf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o wild/getdir.o wild/getdir.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o wild/lwildc.o wild/lwildc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o wild/wildch.o wild/wildch.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o wild/wildfl.o wild/wildfl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/adjust_height.o xyz/adjust_height.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/adjust_width.o xyz/adjust_width.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/calcfftsize.o xyz/calcfftsize.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/calcloc.o xyz/calcloc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/calcsize.o xyz/calcsize.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/cbar_window.o xyz/cbar_window.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/flipdata.o xyz/flipdata.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/getdata.o xyz/getdata.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/inixyz.o xyz/inixyz.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/label_cbar.o xyz/label_cbar.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/linear_interp.o xyz/linear_interp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/plotimage.o xyz/plotimage.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/scaleimage.o xyz/scaleimage.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/scallop.o xyz/scallop.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/smooth.o xyz/smooth.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/spcgrm.o xyz/spcgrm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/specplot.o xyz/specplot.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/spectrogram.o xyz/spectrogram.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/subtract.o xyz/subtract.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/vfxyz.o xyz/vfxyz.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/window_data.o xyz/window_data.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/writezdata.o xyz/writezdata.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/xcontour.o xyz/xcontour.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/xgrayscale.o xyz/xgrayscale.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/ximage.o xyz/ximage.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/xscallop.o xyz/xscallop.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/xspectrogram.o xyz/xspectrogram.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/xxyzc.o xyz/xxyzc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/xyzcleanup.o xyz/xyzcleanup.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/xzcolors.o xyz/xzcolors.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/xzlabels.o xyz/xzlabels.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/xzlevels.o xyz/xzlevels.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/xzlines.o xyz/xzlines.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/xzticks.o xyz/xzticks.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o xyz/zfft.o xyz/zfft.c
rm -f libsac_all.a
ar cru libsac_all.a bs/iniam.o bs/fid.o bs/octopus.o bs/strlist.o string/array.o bbs/createbbs.o bbs/deletebbs.o bbs/getbbv.o bbs/inibbs.o bbs/readbbf.o bbs/setbbv.o bbs/unsetbbv.o bbs/writebbf.o bom/inibom.o bom/relbfl.o bom/xaddf.o bom/xboec.o bom/xbomc.o bom/xmerge.o bot/capf.o bot/chpf.o bot/clipdp.o bot/crname.o bot/indexa.o bot/indexb.o bot/indexc.o bot/lequal.o bot/locdp.o bot/modcase.o bot/nequal.o bot/terminate.o bot/upcase.o bot/wrlist.o clf/fndelcl.o clf/ldelcl.o clf/lnumcl.o clf/lnxtcl.o clf/nfndcl.o clf/putcl.o cnd/getclun.o cnd/getdolen.o cnd/ldolist.o cnd/skipdo.o cnd/skipif.o cnd/xbreak.o cnd/xcndc.o cnd/xdo.o cnd/xelse.o cnd/xelseif.o cnd/xenddo.o cnd/xendif.o cnd/xif.o cnd/xwhile.o co/backspace.o co/complex.o co/ext_init.o co/fstrncpy.o co/getfline.o co/getline.o co/math.o co/select.o co/strscpy.o co/subscpy.o co/tokenize.o co/zauxfile.o co/zbasename.o co/zclose.o co/zclosec.o co/zcloses.o co/zdest.o co/zdestf.o co/zexecute.o co/zfiles.o co/zgetc.o co/zgetgd.o co/zgimsg.o co/zgpmsg.o co/zgtmsg.o co/zgwindowsize.o co/zinquire.o co/zload.o co/znfile.o co/znfiles.o co/zopen.o co/zopenc.o co/zopens.o co/zputc.o co/zquit.o co/zrabs.o co/zrun.o co/zrunname.o co/zruntext.o co/zsleep.o co/zsysop.o co/zwabs.o contouring/alloclabels.o contouring/allocpoints.o contouring/allocsegments.o contouring/calccontlab1.o contouring/calccontlab4.o contouring/calccontlabs.o contouring/calccontrlink.o contouring/calccontsegs.o contouring/calccontticks.o contouring/calclastpoint.o contouring/calcsegangle.o contouring/fastcontdata.o contouring/getcontlabel.o contouring/getcontpoint.o contouring/getcontrlink.o contouring/getcontseg.o contouring/getcontseglab.o contouring/initcontattr.o contouring/linkcontsegs.o contouring/listcontsegs.o contouring/markcontlabel.o contouring/mergecontsegs.o contouring/newcontlabel.o contouring/newcontpoint.o contouring/newcontseg.o contouring/nextcontseg.o contouring/plotcontdata.o contouring/plotcontsegs.o contouring/pointsequal.o contouring/putcontlabel.o contouring/putcontpoint.o contouring/putcontrlink.o contouring/putcontseg.o contouring/putcontseglab.o contouring/releaselabels.o contouring/releasepoints.o contouring/releasesegmen.o contouring/setcontdatali.o cpf/cerr.o cpf/cfmt.o cpf/cresp.o cpf/inicom.o cpf/initcomlists.o cpf/lcchar.o cpf/lccl.o cpf/lcdfl.o cpf/lcia.o cpf/lcidi.o cpf/lcint.o cpf/lcirc.o cpf/lcircp.o cpf/lckey.o cpf/lckeyExact.o cpf/lclist.o cpf/lclog.o cpf/lclog2.o cpf/lcmore.o cpf/lcquot.o cpf/lcra.o cpf/lcreal.o cpf/lcrest.o cpf/lcrrcp.o cpf/lcrtw.o cpf/lkchar.o cpf/lkcharExact.o cpf/lkentries.o cpf/lkia.o cpf/lkint.o cpf/lkirc.o cpf/lklist.o cpf/lklog.o cpf/lklog2.o cpf/lklogc.o cpf/lklogi.o cpf/lklogr.o cpf/lklogra.o cpf/lkquot.o cpf/lkra.o cpf/lkreal.o cpf/lkrest.o cpf/lkrrc.o cpf/lkrrcp.o cpf/lkrtw.o cpf/lkt.o cpf/non_num_com.o cpf/setcomlist.o cpf/xclog.o cpf/xclogr.o cpf/xcrrcp.o cpf/xcrtw.o datafilelist/nextinputfile.o datafilelist/setinputmode.o dbh/afr.o dbh/alias.o dbh/append.o dbh/apply.o dbh/autcor.o dbh/beroots.o dbh/bilin2.o dbh/buroots.o dbh/c1roots.o dbh/c2roots.o dbh/chebparm.o dbh/cpolar.o dbh/crit.o dbh/crscor.o dbh/cutoffs.o dbh/decim.o dbh/design.o dbh/dfr.o dbh/dircor.o dbh/edecim.o dbh/fft.o dbh/firtrn.o dbh/gauss.o dbh/getResponse.o dbh/iirfilter.o dbh/inspect.o dbh/levin.o dbh/levinD.o dbh/linpack.o dbh/lp.o dbh/lptbp.o dbh/lptbr.o dbh/lpthp.o dbh/mem.o dbh/mlm.o dbh/overlp.o dbh/pds.o dbh/pef.o dbh/phaseshift.o dbh/pltplr.o dbh/random.o dbh/rms.o dbh/shift.o dbh/spectr.o dbh/step.o dbh/unit.o dbh/warp.o dbh/wiener.o dbh/window.o dbh/winmov.o dbh/xapiir.o dbh/zero.o dbh/zshft.o dff/formhv.o dff/formmarker.o dff/gethv.o dff/getnfiles.o dff/hdrfld.o dff/inihdr.o dff/inilhf.o dff/lgahdr.o dff/markhdr.o dff/newhdr.o dff/rdsdta.o dff/rdsegy.o dff/rdshdr.o dff/rdxdrdta.o dff/setnfiles.o dff/setrng.o dff/updhdr.o dff/wrsac.o dff/wrsdd.o dff/wrsegy.o dff/wrxdr.o dff/xdrhdr.o bs/fstr.o dff/rsach.o dfm/cleardfl.o dfm/cnvfmt.o dfm/cnvfre.o dfm/decont.o dfm/defcut.o dfm/defmem.o dfm/detnum.o dfm/gennames.o dfm/getatw.o dfm/getprefs.o dfm/getwfdiscs.o dfm/inidfm.o dfm/iztypeMessage.o dfm/lfilesok.o dfm/makeuniq.o dfm/rdci.o dfm/readcfl.o dfm/readfl.o dfm/readgse.o dfm/readsuds.o dfm/sort.o dfm/synch.o dfm/updatedfl.o dfm/vblist.o dfm/vfeven.o dfm/vflist.o dfm/vfmax.o dfm/vfmaxn.o dfm/vfrng.o dfm/vfspec.o dfm/vftime.o dfm/wrci.o dfm/xch.o dfm/xconv.o dfm/xcopyhdr.o dfm/xcuter.o dfm/xdatagen.o dfm/xdeletechannel.o dfm/xdfmc.o dfm/xlh.o dfm/xpickauthor.o dfm/xpickphase.o dfm/xpickprefs.o dfm/xr.o dfm/xrcss.o dfm/xrerr.o dfm/xrgse.o dfm/xrh.o dfm/xrsdd.o dfm/xrsuds.o dfm/xrtab.o dfm/xsort.o dfm/xsynch.o dfm/xw.o dfm/xwcss.o dfm/xwgse.o dfm/xwh.o dfm/xwild.o dfm/xwtab.o dfm/cut.o eam/inieam.o eam/whpf1.o eam/xapk.o eam/xeamc.o eam/xoapf.o eam/xohpf.o eam/xwhpf.o exm/gettextwait.o exm/iniexm.o exm/proerr.o exm/qam.o exm/qapf.o exm/qcolor.o exm/qcut.o exm/qdevices.o exm/qfid.o exm/qgtext.o exm/qhpf.o exm/qline.o exm/qmtw.o exm/qpicks.o exm/qsymbol.o exm/qtitle.o exm/qwidth.o exm/qxlabl.o exm/qxlim.o exm/qylabl.o exm/qylim.o exm/repav.o exm/reperr.o exm/repivl.o exm/repkv.o exm/reprtw.o exm/setprompt.o exm/settextwait.o exm/tracereport.o exm/tracevariable.o exm/xabout.o exm/xcd.o exm/xecho.o exm/xeval.o exm/xexmc.o exm/xfg.o exm/xgetbb.o exm/xhelp.o exm/xinstallmacr.o exm/xload.o exm/xmacro.o exm/xmsg.o exm/xnews.o exm/xpause.o exm/xreadbbf.o exm/xreport.o exm/xsetbb.o exm/xsetmacro.o exm/xsyntx.o exm/xsystemcomma.o exm/xtrace.o exm/xtranscript.o exm/xunsetbb.o exm/xwritebbf.o extfuncs/fextlib.o extfuncs/fgetahdr.o extfuncs/fgetehdr.o extfuncs/fgetfhdr.o extfuncs/fgetlhdr.o extfuncs/fgetnhdr.o extfuncs/fsetahdr.o extfuncs/fsetehdr.o extfuncs/fsetfhdr.o extfuncs/fsetlhdr.o extfuncs/fsetnhdr.o extfuncs/getahdr.o extfuncs/getehdr.o extfuncs/getfhdr.o extfuncs/getfield.o extfuncs/getlhdr.o extfuncs/getnhdr.o extfuncs/makehdr.o extfuncs/setahdr.o extfuncs/setehdr.o extfuncs/setfhdr.o extfuncs/setlhdr.o extfuncs/setnhdr.o fks/calcBeamOffsets.o fks/calcoffsets.o fks/inifks.o fks/xbbfk.o fks/xbeam.o fks/xfksc.o fks/xgmtmap.o fks/xmap.o gam/dispid.o gam/disppk.o gam/disppkLandscape.o gam/getxlm.o gam/getylm.o gam/inigam.o gam/markvert.o gam/markwf.o gam/pcmcur.o gam/pcmrpl.o gam/pcrrpl.o gam/pcxcur.o gam/pcxop1.o gam/pcxop2.o gam/pcxope.o gam/pcxops.o gam/pcxrpl.o gam/pkchar.o gam/pkdet.o gam/pkeval.o gam/pkfilt.o gam/pkfunc.o gam/wavfrm.o gam/xfid.o gam/xfilenumber.o gam/xfitxy.o gam/xgamc.o gam/xp.o gam/xp1.o gam/xp2.o gam/xpc.o gam/xpicks.o gam/xplotalpha.o gam/xplotdy.o gam/xplotpm.o gam/xplotxy.o gam/xppk.o gam/xprint.o gam/xsetdevice.o gam/xylim.o gcm/xbegindevice.o gcm/xenddevices.o gcm/xgcmc.o gcm/xsgf.o gcm/xvspac.o gdm/adj_geometry.o gdm/begindevice.o gdm/begindevices.o gdm/beginframe.o gdm/beginwindow.o gdm/calstatus.o gdm/calvspace.o gdm/changectable.o gdm/convcolornam.o gdm/convcolornum.o gdm/createwindow.o gdm/cursor0.o gdm/cursoroff.o gdm/cursoron.o gdm/cursortext.o gdm/draw.o gdm/enddevice.o gdm/endframe.o gdm/endgraphics.o gdm/erase.o gdm/fill_colorbar.o gdm/fill_image.o gdm/flushbuffer.o gdm/get_geometry.o gdm/getalphainfo.o gdm/getdevicein1.o gdm/getdevicenam.o gdm/getdevicerat.o gdm/getlinestyle.o gdm/getmaxdevice.o gdm/getratio.o gdm/getstatus.o gdm/getstringsiz.o gdm/gettextjust.o gdm/gettextsize.o gdm/getvspace.o gdm/getvspacetyp.o gdm/getwindowsta.o gdm/inigdm.o gdm/initctable.o gdm/loadctable.o gdm/move.o gdm/put_image.o gdm/readctable.o gdm/setcolor.o gdm/setcolorname.o gdm/setlinestyle.o gdm/setlinewidth.o gdm/setpsctable.o gdm/settextangle.o gdm/settextfont.o gdm/settextjust.o gdm/settextsize.o gdm/settexttype.o gdm/setvspacecli.o gdm/setvspacetyp.o gdm/softwaretext.o gdm/text.o gdm/postscript.o gdm/record.o gdm/pdf.o gem/inisym.o gem/xaxes.o gem/xbeginframe.o gem/xbeginwindow.o gem/xcolor.o gem/xendframe.o gem/xgemc.o gem/xgrid.o gem/xgt.o gem/xlct.o gem/xline.o gem/xplab.o gem/xqdp.o gem/xsym.o gem/xticks.o gem/xtitle.o gem/xtsize.o gem/xwait.o gem/xwidth.o gem/xwindow.o gem/xxdiv.o gem/xxgrid.o gem/xxlab.o gem/xydiv.o gem/xygrid.o gem/xylab.o gem/set_skel_fudge.o gpm/begingraphic.o gtm/calwvtransfo.o gtm/getvport.o gtm/getworld.o gtm/inigtm.o gtm/line.o gtm/polyline.o gtm/rectangle.o gtm/setsymbolgap.o gtm/setsymbolnum.o gtm/setsymbolsiz.o gtm/setvport.o gtm/setvportrat.o gtm/setworld.o gtm/symbol.o gtm/vporttoworld.o gtm/worldcursor.o gtm/worlddraw.o gtm/worldline.o gtm/worldmove.o gtm/worldpolylin.o gtm/worldsector.o gtm/worldtovport.o gtm/xaxis.o gtm/xlinaxis.o gtm/xlogaxis.o gtm/yaxis.o gtm/ylinaxis.o gtm/ylogaxis.o history/history.o icm/EVRESPnames.o icm/EvrespGateway.o icm/balance.o icm/ckinst.o icm/dcpft.o icm/dewit.o icm/dseis.o icm/getins.o icm/getroots.o icm/iniicm.o icm/polezero.o icm/predfl.o icm/prewit.o icm/taper.o icm/transfer.o icm/xicmc.o icm/xprewit.o icm/xtransfer.o icm/fap.o icm/trans.o icm/libpz.o mat/engineCall.o mat/engineCall2.o mat/matBlackBoardVars.o mat/matConnect.o mat/matDisconnect.o mat/matHeaderDataManage.o mat/matStructArrayOps.o mat/stationSets.o mat/xCLOSEMAT.o mat/xMAT.o mat/xMAT3C.o mat/xmatc.o mat/xsetmat.o msg/apcmsg.o msg/apcmsg2.o msg/apcmsgnum.o msg/apfmsg.o msg/apimsg.o msg/aplmsg.o msg/autooutmsg.o msg/clrmsg.o msg/getsmsg.o msg/inimsg.o msg/inquiremsg.o msg/outmsg.o msg/pltmsg.o msg/sacmsg.o msg/sendmesg.o msg/setmsg.o msg/typmsg.o msg/wrtmsg.o ncpf/closemacro.o ncpf/executemacro.o ncpf/getepoch.o ncpf/getmacroinfo.o ncpf/gettime.o ncpf/indexs.o ncpf/inicpf.o ncpf/macrokeyword.o ncpf/macroline.o ncpf/macroordered.o ncpf/macropreambl.o ncpf/macrostatus.o ncpf/nstrlensp.o ncpf/openmacro.o ncpf/setmacrolev.o ncpf/setmacrostat.o nnm/xnnmc.o nnm/xwritenn.o pl/centxt.o pl/incat.o pl/inicol.o pl/inigem.o pl/inilin.o pl/iniwidth.o pl/logdta.o pl/pl2d.o pl/plalpha.o pl/plblank.o pl/plcalwvtrans.o pl/plclip.o pl/pldta.o pl/plgrid.o pl/plhome.o pl/plmap.o pl/plnocl.o pl/plplab.o pl/plrest.o pl/plsave.o pl/pltext.o pl/xlinax.o pl/xlogax.o pl/ylinax.o pl/ylogax.o sam/chkpha.o sam/cpft.o sam/estpha.o sam/fdWhitenWrite.o sam/fdWriteFiles.o sam/fdbp.o sam/fdbr.o sam/fdhp.o sam/fdlp.o sam/fdplot.o sam/filtb.o sam/filterdesign.o sam/filtk.o sam/inisam.o sam/rfir.o sam/spcval.o sam/toamph.o sam/torlim.o sam/unwrap.o sam/xbenioff.o sam/xbp.o sam/xbr.o sam/xconvolve.o sam/xcorrelate.o sam/xdft.o sam/xdivomega.o sam/xenvelope.o sam/xfir.o sam/xhan.o sam/xhilbert.o sam/xhp.o sam/xidft.o sam/xkeepam.o sam/xkhronhite.o sam/xlp.o sam/xmulomega.o sam/xpsp.o sam/xrsp.o sam/xsamc.o sam/xunwr.o sam/xwnr.o sam/xwsp.o sam/envelope.o scm/iniscm.o scm/lifite.o scm/lifitu.o scm/linear.o scm/rotate.o scm/wigint.o scm/xabsgl.o scm/xdecimate.o scm/xinterpolate.o scm/xlinefit.o scm/xpowgl.o scm/xquantize.o scm/xreverse.o scm/xrglitches.o scm/xrmean.o scm/xrotate.o scm/xrq.o scm/xrtr.o scm/xscmc.o scm/xsmooth.o scm/xstretch.o scm/xtaper.o scm/taper.o scm/rmean.o scm/rtrend.o scm/interpolate.o scm/rotinc.o site/initsite.o site/xsitecom.o site/xtestsite.o smm/inismm.o smm/ptp.o smm/xmarkptp.o smm/xmarktimes.o smm/xmarkvalue.o smm/xrms.o smm/xsmmc.o spe/inispe.o spe/xcor.o spe/xmem.o spe/xmlm.o spe/xpcor.o spe/xpds.o spe/xppe.o spe/xpspe.o spe/xquitspe.o spe/xrcor.o spe/xspe.o spe/xspec.o spe/xwcor.o spe/xwhiten.o spe/xwspe.o ssi/CSStoSAC.o ssi/DBheaderToSac.o ssi/DBwfToSac.o ssi/OnOrOff.o ssi/SacHeaderToDB.o ssi/SeisMgrCode.o ssi/SeisMgrToSac.o ssi/alignFiles.o ssi/deleteAllSacFiles.o ssi/inissi.o ssi/prefPicksToHeader.o ssi/rollback.o ssi/sacToSeisMgr.o ssi/uniqueStaAndChan.o ssi/xblend.o ssi/xcommit.o ssi/xcutim.o ssi/xreaddb.o ssi/xrollback.o ssi/xtablname.o sss/definelimits.o sss/iaspmodel.o sss/inisss.o sss/libtau.o sss/phaseadj.o sss/rscursor.o sss/timeadj.o sss/timecrossing.o sss/ttint.o sss/velocityadj.o sss/vmcalc.o sss/vmdly.o sss/vmline.o sss/xaddstack.o sss/xchangestack.o sss/xdeletestack.o sss/xdeltacheck.o sss/xdistanceaxis.o sss/xdistancewind.o sss/xglobalstack.o sss/xincrementsta.o sss/xliststack.o sss/xphase.o sss/xplotrecords.o sss/xplotstack.o sss/xquitsss.o sss/xsss.o sss/xsssc.o sss/xsumstack.o sss/xtimeaxis.o sss/xtimewindow.o sss/xtraveltime.o sss/xvelocitymode.o sss/xvelocityrose.o sss/xwritestack.o sss/xzerostack.o top/executecomman.o top/findcommand.o top/initcommon.o top/initsac.o top/saccommands.o ucf/basenm.o ucf/byteswap.o ucf/cnvatf.o ucf/cnvati.o ucf/cnvfta.o ucf/cnvita.o ucf/copydouble.o ucf/copyi.o ucf/copykc.o ucf/ddttm.o ucf/distaz.o ucf/evallogical.o ucf/extrma.o ucf/fill.o ucf/getxw.o ucf/getyw.o ucf/idttm.o ucf/idttmf.o ucf/incdat.o ucf/inctim.o ucf/inctimf.o ucf/initok.o ucf/kadate.o ucf/kadttm.o ucf/katime.o ucf/kidate.o ucf/kijdat.o ucf/lbsrch.o ucf/ldttm.o ucf/linrng.o ucf/ljust.o ucf/nccomp.o ucf/next2.o ucf/ophelp.o ucf/poptok.o ucf/sorti.o ucf/srtndx.o ucf/timecheck.o ucf/tokdel.o ucf/tosecs.o ucf/wapf.o ucf/wrcom.o ucf/wrhelp.o ucf/wrindx.o uom/dif2.o uom/dif3.o uom/dif5.o uom/iniuom.o uom/xabs.o uom/xadd.o uom/xdif.o uom/xdiv.o uom/xexp.o uom/xexp10.o uom/xint.o uom/xlog.o uom/xlog10.o uom/xmul.o uom/xsqr.o uom/xsqrt.o uom/xsub.o uom/xuomc.o uom/int.o vars/createvlist.o vars/deletev.o vars/deletevlist.o vars/getvFILEptr.o vars/getvvstring.o vars/initializevar.o vars/inivars.o vars/putvFILEptr.o vars/putvvstring.o vars/readvfile.o vars/writevfile.o vars/var.o vars/bbf.o wild/getdir.o wild/lwildc.o wild/wildch.o wild/wildfl.o xyz/adjust_height.o xyz/adjust_width.o xyz/calcfftsize.o xyz/calcloc.o xyz/calcsize.o xyz/cbar_window.o xyz/flipdata.o xyz/getdata.o xyz/inixyz.o xyz/label_cbar.o xyz/linear_interp.o xyz/plotimage.o xyz/scaleimage.o xyz/scallop.o xyz/smooth.o xyz/spcgrm.o xyz/specplot.o xyz/spectrogram.o xyz/subtract.o xyz/vfxyz.o xyz/window_data.o xyz/writezdata.o xyz/xcontour.o xyz/xgrayscale.o xyz/ximage.o xyz/xscallop.o xyz/xspectrogram.o xyz/xxyzc.o xyz/xyzcleanup.o xyz/xzcolors.o xyz/xzlabels.o xyz/xzlevels.o xyz/xzlines.o xyz/xzticks.o xyz/zfft.o
ranlib libsac_all.a
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/beginSGFtemp.o gd2/beginSGFtemp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/begindevice2.o gd2/begindevice2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/beginframe2.o gd2/beginframe2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/beginwindow2.o gd2/beginwindow2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/calc_loc2.o gd2/calc_loc2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/cbar_window2.o gd2/cbar_window2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/changectable2.o gd2/changectable2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/createwindo2.o gd2/createwindo2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/cursor2.o gd2/cursor2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/cursortext2.o gd2/cursortext2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/draw2.o gd2/draw2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/endSGFtemp.o gd2/endSGFtemp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/enddevice2.o gd2/enddevice2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/endframe2.o gd2/endframe2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/erase2.o gd2/erase2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/fill_clrbar2.o gd2/fill_clrbar2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/fill_image2.o gd2/fill_image2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/flushbuffer2.o gd2/flushbuffer2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/get_geometry2.o gd2/get_geometry2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/getalphainf2.o gd2/getalphainf2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/getdevicein2.o gd2/getdevicein2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/getdevicera2.o gd2/getdevicera2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/getratio2.o gd2/getratio2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/getwindowst2.o gd2/getwindowst2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/initdevice2.o gd2/initdevice2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/move2.o gd2/move2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/put_image2.o gd2/put_image2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/setcolor2.o gd2/setcolor2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/setctable2.o gd2/setctable2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/setlinestyl2.o gd2/setlinestyl2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/setsgfdir.o gd2/setsgfdir.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/setsgfnumber.o gd2/setsgfnumber.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/setsgfprefix.o gd2/setsgfprefix.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/setsgfsize.o gd2/setsgfsize.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/settextangl2.o gd2/settextangl2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/settextsize2.o gd2/settextsize2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd2/setwidth2.o gd2/setwidth2.c
rm -f libsgf.a
ar cru libsgf.a gd2/beginSGFtemp.o gd2/begindevice2.o gd2/beginframe2.o gd2/beginwindow2.o gd2/calc_loc2.o gd2/cbar_window2.o gd2/changectable2.o gd2/createwindo2.o gd2/cursor2.o gd2/cursortext2.o gd2/draw2.o gd2/endSGFtemp.o gd2/enddevice2.o gd2/endframe2.o gd2/erase2.o gd2/fill_clrbar2.o gd2/fill_image2.o gd2/flushbuffer2.o gd2/get_geometry2.o gd2/getalphainf2.o gd2/getdevicein2.o gd2/getdevicera2.o gd2/getratio2.o gd2/getwindowst2.o gd2/initdevice2.o gd2/move2.o gd2/put_image2.o gd2/setcolor2.o gd2/setctable2.o gd2/setlinestyl2.o gd2/setsgfdir.o gd2/setsgfnumber.o gd2/setsgfprefix.o gd2/setsgfsize.o gd2/settextangl2.o gd2/settextsize2.o gd2/setwidth2.o
ranlib libsgf.a
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/acc.o icm/acc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/bbdisp.o icm/bbdisp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/bbvel.o icm/bbvel.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/benbog.o icm/benbog.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/clh.o icm/clh.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/clz.o icm/clz.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/cmh.o icm/cmh.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/cmz.o icm/cmz.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/csh.o icm/csh.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/csz.o icm/csz.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/dss.o icm/dss.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/dwwssn.o icm/dwwssn.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/ekalp6.o icm/ekalp6.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/ekasp2.o icm/ekasp2.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/elmag.o icm/elmag.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/eyeomg.o icm/eyeomg.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/gbalp.o icm/gbalp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/gbasp.o icm/gbasp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/general.o icm/general.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/gsref.o icm/gsref.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/hfslpwb.o icm/hfslpwb.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/hqr.o icm/hqr.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/hs3.o icm/hs3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/lll.o icm/lll.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/llsn.o icm/llsn.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/lrsmlp.o icm/lrsmlp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/lrsmsp.o icm/lrsmsp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/noress.o icm/noress.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/noresshf.o icm/noresshf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/oldbb.o icm/oldbb.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/oldkir.o icm/oldkir.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/portable.o icm/portable.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/ptbllp.o icm/ptbllp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/redkir.o icm/redkir.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/reftek.o icm/reftek.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/rs7.o icm/rs7.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/rsk.o icm/rsk.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/rsl.o icm/rsl.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/rsm.o icm/rsm.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/rstn.o icm/rstn.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/sandia.o icm/sandia.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/snla3.o icm/snla3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/sro.o icm/sro.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/vel.o icm/vel.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/wa.o icm/wa.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/wabn.o icm/wabn.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/wiech.o icm/wiech.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/wwlpbn.o icm/wwlpbn.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/wwsp.o icm/wwsp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/wwspbn.o icm/wwspbn.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/ykalp.o icm/ykalp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/ykasp.o icm/ykasp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/getran.o icm/getran.c
rm -f libicm.a
ar cru libicm.a icm/acc.o icm/bbdisp.o icm/bbvel.o icm/benbog.o icm/clh.o icm/clz.o icm/cmh.o icm/cmz.o icm/csh.o icm/csz.o icm/dss.o icm/dwwssn.o icm/ekalp6.o icm/ekasp2.o icm/elmag.o icm/eyeomg.o icm/gbalp.o icm/gbasp.o icm/general.o icm/gsref.o icm/hfslpwb.o icm/hqr.o icm/hs3.o icm/lll.o icm/llsn.o icm/lrsmlp.o icm/lrsmsp.o icm/noress.o icm/noresshf.o icm/oldbb.o icm/oldkir.o icm/portable.o icm/ptbllp.o icm/redkir.o icm/reftek.o icm/rs7.o icm/rsk.o icm/rsl.o icm/rsm.o icm/rstn.o icm/sandia.o icm/snla3.o icm/sro.o icm/vel.o icm/wa.o icm/wabn.o icm/wiech.o icm/wwlpbn.o icm/wwsp.o icm/wwspbn.o icm/ykalp.o icm/ykasp.o icm/getran.o
ranlib libicm.a
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/begindevice3.o gd3.x11/begindevice3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/beginframe3.o gd3.x11/beginframe3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/beginwindow3.o gd3.x11/beginwindow3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/calc_loc3.o gd3.x11/calc_loc3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/cbar_window3.o gd3.x11/cbar_window3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/changectable3.o gd3.x11/changectable3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/createwindo3.o gd3.x11/createwindo3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/cursor3.o gd3.x11/cursor3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/cursortext3.o gd3.x11/cursortext3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/dispatcheve3.o gd3.x11/dispatcheve3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/draw3.o gd3.x11/draw3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/drawpoly3.o gd3.x11/drawpoly3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/enddevice3.o gd3.x11/enddevice3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/endframe3.o gd3.x11/endframe3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/erase3.o gd3.x11/erase3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/error3.o gd3.x11/error3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/expose3.o gd3.x11/expose3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/fill_clrbar3.o gd3.x11/fill_clrbar3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/fill_image3.o gd3.x11/fill_image3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/flushbuffer3.o gd3.x11/flushbuffer3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/get_geometry3.o gd3.x11/get_geometry3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/getalphainf3.o gd3.x11/getalphainf3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/getdevicein3.o gd3.x11/getdevicein3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/getdevicera3.o gd3.x11/getdevicera3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/getratio3.o gd3.x11/getratio3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/getwindowst3.o gd3.x11/getwindowst3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/initdevice3.o gd3.x11/initdevice3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/make_label3.o gd3.x11/make_label3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/move3.o gd3.x11/move3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/put_image3.o gd3.x11/put_image3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/setcolor3.o gd3.x11/setcolor3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/setctable3.o gd3.x11/setctable3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/setlinestyl3.o gd3.x11/setlinestyl3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/setpsctable3.o gd3.x11/setpsctable3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/settextsize3.o gd3.x11/settextsize3.c
gd3.x11/settextsize3.c: In function ‘unique_font_struct’:
gd3.x11/settextsize3.c:140:9: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
140 | asprintf(&p, "%s-%d-*", base, sizes[i]);
| ^~~~~~~~
| asnprintf
In file included from gd3.x11/settextsize3.c:15:
gd3.x11/settextsize3.c: In function ‘encode’:
gd3.x11/settextsize3.c:582:37: warning: array subscript has type ‘char’ [-Wchar-subscripts]
582 | while (*end && !isspace(*end) && *end != '\\') {
| ^~~~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/setwidth3.o gd3.x11/setwidth3.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o gd3.x11/save3.o gd3.x11/save3.c
gd3.x11/save3.c: In function ‘xpm_write’:
gd3.x11/save3.c:57:23: warning: unused parameter ‘out’ [-Wunused-parameter]
57 | xpm_write(display_t * out, char *file) {
| ~~~~~~~~~~~~^~~
gd3.x11/save3.c:57:34: warning: unused parameter ‘file’ [-Wunused-parameter]
57 | xpm_write(display_t * out, char *file) {
| ~~~~~~^~~~
rm -f libsac_x11.a
ar cru libsac_x11.a gd3.x11/begindevice3.o gd3.x11/beginframe3.o gd3.x11/beginwindow3.o gd3.x11/calc_loc3.o gd3.x11/cbar_window3.o gd3.x11/changectable3.o gd3.x11/createwindo3.o gd3.x11/cursor3.o gd3.x11/cursortext3.o gd3.x11/dispatcheve3.o gd3.x11/draw3.o gd3.x11/drawpoly3.o gd3.x11/enddevice3.o gd3.x11/endframe3.o gd3.x11/erase3.o gd3.x11/error3.o gd3.x11/expose3.o gd3.x11/fill_clrbar3.o gd3.x11/fill_image3.o gd3.x11/flushbuffer3.o gd3.x11/get_geometry3.o gd3.x11/getalphainf3.o gd3.x11/getdevicein3.o gd3.x11/getdevicera3.o gd3.x11/getratio3.o gd3.x11/getwindowst3.o gd3.x11/initdevice3.o gd3.x11/make_label3.o gd3.x11/move3.o gd3.x11/put_image3.o gd3.x11/setcolor3.o gd3.x11/setctable3.o gd3.x11/setlinestyl3.o gd3.x11/setpsctable3.o gd3.x11/settextsize3.o gd3.x11/setwidth3.o gd3.x11/save3.o
ranlib libsac_x11.a
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o docs/pdf.o docs/pdf.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o docs/ps.o docs/ps.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o docs/font.o docs/font.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o string/strings.o string/strings.c
string/strings.c: In function ‘string_printf_append_internal’:
string/strings.c:247:9: warning: implicit declaration of function ‘vasprintf’; did you mean ‘vasnprintf’? [-Wimplicit-function-declaration]
247 | n = vasprintf(&s, fmt, args);
| ^~~~~~~~~
| vasnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o string/datetime.o string/datetime.c
In file included from string/datetime.c:33:
string/datetime.c: In function ‘datetime_strptime’:
string/datetime.c:438:28: warning: array subscript has type ‘char’ [-Wchar-subscripts]
438 | while (isspace(*b)) {
| ^~
string/datetime.c: In function ‘datetime_string’:
string/datetime.c:741:5: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
741 | asprintf(&s, "%04d/%02d/%02d (%03d) %02d:%02d:%02d.%03lld", t->year,
| ^~~~~~~~
| asnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o eval/expr_lexer.o eval/expr_lexer.c
expr_lexer.l: In function ‘eval_syntax_error’:
expr_lexer.l:658:5: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o eval/expr_parse.o eval/expr_parse.c
expr_parse.y: In function ‘yy_reduce’:
expr_parse.y:437:7: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o eval/expr_util.o eval/expr_util.c
eval/expr_util.c: In function ‘macro_variable_no_value’:
eval/expr_util.c:482:5: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
482 | asprintf(&prmt, "%s? $", k);
| ^~~~~~~~
| asnprintf
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o eval/expr_parse_noop.o eval/expr_parse_noop.c
expr_parse_noop.y: In function ‘yy_reduce’:
expr_parse_noop.y:437:7: warning: implicit declaration of function ‘asprintf’; did you mean ‘asnprintf’? [-Wimplicit-function-declaration]
rm -f libturtle.a
ar cru libturtle.a docs/pdf.o docs/ps.o docs/font.o string/strings.o string/datetime.o eval/expr_lexer.o eval/expr_parse.o eval/expr_util.o eval/expr_parse_noop.o
ranlib libturtle.a
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/smDataIO.o SeisMgr/smDataIO.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/smWorkSets.o SeisMgr/smWorkSets.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/stringfun.o SeisMgr/stringfun.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/cssb/cssRead2_8FlatFiles.o SeisMgr/cssb/cssRead2_8FlatFiles.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/cssb/cssReadFlatFiles.o SeisMgr/cssb/cssReadFlatFiles.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/cssb/cssWriteFlatFiles.o SeisMgr/cssb/cssWriteFlatFiles.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/cssb/cssbIO.o SeisMgr/cssb/cssbIO.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/cssListOps/cssListOps.o SeisMgr/cssListOps/cssListOps.c
In file included from SeisMgr/cssListOps/cssListOps.c:6:
SeisMgr/cssListOps/cssListOps.c: In function ‘CHRlen’:
SeisMgr/cssListOps/cssListOps.c:3027:24: warning: array subscript has type ‘char’ [-Wchar-subscripts]
3027 | if (isdigit(str[j]))
| ~~~^~~
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/cssListOps/dbFillWfdisc.o SeisMgr/cssListOps/dbFillWfdisc.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/cssListOps/dblErrors.o SeisMgr/cssListOps/dblErrors.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/cssListOps/dblGetDataSubs.o SeisMgr/cssListOps/dblGetDataSubs.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/cssListOps/dblUserData.o SeisMgr/cssListOps/dblUserData.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/cssListOps/enlarge.o SeisMgr/cssListOps/enlarge.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/cssListOps/g2tofloat.o SeisMgr/cssListOps/g2tofloat.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/cssListOps/isValid.o SeisMgr/cssListOps/isValid.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/gc/gcChecks.o SeisMgr/gc/gcChecks.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/gc/gcCollect.o SeisMgr/gc/gcCollect.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/gse/GSEWaveforms.o SeisMgr/gse/GSEWaveforms.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/gse/cmprs6.o SeisMgr/gse/cmprs6.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/gse/dcomp.o SeisMgr/gse/dcomp.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/gse/gseRead20.o SeisMgr/gse/gseRead20.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/gse/gseWrite20.o SeisMgr/gse/gseWrite20.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/sacIO/dbConversions.o SeisMgr/sacIO/dbConversions.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/sacIO/sacInput.o SeisMgr/sacIO/sacInput.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/sacIO/sacOutput.o SeisMgr/sacIO/sacOutput.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/smMemory/smMemory.o SeisMgr/smMemory/smMemory.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/suds/sudsDataConversions.o SeisMgr/suds/sudsDataConversions.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/suds/sudsIO.o SeisMgr/suds/sudsIO.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/suds/sudsListOps.o SeisMgr/suds/sudsListOps.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/suds/sudsReading.o SeisMgr/suds/sudsReading.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/suds/sudsToCSSlist.o SeisMgr/suds/sudsToCSSlist.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/suds/sudsWriting.o SeisMgr/suds/sudsWriting.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/time/timefuncs.o SeisMgr/time/timefuncs.c
In file included from SeisMgr/time/timefuncs.c:5:
SeisMgr/time/timefuncs.c: In function ‘NotNumericString’:
SeisMgr/time/timefuncs.c:158:28: warning: array subscript has type ‘char’ [-Wchar-subscripts]
158 | if (!(isdigit(token[j]))) {
| ~~~~~^~~
rm -f libSMnonOracleFuncs.a
ar cru libSMnonOracleFuncs.a SeisMgr/smDataIO.o SeisMgr/smWorkSets.o SeisMgr/stringfun.o SeisMgr/cssb/cssRead2_8FlatFiles.o SeisMgr/cssb/cssReadFlatFiles.o SeisMgr/cssb/cssWriteFlatFiles.o SeisMgr/cssb/cssbIO.o SeisMgr/cssListOps/cssListOps.o SeisMgr/cssListOps/dbFillWfdisc.o SeisMgr/cssListOps/dblErrors.o SeisMgr/cssListOps/dblGetDataSubs.o SeisMgr/cssListOps/dblUserData.o SeisMgr/cssListOps/enlarge.o SeisMgr/cssListOps/g2tofloat.o SeisMgr/cssListOps/isValid.o SeisMgr/gc/gcChecks.o SeisMgr/gc/gcCollect.o SeisMgr/gse/GSEWaveforms.o SeisMgr/gse/cmprs6.o SeisMgr/gse/dcomp.o SeisMgr/gse/gseRead20.o SeisMgr/gse/gseWrite20.o SeisMgr/sacIO/dbConversions.o SeisMgr/sacIO/sacInput.o SeisMgr/sacIO/sacOutput.o SeisMgr/smMemory/smMemory.o SeisMgr/suds/sudsDataConversions.o SeisMgr/suds/sudsIO.o SeisMgr/suds/sudsListOps.o SeisMgr/suds/sudsReading.o SeisMgr/suds/sudsToCSSlist.o SeisMgr/suds/sudsWriting.o SeisMgr/time/timefuncs.o
ranlib libSMnonOracleFuncs.a
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o SeisMgr/smNoDBstubs.o SeisMgr/smNoDBstubs.c
gcc -DHAVE_CONFIG_H -I. -I../inc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -c -o icm/nonOracle/dbaseCommand.o icm/nonOracle/dbaseCommand.c
rm -f libSacOracleStubFuncs.a
ar cru libSacOracleStubFuncs.a SeisMgr/smNoDBstubs.o icm/nonOracle/dbaseCommand.o
ranlib libSacOracleStubFuncs.a
gcc -fPIC -I/usr/include/libxml2 -I../inc -I.. -I//include -I../evalresp/libsrc -Wall -Wextra -o sac.exe main/sac.o -L. -L. libsac_all.a libsgf.a libicm.a libsac_x11.a ../fern/libfern.a ../fern/libpile.a libsac_all.a libturtle.a libSMnonOracleFuncs.a ../libmseed/libmseed.a ../sacio/libsacio_bsd.a -L../evalresp -levalresp -lspline -lmxmlev -levalresp_log libsac_all.a libsgf.a libSacOracleStubFuncs.a -lz -lxml2 -lz -llzma -liconv -lm -L//lib -lcurl -lX11 -ldl -lm -lreadline -lncurses
rm -f libsacio.a
cp ../sacio/libsacio_bsd.a libsacio.a
ar r libsacio.a ucf/distaz.o co/math.o vars/bbf.o
ranlib libsacio.a
rm -f libsac.a
ar cru libsac.a co/complex.o bot/indexb.o bot/indexa.o string/strings.o co/fstrncpy.o bs/fstr.o bot/nequal.o string/datetime.o dff/hdrfld.o dff/inilhf.o dfm/cut.o dbh/xapiir.o dbh/apply.o dbh/design.o dbh/lp.o dbh/lptbp.o dbh/lptbr.o dbh/lpthp.o dbh/warp.o dbh/cutoffs.o dbh/chebparm.o dbh/buroots.o dbh/beroots.o dbh/c1roots.o dbh/c2roots.o dbh/bilin2.o dbh/firtrn.o dbh/overlp.o dbh/zero.o dbh/zshft.o dbh/fft.o dbh/crscor.o dbh/window.o dbh/rms.o icm/trans.o icm/dcpft.o icm/taper.o icm/getran.o icm/libpz.o ucf/next2.o ucf/copydouble.o sam/envelope.o scm/rmean.o scm/rtrend.o scm/taper.o scm/interpolate.o scm/wigint.o scm/rotate.o scm/lifite.o scm/lifitu.o uom/dif2.o uom/dif3.o uom/dif5.o uom/int.o
ranlib libsac.a
rm -f libsac_check.a
ar cru libsac_check.a ucf/cnvatf.o ucf/cnvati.o ucf/inctim.o ucf/inctimf.o ucf/cnvfta.o ucf/copydouble.o bs/fstr.o
ranlib libsac_check.a
rm -f libmsg.a
ar cru libmsg.a msg/apcmsg.o msg/apcmsg2.o msg/apcmsgnum.o msg/apimsg.o msg/aplmsg.o msg/clrmsg.o msg/getsmsg.o msg/inimsg.o msg/sacmsg.o msg/sendmesg.o msg/setmsg.o msg/typmsg.o msg/wrtmsg.o msg/apfmsg.o msg/outmsg.o co/zopens.o co/zcloses.o co/zbasename.o co/subscpy.o bot/indexb.o co/fstrncpy.o bot/crname.o co/zinquire.o bot/modcase.o bot/indexa.o string/strings.o dff/inihdr.o dff/inilhf.o
ranlib libmsg.a
rm -f libvars.a
ar cru libvars.a vars/deletevlist.o vars/createvlist.o vars/inivars.o vars/bbf.o vars/putvvstring.o vars/var.o vars/getvvstring.o vars/initializevar.o bbs/inibbs.o bbs/getbbv.o bbs/setbbv.o bs/fstr.o
ranlib libvars.a
make[1]: Leaving directory '/home/hp/sac-102.0/src'
Making all in utils
make[1]: Entering directory '/home/hp/sac-102.0/utils'
gcc -DHAVE_CONFIG_H -I. -I../inc -Wall -Wextra -c -o sgftops.o sgftops.c
gcc -Wall -Wextra -o sgftops.exe sgftops.o -ldl -lm -lreadline -lncurses
gcc -DHAVE_CONFIG_H -I. -I../inc -Wall -Wextra -c -o sgfswap.o sgfswap.c
gcc -Wall -Wextra -o sgfswap.exe sgfswap.o -ldl -lm -lreadline -lncurses
gcc -DHAVE_CONFIG_H -I. -I../inc -I../sacio -Wall -Wextra -c -o saclst-saclst.o `test -f 'saclst.c' || echo './'`saclst.c
gcc -I../sacio -Wall -Wextra -o saclst.exe saclst-saclst.o ../src/libsacio.a -ldl -lm -lreadline -lncurses
gcc -DHAVE_CONFIG_H -I. -I../inc -I../sacio -Wall -Wextra -c -o sacswap-sacswap.o `test -f 'sacswap.c' || echo './'`sacswap.c
gcc -I../sacio -Wall -Wextra -o sacswap.exe sacswap-sacswap.o ../src/libsacio.a -ldl -lm -lreadline -lncurses
gcc -DHAVE_CONFIG_H -I. -I../inc -I../sacio -Wall -Wextra -c -o sacset-sacset.o `test -f 'sacset.c' || echo './'`sacset.c
sacset.c: In function ‘main’:
sacset.c:106:19: warning: implicit declaration of function ‘strcasestr’; did you mean ‘strcasecmp’? [-Wimplicit-function-declaration]
106 | } else if(strcasestr(argv[i], "-nvhdr") != NULL) {
| ^~~~~~~~~~
| strcasecmp
sacset.c:106:49: warning: comparison between pointer and integer
106 | } else if(strcasestr(argv[i], "-nvhdr") != NULL) {
| ^~
gcc -I../sacio -Wall -Wextra -o sacset.exe sacset-sacset.o ../src/libsacio.a -ldl -lm -lreadline -lncurses
gcc -DHAVE_CONFIG_H -I. -I../inc -I../sacio -Wall -Wextra -c -o sacdiff-sacdiff.o `test -f 'sacdiff.c' || echo './'`sacdiff.c
gcc -I../sacio -Wall -Wextra -o sacdiff.exe sacdiff-sacdiff.o ../src/libsacio.a -ldl -lm -lreadline -lncurses
gcc -DHAVE_CONFIG_H -I. -I../inc -Wall -Wextra -c -o bbfswap.o bbfswap.c
gcc -Wall -Wextra -o bbfswap.exe bbfswap.o ../src/libsacio.a -ldl -lm -lreadline -lncurses
gcc -DHAVE_CONFIG_H -I. -I../inc -Wall -Wextra -c -o unvis.o unvis.c
gcc -Wall -Wextra -o unvis.exe unvis.o -ldl -lm -lreadline -lncurses
make[1]: Leaving directory '/home/hp/sac-102.0/utils'
Making all in t
make[1]: Entering directory '/home/hp/sac-102.0/t'
gcc -DHAVE_CONFIG_H -I. -I../inc -Wall -Wextra -Wall -I../inc -I.. -I../include -DTOP_SRCDIR=\"..\" -c -o unit.o unit.c
rm -f libunit.a
ar cru libunit.a unit.o
ranlib libunit.a
make[1]: Leaving directory '/home/hp/sac-102.0/t'
make[1]: Entering directory '/home/hp/sac-102.0'
/usr/bin/sed "s,__SAC_PREFIX__,/home/hp/sac-102.0," /home/hp/sac-102.0/bin/sacinit.sh.in > bin/sacinit.sh
/usr/bin/sed "s,__SAC_PREFIX__,/home/hp/sac-102.0," /home/hp/sac-102.0/bin/sacinit.csh.in > bin/sacinit.csh
/usr/bin/sed -e "s,__SAC_PREFIX__,/home/hp/sac-102.0," -e "s,__SAC_VERSION__,102.0," /home/hp/sac-102.0/bin/sac-config.in > bin/sac-config
make[1]: Leaving directory '/home/hp/sac-102.0'

hp@DESKTOP-MULWA2018 ~/sac-102.0
01:22:18 v.22510d55