Hi Hveen,

Two issues;

1- What you posted is not from JTSDK build script and ..
2- Your trying to run wsjt.py from the source directory

To run after building with JTSDK, *follow the prompts!!*

The built package should be located in:

/home/Nedlastinger/jtsdk/wsjt/10.0/5770/install

so, in the terminal, type:

cd /home/Nedlastinger/jtsdk/wsjt/10.0/5770/install
./wsjt.sh


73's
Greg, KI7MT


On 08/28/2015 07:13 PM, Håken Hveem wrote:
> Ok, i have tried to build it with jtsdk, and that results in exactly the
> same sample rate related bug.
> 
> This is going to be a loong rad, since i have included the build
> output,the configure output and finally another python issue.
> 
> I have also refreshed the files from the svn.
> Here we go:
> 
> ./configure  --with-portaudio-include-dir=/usr/include
> --with-portaudio-lib-dir=/usr/lib/x86_64-linux-gnu
> checking for gcc... gcc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> 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 for g77... no
> checking for xlf... no
> checking for f77... no
> checking for frt... no
> checking for pgf77... no
> checking for cf77... no
> checking for fort77... no
> checking for fl32... no
> checking for af77... no
> checking for xlf90... no
> checking for f90... no
> checking for pgf90... no
> checking for pghpf... no
> checking for epcf90... no
> checking for gfortran... gfortran
> checking whether we are using the GNU Fortran 77 compiler... yes
> checking whether gfortran accepts -g... yes
> ./configure: line 3154: test: =: unary operator expected
> checking uname -s... no
> checking for g95... no
> checking for gfortran... /usr/bin/gfortran
> *** gfortran compiler found at /usr/bin/gfortran
> *** No g95 compiler found
> checking for a v19 portaudio ... checking for Pa_GetVersion in
> -lportaudio... yes
> checking if gcc is Apple GCC... no
> checking for library containing strerror... none required
> checking for inline... inline
> checking how to run the C preprocessor... gcc -E
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking whether gcc needs -traditional... no
> checking whether make sets $(MAKE)... yes
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for rm... /bin/rm
> checking for cp... /bin/cp
> checking for mv... /bin/mv
> checking for ln... /bin/ln
> checking for sed... /bin/sed
> checking for ar... /usr/bin/ar
> checking for ld... /usr/bin/ld
> checking for test... /usr/bin/test
> checking for python... /usr/bin/python
> checking for f2py... /usr/bin/f2py
> checking OS... 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 fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking float.h usability... yes
> checking float.h presence... yes
> checking for float.h... yes
> checking for inttypes.h... (cached) yes
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking stddef.h usability... yes
> checking stddef.h presence... yes
> checking for stddef.h... yes
> checking for stdint.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking sys/ioctl.h usability... yes
> checking sys/ioctl.h presence... yes
> checking for sys/ioctl.h... yes
> checking sys/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking unistd.hinttypes.h usability... no
> checking unistd.hinttypes.h presence... no
> checking for unistd.hinttypes.h... no
> checking for stdint.h... (cached) yes
> checking sys/resource.h usability... yes
> checking sys/resource.h presence... yes
> checking for sys/resource.h... yes
> checking for sys/param.h... (cached) yes
> checking errno.h usability... yes
> checking errno.h presence... yes
> checking for errno.h... yes
> checking sys/syslog.h usability... yes
> checking sys/syslog.h presence... yes
> checking for sys/syslog.h... yes
> checking for stddef.h... (cached) yes
> checking libgen.h usability... yes
> checking libgen.h presence... yes
> checking for libgen.h... yes
> checking sys/wait.h usability... yes
> checking sys/wait.h presence... yes
> checking for sys/wait.h... yes
> checking wait.h usability... yes
> checking wait.h presence... yes
> checking for wait.h... yes
> checking stdio.h usability... yes
> checking stdio.h presence... yes
> checking for stdio.h... yes
> checking termios.h usability... yes
> checking termios.h presence... yes
> checking for termios.h... yes
> checking for sys/resource.h... (cached) yes
> checking linux/ppdev.h usability... yes
> checking linux/ppdev.h presence... yes
> checking for linux/ppdev.h... yes
> checking dev/ppbus/ppi.h usability... no
> checking dev/ppbus/ppi.h presence... no
> checking for dev/ppbus/ppi.h... no
> checking for sys/stat.h... (cached) yes
> checking for fcntl.h... (cached) yes
> checking for sys/ioctl.h... (cached) yes
> checking whether time.h and sys/time.h may both be included... yes
> checking fftw3.h usability... yes
> checking fftw3.h presence... yes
> checking for fftw3.h... yes
> checking samplerate.h usability... yes
> checking samplerate.h presence... yes
> checking for samplerate.h... yes
> checking whether string.h and strings.h may both be included... yes
> checking for sfftw_destroy_plan_ in -lfftw3f... yes
> checking stdarg.h usability... yes
> checking stdarg.h presence... yes
> checking for stdarg.h... yes
> configure: creating ./config.status
> config.status: creating Makefile
> 
> -------------------------------------------
> Configuration Summary
> -------------------------------------------
> 
> Fcomplier: ...... yes
> Package: ........ WSJT 10.0
> Install Prefix: . /usr/local
> 
> 
> haaken@Haaken-Cooler-Master:~/Nedlastinger/wsjt-svn/trunk > make
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c a2d.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c abc441.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c alignmsg.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c ana932.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c analytic.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c astro.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c avecho.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c avemsg4.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c avemsg65.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c avemsg6m.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c avesp2.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c azdist.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c bzap.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c chk441.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c chkhist.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c chkmsg.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c coord.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c db.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c dcoord.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c decode1.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c decode2.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c decode3.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c decode4.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c decode65.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c decode6m.f90
> cc -Wall -O0 -g  -Wall -O0 -g -DBIGSYM=1 -fPIC -DPACKAGE_NAME=\"wsjt\"
> -DPACKAGE_TARNAME=\"wsjt\" -DPACKAGE_VERSION=\"10.0\"
> -DPACKAGE_STRING=\"wsjt\ 10.0\" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DFC_LIB_PATH=\"/usr/lib/gcc/x86_64-linux-gnu/4.8/\"
> -DFC=\"gfortran\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1
> -DHAVE_STDINT_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_PARAM_H=1
> -DHAVE_ERRNO_H=1 -DHAVE_SYS_SYSLOG_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_LIBGEN_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAIT_H=1 -DHAVE_STDIO_H=1
> -DHAVE_TERMIOS_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_LINUX_PPDEV_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1
> -DTIME_WITH_SYS_TIME=1 -DSTRING_WITH_STRINGS=1 -DNDEBUG=1
> -DHAS_SAMPLERATE_H=1 -DHAS_PORTAUDIO=1 -DHAS_PORTAUDIO_H=1
> -DHAS_PORTAUDIO_LIB=1 -DHAS_FFTW3_H=1 -DHAS_FFTW3FLIBS=1 -I. -DBIGSYM
> -DHAVE_STRUCT_TIMESPEC -fPIC -c decode_rs.c
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c decodems.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c deep4.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c deep65.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c deg2grid.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c demod64a.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c detect.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c dot.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c dtrim.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c echogen.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c encode232.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c encode4.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c encode65.f90
> cc -Wall -O0 -g  -Wall -O0 -g -DBIGSYM=1 -fPIC -DPACKAGE_NAME=\"wsjt\"
> -DPACKAGE_TARNAME=\"wsjt\" -DPACKAGE_VERSION=\"10.0\"
> -DPACKAGE_STRING=\"wsjt\ 10.0\" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DFC_LIB_PATH=\"/usr/lib/gcc/x86_64-linux-gnu/4.8/\"
> -DFC=\"gfortran\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1
> -DHAVE_STDINT_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_PARAM_H=1
> -DHAVE_ERRNO_H=1 -DHAVE_SYS_SYSLOG_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_LIBGEN_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAIT_H=1 -DHAVE_STDIO_H=1
> -DHAVE_TERMIOS_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_LINUX_PPDEV_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1
> -DTIME_WITH_SYS_TIME=1 -DSTRING_WITH_STRINGS=1 -DNDEBUG=1
> -DHAS_SAMPLERATE_H=1 -DHAS_PORTAUDIO=1 -DHAS_PORTAUDIO_H=1
> -DHAS_PORTAUDIO_LIB=1 -DHAS_FFTW3_H=1 -DHAS_FFTW3FLIBS=1 -I. -DBIGSYM
> -DHAVE_STRUCT_TIMESPEC -fPIC -c encode_rs.c
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c entail.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c extract.F90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c extract4.f90
> cc -Wall -O0 -g  -Wall -O0 -g -DBIGSYM=1 -fPIC -DPACKAGE_NAME=\"wsjt\"
> -DPACKAGE_TARNAME=\"wsjt\" -DPACKAGE_VERSION=\"10.0\"
> -DPACKAGE_STRING=\"wsjt\ 10.0\" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DFC_LIB_PATH=\"/usr/lib/gcc/x86_64-linux-gnu/4.8/\"
> -DFC=\"gfortran\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1
> -DHAVE_STDINT_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_PARAM_H=1
> -DHAVE_ERRNO_H=1 -DHAVE_SYS_SYSLOG_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_LIBGEN_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAIT_H=1 -DHAVE_STDIO_H=1
> -DHAVE_TERMIOS_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_LINUX_PPDEV_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1
> -DTIME_WITH_SYS_TIME=1 -DSTRING_WITH_STRINGS=1 -DNDEBUG=1
> -DHAS_SAMPLERATE_H=1 -DHAS_PORTAUDIO=1 -DHAS_PORTAUDIO_H=1
> -DHAS_PORTAUDIO_LIB=1 -DHAS_FFTW3_H=1 -DHAS_FFTW3FLIBS=1 -I. -DBIGSYM
> -DHAVE_STRUCT_TIMESPEC -fPIC -c fano.c
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c fano232.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c fil651.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c fil652.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c fil653.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c fivehz.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c flat1.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c flat2.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c flatten.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c foldms.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c four2a.f90
> cc -Wall -O0 -g  -Wall -O0 -g -DBIGSYM=1 -fPIC -DPACKAGE_NAME=\"wsjt\"
> -DPACKAGE_TARNAME=\"wsjt\" -DPACKAGE_VERSION=\"10.0\"
> -DPACKAGE_STRING=\"wsjt\ 10.0\" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DFC_LIB_PATH=\"/usr/lib/gcc/x86_64-linux-gnu/4.8/\"
> -DFC=\"gfortran\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1
> -DHAVE_STDINT_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_PARAM_H=1
> -DHAVE_ERRNO_H=1 -DHAVE_SYS_SYSLOG_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_LIBGEN_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAIT_H=1 -DHAVE_STDIO_H=1
> -DHAVE_TERMIOS_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_LINUX_PPDEV_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1
> -DTIME_WITH_SYS_TIME=1 -DSTRING_WITH_STRINGS=1 -DNDEBUG=1
> -DHAS_SAMPLERATE_H=1 -DHAS_PORTAUDIO=1 -DHAS_PORTAUDIO_H=1
> -DHAS_PORTAUDIO_LIB=1 -DHAS_FFTW3_H=1 -DHAS_FFTW3FLIBS=1 -I. -DBIGSYM
> -DHAVE_STRUCT_TIMESPEC -fPIC -c fthread.c
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c ftpeak65.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c gen4.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c gen441.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c gen65.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c gen6m.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c gencw.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c gencwid.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c geniscat.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c genmet.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c genms.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c gentone.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c geocentric.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c geodist.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c get_fname.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c getmet4.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c getpfx1.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c getpfx2.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c getsnr.f90
> cc -Wall -O0 -g  -Wall -O0 -g -DBIGSYM=1 -fPIC -DPACKAGE_NAME=\"wsjt\"
> -DPACKAGE_TARNAME=\"wsjt\" -DPACKAGE_VERSION=\"10.0\"
> -DPACKAGE_STRING=\"wsjt\ 10.0\" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DFC_LIB_PATH=\"/usr/lib/gcc/x86_64-linux-gnu/4.8/\"
> -DFC=\"gfortran\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1
> -DHAVE_STDINT_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_PARAM_H=1
> -DHAVE_ERRNO_H=1 -DHAVE_SYS_SYSLOG_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_LIBGEN_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAIT_H=1 -DHAVE_STDIO_H=1
> -DHAVE_TERMIOS_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_LINUX_PPDEV_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1
> -DTIME_WITH_SYS_TIME=1 -DSTRING_WITH_STRINGS=1 -DNDEBUG=1
> -DHAS_SAMPLERATE_H=1 -DHAS_PORTAUDIO=1 -DHAS_PORTAUDIO_H=1
> -DHAS_PORTAUDIO_LIB=1 -DHAS_FFTW3_H=1 -DHAS_FFTW3FLIBS=1 -I. -DBIGSYM
> -DHAVE_STRUCT_TIMESPEC -fPIC -c gran.c
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c graycode.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c grid2deg.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c grid2k.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c hipass.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c horizspec.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c hscroll.f90
> cc -Wall -O0 -g  -Wall -O0 -g -DBIGSYM=1 -fPIC -DPACKAGE_NAME=\"wsjt\"
> -DPACKAGE_TARNAME=\"wsjt\" -DPACKAGE_VERSION=\"10.0\"
> -DPACKAGE_STRING=\"wsjt\ 10.0\" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DFC_LIB_PATH=\"/usr/lib/gcc/x86_64-linux-gnu/4.8/\"
> -DFC=\"gfortran\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1
> -DHAVE_STDINT_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_PARAM_H=1
> -DHAVE_ERRNO_H=1 -DHAVE_SYS_SYSLOG_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_LIBGEN_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAIT_H=1 -DHAVE_STDIO_H=1
> -DHAVE_TERMIOS_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_LINUX_PPDEV_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1
> -DTIME_WITH_SYS_TIME=1 -DSTRING_WITH_STRINGS=1 -DNDEBUG=1
> -DHAS_SAMPLERATE_H=1 -DHAS_PORTAUDIO=1 -DHAS_PORTAUDIO_H=1
> -DHAS_PORTAUDIO_LIB=1 -DHAS_FFTW3_H=1 -DHAS_FFTW3FLIBS=1 -I. -DBIGSYM
> -DHAVE_STRUCT_TIMESPEC -fPIC -c igray.c
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c indexx.f90
> cc -Wall -O0 -g  -Wall -O0 -g -DBIGSYM=1 -fPIC -DPACKAGE_NAME=\"wsjt\"
> -DPACKAGE_TARNAME=\"wsjt\" -DPACKAGE_VERSION=\"10.0\"
> -DPACKAGE_STRING=\"wsjt\ 10.0\" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DFC_LIB_PATH=\"/usr/lib/gcc/x86_64-linux-gnu/4.8/\"
> -DFC=\"gfortran\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1
> -DHAVE_STDINT_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_PARAM_H=1
> -DHAVE_ERRNO_H=1 -DHAVE_SYS_SYSLOG_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_LIBGEN_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAIT_H=1 -DHAVE_STDIO_H=1
> -DHAVE_TERMIOS_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_LINUX_PPDEV_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1
> -DTIME_WITH_SYS_TIME=1 -DSTRING_WITH_STRINGS=1 -DNDEBUG=1
> -DHAS_SAMPLERATE_H=1 -DHAS_PORTAUDIO=1 -DHAS_PORTAUDIO_H=1
> -DHAS_PORTAUDIO_LIB=1 -DHAS_FFTW3_H=1 -DHAS_FFTW3FLIBS=1 -I. -DBIGSYM
> -DHAVE_STRUCT_TIMESPEC -fPIC -c init_rs.c
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c interleave4.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c interleave63.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c iscat.f90
> cc -Wall -O0 -g  -Wall -O0 -g -DBIGSYM=1 -fPIC -DPACKAGE_NAME=\"wsjt\"
> -DPACKAGE_TARNAME=\"wsjt\" -DPACKAGE_VERSION=\"10.0\"
> -DPACKAGE_STRING=\"wsjt\ 10.0\" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DFC_LIB_PATH=\"/usr/lib/gcc/x86_64-linux-gnu/4.8/\"
> -DFC=\"gfortran\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1
> -DHAVE_STDINT_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_PARAM_H=1
> -DHAVE_ERRNO_H=1 -DHAVE_SYS_SYSLOG_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_LIBGEN_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAIT_H=1 -DHAVE_STDIO_H=1
> -DHAVE_TERMIOS_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_LINUX_PPDEV_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1
> -DTIME_WITH_SYS_TIME=1 -DSTRING_WITH_STRINGS=1 -DNDEBUG=1
> -DHAS_SAMPLERATE_H=1 -DHAS_PORTAUDIO=1 -DHAS_PORTAUDIO_H=1
> -DHAS_PORTAUDIO_LIB=1 -DHAS_FFTW3_H=1 -DHAS_FFTW3FLIBS=1 -I. -DBIGSYM
> -DHAVE_STRUCT_TIMESPEC -fPIC -c jtaudio.c
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c jtms.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c k2grid.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c lenms.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c limit.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c longx.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c lpf1.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c makepings.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c match.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c moon2.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c moondop.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c morse.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c msdf.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c msgtype.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c mtdecode.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c nchar.f90
> cc -Wall -O0 -g  -Wall -O0 -g -DBIGSYM=1 -fPIC -DPACKAGE_NAME=\"wsjt\"
> -DPACKAGE_TARNAME=\"wsjt\" -DPACKAGE_VERSION=\"10.0\"
> -DPACKAGE_STRING=\"wsjt\ 10.0\" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DFC_LIB_PATH=\"/usr/lib/gcc/x86_64-linux-gnu/4.8/\"
> -DFC=\"gfortran\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1
> -DHAVE_STDINT_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_PARAM_H=1
> -DHAVE_ERRNO_H=1 -DHAVE_SYS_SYSLOG_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_LIBGEN_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAIT_H=1 -DHAVE_STDIO_H=1
> -DHAVE_TERMIOS_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_LINUX_PPDEV_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1
> -DTIME_WITH_SYS_TIME=1 -DSTRING_WITH_STRINGS=1 -DNDEBUG=1
> -DHAS_SAMPLERATE_H=1 -DHAS_PORTAUDIO=1 -DHAS_PORTAUDIO_H=1
> -DHAS_PORTAUDIO_LIB=1 -DHAS_FFTW3_H=1 -DHAS_FFTW3FLIBS=1 -I. -DBIGSYM
> -DHAVE_STRUCT_TIMESPEC -fPIC -c nhash.c
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c packcall.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c packgrid.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c packmsg.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c packpfx.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c packtext.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c pctile.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c peakup.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c pfxdump.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c ping.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c pix2d.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c pix2d65.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c ps.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c ps4.f90
> cc -Wall -O0 -g  -Wall -O0 -g -DBIGSYM=1 -fPIC -DPACKAGE_NAME=\"wsjt\"
> -DPACKAGE_TARNAME=\"wsjt\" -DPACKAGE_VERSION=\"10.0\"
> -DPACKAGE_STRING=\"wsjt\ 10.0\" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DFC_LIB_PATH=\"/usr/lib/gcc/x86_64-linux-gnu/4.8/\"
> -DFC=\"gfortran\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1
> -DHAVE_STDINT_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_PARAM_H=1
> -DHAVE_ERRNO_H=1 -DHAVE_SYS_SYSLOG_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_LIBGEN_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAIT_H=1 -DHAVE_STDIO_H=1
> -DHAVE_TERMIOS_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_LINUX_PPDEV_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1
> -DTIME_WITH_SYS_TIME=1 -DSTRING_WITH_STRINGS=1 -DNDEBUG=1
> -DHAS_SAMPLERATE_H=1 -DHAS_PORTAUDIO=1 -DHAS_PORTAUDIO_H=1
> -DHAS_PORTAUDIO_LIB=1 -DHAS_FFTW3_H=1 -DHAS_FFTW3FLIBS=1 -I. -DBIGSYM
> -DHAVE_STRUCT_TIMESPEC -fPIC -c ptt_unix.c
> cc -Wall -O0 -g  -Wall -O0 -g -DBIGSYM=1 -fPIC -DPACKAGE_NAME=\"wsjt\"
> -DPACKAGE_TARNAME=\"wsjt\" -DPACKAGE_VERSION=\"10.0\"
> -DPACKAGE_STRING=\"wsjt\ 10.0\" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DFC_LIB_PATH=\"/usr/lib/gcc/x86_64-linux-gnu/4.8/\"
> -DFC=\"gfortran\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1
> -DHAVE_STDINT_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_PARAM_H=1
> -DHAVE_ERRNO_H=1 -DHAVE_SYS_SYSLOG_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_LIBGEN_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAIT_H=1 -DHAVE_STDIO_H=1
> -DHAVE_TERMIOS_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_LINUX_PPDEV_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1
> -DTIME_WITH_SYS_TIME=1 -DSTRING_WITH_STRINGS=1 -DNDEBUG=1
> -DHAS_SAMPLERATE_H=1 -DHAS_PORTAUDIO=1 -DHAS_PORTAUDIO_H=1
> -DHAS_PORTAUDIO_LIB=1 -DHAS_FFTW3_H=1 -DHAS_FFTW3FLIBS=1 -I. -DBIGSYM
> -DHAVE_STRUCT_TIMESPEC -fPIC -c resample.c
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c rfile.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c rfile2.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c s2shape.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c savedata.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c set.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c setup65.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c setupms.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c short65.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c slope.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c smo.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c smooth.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c sort.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c spec2d.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c spec2d65.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c spec441.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c spread.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c ssort.f90
> cc -Wall -O0 -g  -Wall -O0 -g -DBIGSYM=1 -fPIC -DPACKAGE_NAME=\"wsjt\"
> -DPACKAGE_TARNAME=\"wsjt\" -DPACKAGE_VERSION=\"10.0\"
> -DPACKAGE_STRING=\"wsjt\ 10.0\" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DFC_LIB_PATH=\"/usr/lib/gcc/x86_64-linux-gnu/4.8/\"
> -DFC=\"gfortran\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1
> -DHAVE_STDINT_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_PARAM_H=1
> -DHAVE_ERRNO_H=1 -DHAVE_SYS_SYSLOG_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_LIBGEN_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAIT_H=1 -DHAVE_STDIO_H=1
> -DHAVE_TERMIOS_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_LINUX_PPDEV_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1
> -DTIME_WITH_SYS_TIME=1 -DSTRING_WITH_STRINGS=1 -DNDEBUG=1
> -DHAS_SAMPLERATE_H=1 -DHAS_PORTAUDIO=1 -DHAS_PORTAUDIO_H=1
> -DHAS_PORTAUDIO_LIB=1 -DHAS_FFTW3_H=1 -DHAS_FFTW3FLIBS=1 -I. -DBIGSYM
> -DHAVE_STRUCT_TIMESPEC -fPIC -c start_threads.c
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c stdecode.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c sun.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c symsync65.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c sync.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c sync4.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c sync65.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c syncf0.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c syncf1.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c synciscat.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c syncms.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c synct.f90
> cc -Wall -O0 -g  -Wall -O0 -g -DBIGSYM=1 -fPIC -DPACKAGE_NAME=\"wsjt\"
> -DPACKAGE_TARNAME=\"wsjt\" -DPACKAGE_VERSION=\"10.0\"
> -DPACKAGE_STRING=\"wsjt\ 10.0\" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DFC_LIB_PATH=\"/usr/lib/gcc/x86_64-linux-gnu/4.8/\"
> -DFC=\"gfortran\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1
> -DHAVE_STDINT_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_PARAM_H=1
> -DHAVE_ERRNO_H=1 -DHAVE_SYS_SYSLOG_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_LIBGEN_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAIT_H=1 -DHAVE_STDIO_H=1
> -DHAVE_TERMIOS_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_LINUX_PPDEV_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1
> -DTIME_WITH_SYS_TIME=1 -DSTRING_WITH_STRINGS=1 -DNDEBUG=1
> -DHAS_SAMPLERATE_H=1 -DHAS_PORTAUDIO=1 -DHAS_PORTAUDIO_H=1
> -DHAS_PORTAUDIO_LIB=1 -DHAS_FFTW3_H=1 -DHAS_FFTW3FLIBS=1 -I. -DBIGSYM
> -DHAVE_STRUCT_TIMESPEC -fPIC -c tab.c
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c thnix.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c tm2.f90
> cc -Wall -O0 -g  -Wall -O0 -g -DBIGSYM=1 -fPIC -DPACKAGE_NAME=\"wsjt\"
> -DPACKAGE_TARNAME=\"wsjt\" -DPACKAGE_VERSION=\"10.0\"
> -DPACKAGE_STRING=\"wsjt\ 10.0\" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DFC_LIB_PATH=\"/usr/lib/gcc/x86_64-linux-gnu/4.8/\"
> -DFC=\"gfortran\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1
> -DHAVE_STDINT_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_PARAM_H=1
> -DHAVE_ERRNO_H=1 -DHAVE_SYS_SYSLOG_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_LIBGEN_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAIT_H=1 -DHAVE_STDIO_H=1
> -DHAVE_TERMIOS_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_LINUX_PPDEV_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1
> -DTIME_WITH_SYS_TIME=1 -DSTRING_WITH_STRINGS=1 -DNDEBUG=1
> -DHAS_SAMPLERATE_H=1 -DHAS_PORTAUDIO=1 -DHAS_PORTAUDIO_H=1
> -DHAS_PORTAUDIO_LIB=1 -DHAS_FFTW3_H=1 -DHAS_FFTW3FLIBS=1 -I. -DBIGSYM
> -DHAVE_STRUCT_TIMESPEC -fPIC -c tmoonsub.c
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c toxyz.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c tweak1.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c tweak2.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c unpackcall.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c unpackgrid.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c unpackmsg.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c unpackpfx.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c unpacktext.f90
> cc -Wall -O0 -g  -Wall -O0 -g -DBIGSYM=1 -fPIC -DPACKAGE_NAME=\"wsjt\"
> -DPACKAGE_TARNAME=\"wsjt\" -DPACKAGE_VERSION=\"10.0\"
> -DPACKAGE_STRING=\"wsjt\ 10.0\" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DFC_LIB_PATH=\"/usr/lib/gcc/x86_64-linux-gnu/4.8/\"
> -DFC=\"gfortran\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1
> -DHAVE_STDINT_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_PARAM_H=1
> -DHAVE_ERRNO_H=1 -DHAVE_SYS_SYSLOG_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_LIBGEN_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAIT_H=1 -DHAVE_STDIO_H=1
> -DHAVE_TERMIOS_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_LINUX_PPDEV_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1
> -DTIME_WITH_SYS_TIME=1 -DSTRING_WITH_STRINGS=1 -DNDEBUG=1
> -DHAS_SAMPLERATE_H=1 -DHAS_PORTAUDIO=1 -DHAS_PORTAUDIO_H=1
> -DHAS_PORTAUDIO_LIB=1 -DHAS_FFTW3_H=1 -DHAS_FFTW3FLIBS=1 -I. -DBIGSYM
> -DHAVE_STRUCT_TIMESPEC -fPIC -c usleep.c
> cc -Wall -O0 -g  -Wall -O0 -g -DBIGSYM=1 -fPIC -DPACKAGE_NAME=\"wsjt\"
> -DPACKAGE_TARNAME=\"wsjt\" -DPACKAGE_VERSION=\"10.0\"
> -DPACKAGE_STRING=\"wsjt\ 10.0\" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DFC_LIB_PATH=\"/usr/lib/gcc/x86_64-linux-gnu/4.8/\"
> -DFC=\"gfortran\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1
> -DHAVE_STDINT_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_PARAM_H=1
> -DHAVE_ERRNO_H=1 -DHAVE_SYS_SYSLOG_H=1 -DHAVE_STDDEF_H=1
> -DHAVE_LIBGEN_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAIT_H=1 -DHAVE_STDIO_H=1
> -DHAVE_TERMIOS_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_LINUX_PPDEV_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1
> -DTIME_WITH_SYS_TIME=1 -DSTRING_WITH_STRINGS=1 -DNDEBUG=1
> -DHAS_SAMPLERATE_H=1 -DHAS_PORTAUDIO=1 -DHAS_PORTAUDIO_H=1
> -DHAS_PORTAUDIO_LIB=1 -DHAS_FFTW3_H=1 -DHAS_FFTW3FLIBS=1 -I. -DBIGSYM
> -DHAVE_STRUCT_TIMESPEC -fPIC -c wrapkarn.c
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c wsjt1.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c wsjt4.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c wsjt65.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c wsjtgen.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c xcor.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c xcor4.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c xfft.f90
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c xfft2.f90
> ar cr libjt.a a2d.o abc441.o alignmsg.o ana932.o analytic.o astro.o
> avecho.o avemsg4.o avemsg65.o avemsg6m.o avesp2.o azdist.o bzap.o
> chk441.o chkhist.o chkmsg.o coord.o db.o dcoord.o decode1.o decode2.o
> decode3.o decode4.o decode65.o decode6m.o decode_rs.o decodems.o deep4.o
> deep65.o deg2grid.o demod64a.o detect.o dot.o dtrim.o echogen.o
> encode232.o encode4.o encode65.o encode_rs.o entail.o extract.o
> extract4.o fano.o fano232.o fil651.o fil652.o fil653.o fivehz.o flat1.o
> flat2.o flatten.o foldms.o four2a.o fthread.o ftpeak65.o gen4.o gen441.o
> gen65.o gen6m.o gencw.o gencwid.o geniscat.o genmet.o genms.o gentone.o
> geocentric.o geodist.o get_fname.o getmet4.o getpfx1.o getpfx2.o
> getsnr.o gran.o graycode.o grid2deg.o grid2k.o hipass.o horizspec.o
> hscroll.o igray.o indexx.o init_rs.o interleave4.o interleave63.o
> iscat.o jtaudio.o jtms.o k2grid.o lenms.o limit.o longx.o lpf1.o
> makepings.o match.o moon2.o moondop.o morse.o msdf.o msgtype.o
> mtdecode.o nchar.o nhash.o packcall.o packgrid.o packmsg.o packpfx.o
> packtext.o pctile.o peakup.o pfxdump.o ping.o pix2d.o pix2d65.o ps.o
> ps4.o ptt_unix.o resample.o rfile.o rfile2.o s2shape.o savedata.o set.o
> setup65.o setupms.o short65.o slope.o smo.o smooth.o sort.o spec2d.o
> spec2d65.o spec441.o spread.o ssort.o start_threads.o stdecode.o sun.o
> symsync65.o sync.o sync4.o sync65.o syncf0.o syncf1.o synciscat.o
> syncms.o synct.o tab.o thnix.o tm2.o tmoonsub.o toxyz.o tweak1.o
> tweak2.o unpackcall.o unpackgrid.o unpackmsg.o unpackpfx.o unpacktext.o
> usleep.o wrapkarn.o wsjt1.o wsjt4.o wsjt65.o wsjtgen.o xcor.o xcor4.o
> xfft.o xfft2.o
> ranlib libjt.a
> /usr/bin/f2py -c -I. --fcompiler=gnu95 --f77exec=gfortran
> --f90exec=gfortran \
>         --opt="-cpp -fbounds-check -O2" -L/usr/lib/x86_64-linux-gnu
> -L/usr/local/lib  -L/usr/lib/gcc/x86_64-linux-gnu/4.8/ \
>         -lpthread  -lportaudio -lsamplerate -lfftw3f libjt.a -m Audio
> ftn_init.f90 ftn_quit.f90 \
>         audio_init.f90 spec.f90 getfile.f90 azdist0.f90 \
>         astro0.f90 chkt0.f90
> running build
> running config_cc
> unifing config_cc, config, build_clib, build_ext, build commands
> --compiler options
> running config_fc
> unifing config_fc, config, build_clib, build_ext, build commands
> --fcompiler options
> running build_src
> build_src
> building extension "Audio" sources
> f2py options: []
> f2py:> /tmp/tmpvMSJ5t/src.linux-x86_64-2.7/Audiomodule.c
> creating /tmp/tmpvMSJ5t/src.linux-x86_64-2.7
> Reading fortran codes...
>         Reading file 'ftn_init.f90' (format:free)
>         Reading file 'gcom1.f90' (format:free)
>         Reading file 'gcom2.f90' (format:free)
> Line #111 in gcom2.f90:"parameter (ND2MAX=120*11025)"
>         determineexprtype: could not determine expressions ('120*11025')
> type.
>         Reading file 'gcom3.f90' (format:free)
>         Reading file 'gcom4.f90' (format:free)
> Line #8 in gcom4.f90:"parameter (ND2CMAX=120*11025)"
>         determineexprtype: could not determine expressions ('120*11025')
> type.
>         Reading file 'ftn_quit.f90' (format:free)
>         Reading file 'audio_init.f90' (format:free)
>         Reading file 'gcom1.f90' (format:free)
>         Reading file 'gcom2.f90' (format:free)
> Line #111 in gcom2.f90:"parameter (ND2MAX=120*11025)"
>         determineexprtype: could not determine expressions ('120*11025')
> type.
>         Reading file 'spec.f90' (format:free)
>         Reading file 'gcom1.f90' (format:free)
>         Reading file 'gcom2.f90' (format:free)
> Line #111 in gcom2.f90:"parameter (ND2MAX=120*11025)"
>         determineexprtype: could not determine expressions ('120*11025')
> type.
>         Reading file 'gcom3.f90' (format:free)
>         Reading file 'gcom4.f90' (format:free)
> Line #8 in gcom4.f90:"parameter (ND2CMAX=120*11025)"
>         determineexprtype: could not determine expressions ('120*11025')
> type.
>         Reading file 'gcom5.f90' (format:free)
>         Reading file 'getfile.f90' (format:free)
> rmbadname1: Replacing "len" with "len_bn".
> Line #4 in getfile.f90:"  parameter (NDMAX=120*11025)"
>         determineexprtype: could not determine expressions ('120*11025')
> type.
>         Reading file 'gcom1.f90' (format:free)
>         Reading file 'gcom2.f90' (format:free)
> Line #111 in gcom2.f90:"parameter (ND2MAX=120*11025)"
>         determineexprtype: could not determine expressions ('120*11025')
> type.
>         Reading file 'gcom4.f90' (format:free)
> Line #8 in gcom4.f90:"parameter (ND2CMAX=120*11025)"
>         determineexprtype: could not determine expressions ('120*11025')
> type.
> Line #65 in getfile.f90:"  parameter (NDMAX=120*11025)"
>         determineexprtype: could not determine expressions ('120*11025')
> type.
>         Reading file 'azdist0.f90' (format:free)
>         Reading file 'astro0.f90' (format:free)
>         Reading file 'gcom1.f90' (format:free)
>         Reading file 'gcom2.f90' (format:free)
> Line #111 in gcom2.f90:"parameter (ND2MAX=120*11025)"
>         determineexprtype: could not determine expressions ('120*11025')
> type.
>         Reading file 'chkt0.f90' (format:free)
>         Reading file 'gcom2.f90' (format:free)
> Line #111 in gcom2.f90:"parameter (ND2MAX=120*11025)"
>         determineexprtype: could not determine expressions ('120*11025')
> type.
> Post-processing...
>         Block: Audio
>                         Block: ftn_init
>                         Block: ftn_quit
> {}
> In: :Audio:audio_init.f90:audio_init
> vars2fortran: No typespec for argument "ndin".
> {}
> In: :Audio:audio_init.f90:audio_init
> vars2fortran: No typespec for argument "ndout".
>                         Block: audio_init
> {}
> In: :Audio:spec.f90:spec
> vars2fortran: No typespec for argument "logmap".
>                         Block: spec
> {}
> In: :Audio:getfile.f90:getfile
> vars2fortran: No typespec for argument "len_bn".
>                         Block: getfile
>                         Block: check_endian
> {}
> In: :Audio:getfile.f90:iswap_int
> vars2fortran: No typespec for argument "idat".
>                         Block: iswap_int
>                         Block: iswap_short
> {'attrspec': ['intent(out)']}
> In: :Audio:azdist0.f90:azdist0
> vars2fortran: No typespec for argument "naz".
> {'attrspec': ['intent(out)']}
> In: :Audio:azdist0.f90:azdist0
> vars2fortran: No typespec for argument "nel".
> {'attrspec': ['intent(out)']}
> In: :Audio:azdist0.f90:azdist0
> vars2fortran: No typespec for argument "ndmiles".
> {'attrspec': ['intent(out)']}
> In: :Audio:azdist0.f90:azdist0
> vars2fortran: No typespec for argument "ndkm".
> {'attrspec': ['intent(out)']}
> In: :Audio:azdist0.f90:azdist0
> vars2fortran: No typespec for argument "nhotaz".
> {'attrspec': ['intent(out)']}
> In: :Audio:azdist0.f90:azdist0
> vars2fortran: No typespec for argument "nhotabetter".
>                         Block: azdist0
> {'attrspec': ['intent(in)']}
> In: :Audio:astro0.f90:astro0
> vars2fortran: No typespec for argument "nyear".
> {'attrspec': ['intent(in)']}
> In: :Audio:astro0.f90:astro0
> vars2fortran: No typespec for argument "month".
> {'attrspec': ['intent(in)']}
> In: :Audio:astro0.f90:astro0
> vars2fortran: No typespec for argument "nday".
> {'attrspec': ['intent(in)']}
> In: :Audio:astro0.f90:astro0
> vars2fortran: No typespec for argument "uth8".
> {'attrspec': ['intent(in)']}
> In: :Audio:astro0.f90:astro0
> vars2fortran: No typespec for argument "nfreq".
> {'attrspec': ['intent(out)']}
> In: :Audio:astro0.f90:astro0
> vars2fortran: No typespec for argument "ntsky".
> {'attrspec': ['intent(out)']}
> In: :Audio:astro0.f90:astro0
> vars2fortran: No typespec for argument "ndop".
> {'attrspec': ['intent(out)']}
> In: :Audio:astro0.f90:astro0
> vars2fortran: No typespec for argument "ndop00".
> {'attrspec': ['intent(out)']}
> In: :Audio:astro0.f90:astro0
> vars2fortran: No typespec for argument "raaux8".
> {'attrspec': ['intent(out)']}
> In: :Audio:astro0.f90:astro0
> vars2fortran: No typespec for argument "decaux8".
>                         Block: astro0
> {'attrspec': ['intent(out)']}
> In: :Audio:chkt0.f90:chkt0
> vars2fortran: No typespec for argument "nplain".
> {'attrspec': ['intent(out)']}
> In: :Audio:chkt0.f90:chkt0
> vars2fortran: No typespec for argument "naddon".
> {'attrspec': ['intent(out)']}
> In: :Audio:chkt0.f90:chkt0
> vars2fortran: No typespec for argument "ndiff".
>                         Block: chkt0
> Post-processing (stage 2)...
> Building modules...
>         Building module "Audio"...
>                 Constructing wrapper function "ftn_init"...
>                   ftn_init()
>                 Constructing wrapper function "ftn_quit"...
>                   ftn_quit()
>                 Constructing wrapper function "audio_init"...
>                   audio_init(ndin,ndout)
>                 Constructing wrapper function "spec"...
>                   spec(brightness,contrast,logmap,ngain,nspeed)
>                 Constructing wrapper function "getfile"...
>                   getfile(fname,len_bn)
>                 Constructing wrapper function "check_endian"...
>                   check_endian()
>                 Creating wrapper for Fortran function
> "iswap_int"("iswap_int")...
>                 Constructing wrapper function "iswap_int"...
>                   iswap_int = iswap_int(idat)
>                 Creating wrapper for Fortran function
> "iswap_short"("iswap_short")...
>                 Constructing wrapper function "iswap_short"...
>                   iswap_short = iswap_short(idat)
>                 Constructing wrapper function "azdist0"...
>                   naz,nel,ndmiles,ndkm,nhotaz,nhotabetter =
> azdist0(mygrid,hisgrid,utch)
>                 Constructing wrapper function "astro0"...
> 
> azsun8,elsun8,azmoon8,elmoon8,azmoonb8,elmoonb8,ntsky,ndop,ndop00,dbmoon8,ramoon8,decmoon8,ha8,dgrd8,sd8,poloffset8,xnr8,dfdt,dfdt0,raaux8,decaux8,azaux8,elaux8,width1,width2,w501,w502,xlst8
> = astro0(nyear,month,nday,uth8,nfreq,grid,cauxra,cauxdec)
>                 Constructing wrapper function "chkt0"...
>                   nplain,naddon,ndiff = chkt0()
>                 Constructing COMMON block support for "mtxcom"...
>                   mtx,ltrace,mtxstate,csub0
>                 Constructing COMMON block support for "gcom3"...
> 
> ariff,nchunk,awave,afmt,lenfmt,nfmt2,nchan2,nsamrate,nbytesec,nbytesam2,nbitsam2,adata,ndata
>                 Constructing COMMON block support for "gcom2"...
> 
> ps0,psavg,s2,ccf,green,ngreen,dgain,dlatency,fecho,degrade,iter,iyr,imo,ida,minwidth,ndecoding,ndecoding0,mousebutton,ntc,necho,nfrit,ndither,nsumecho,ncwspeed,ndecdone,npingtime,npingtime2,ierr,lauto,mantx,nrestart,ntr,ntxboth,nmsg,nright,nsave,nadd5,dftolerance,ldecoded,rxdone,monitoring,nzap,nsavecum,minsigdb,nclearave,newdat2,nfreeze,nafc,nmode,mode65,mode4,ndebug,nport,ndtr,mousedf,nlowbeacon,neme,nsked,naggressive,ntx2,nslim2,nagain,nsavelast,ntxdf,shok,sendingsh,d2a,d2b,b,jza,jzb,ntime,idinterval,msmax,lenappdir,idf,ndiskdat,nfsam,nlines,nflat,ntdecode,ntxreq,ntxnow,ndepth,nspecial,ndf,nfmid,nforce,nfrange,ss1,ss2,mycall,hiscall,hisgrid,txmsg,sending,mode,fname0,fnamea,fnameb,decodedfile,appdir,azeldir,filetokilla,filetokillb,utcdate,pttport,t0msg
>                 Constructing COMMON block support for "gcom1"...
> 
> tbuf,ntrbuf,tsec,rxdelay,txdelay,samfacin,samfacout,txsnrdb,y1,y2,nmax,iwrite,iread,iwave,nwave,txok,receiving,transmitting,txfirst,trperiod,ibuf,ibuf0,ave,rms,ngo,level,mute,newdat,ndsec,ndevin,ndevout,nx,mfsample,mfsample2,ns0,devin_name,devout_name
>                 Constructing COMMON block support for "sky"...
>                   nsky
>                 Constructing COMMON block support for "gcom4"...
>                   addpfx,d2c,jzc,filename
>                 Constructing COMMON block support for "gcom5"...
>                   a
>                 Constructing COMMON block support for "hdr"...
> 
> ariff,lenfile,awave,afmt,lenfmt,nfmt2,nchan2,nsamrate,nbytesec,nbytesam2,nbitsam2,adata,ndata,d2
>         Wrote C/API module "Audio" to file
> "/tmp/tmpvMSJ5t/src.linux-x86_64-2.7/Audiomodule.c"
>         Fortran 77 wrappers are saved to
> "/tmp/tmpvMSJ5t/src.linux-x86_64-2.7/Audio-f2pywrappers.f"
>   adding '/tmp/tmpvMSJ5t/src.linux-x86_64-2.7/fortranobject.c' to sources.
>   adding '/tmp/tmpvMSJ5t/src.linux-x86_64-2.7' to include_dirs.
> copying /usr/lib/python2.7/dist-packages/numpy/f2py/src/fortranobject.c
> -> /tmp/tmpvMSJ5t/src.linux-x86_64-2.7
> copying /usr/lib/python2.7/dist-packages/numpy/f2py/src/fortranobject.h
> -> /tmp/tmpvMSJ5t/src.linux-x86_64-2.7
>   adding '/tmp/tmpvMSJ5t/src.linux-x86_64-2.7/Audio-f2pywrappers.f' to
> sources.
> build_src: building npy-pkg config files
> running build_ext
> customize UnixCCompiler
> customize UnixCCompiler using build_ext
> customize Gnu95FCompiler
> Found executable /usr/bin/gfortran
> customize Gnu95FCompiler using build_ext
> building 'Audio' extension
> compiling C sources
> C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG
> -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC
> 
> creating /tmp/tmpvMSJ5t/tmp
> creating /tmp/tmpvMSJ5t/tmp/tmpvMSJ5t
> creating /tmp/tmpvMSJ5t/tmp/tmpvMSJ5t/src.linux-x86_64-2.7
> compile options: '-I. -I/tmp/tmpvMSJ5t/src.linux-x86_64-2.7
> -I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/usr/include/python2.7 -c'
> x86_64-linux-gnu-gcc: /tmp/tmpvMSJ5t/src.linux-x86_64-2.7/Audiomodule.c
> In file included from
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
>                  from
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
>                  from
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from
> /tmp/tmpvMSJ5t/src.linux-x86_64-2.7/fortranobject.h:13,
>                  from /tmp/tmpvMSJ5t/src.linux-x86_64-2.7/Audiomodule.c:18:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2:
> warning: #warning "Using deprecated NumPy API, disable it by "
> "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it by " \
>   ^
> /tmp/tmpvMSJ5t/src.linux-x86_64-2.7/Audiomodule.c:171:12: warning:
> ‘f2py_size’ defined but not used [-Wunused-function]
>  static int f2py_size(PyArrayObject* var, ...)
>             ^
> x86_64-linux-gnu-gcc: /tmp/tmpvMSJ5t/src.linux-x86_64-2.7/fortranobject.c
> In file included from
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
>                  from
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
>                  from
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
>                  from
> /tmp/tmpvMSJ5t/src.linux-x86_64-2.7/fortranobject.h:13,
>                  from /tmp/tmpvMSJ5t/src.linux-x86_64-2.7/fortranobject.c:2:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2:
> warning: #warning "Using deprecated NumPy API, disable it by "
> "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>  #warning "Using deprecated NumPy API, disable it by " \
>   ^
> compiling Fortran sources
> Fortran f77 compiler: gfortran -Wall -ffixed-form -fno-second-underscore
> -fPIC -cpp -fbounds-check -O2
> Fortran f90 compiler: gfortran -Wall -fno-second-underscore -fPIC -cpp
> -fbounds-check -O2
> Fortran fix compiler: gfortran -Wall -ffixed-form -fno-second-underscore
> -Wall -fno-second-underscore -fPIC -cpp -fbounds-check -O2
> compile options: '-I. -I/tmp/tmpvMSJ5t/src.linux-x86_64-2.7
> -I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/usr/include/python2.7 -c'
> gfortran:f90: ftn_init.f90
> ftn_init.f90:38.4:
> 
>   i=ptt(nport,pttport,0,iflag,iptt)                       !Clear DTR line
>     1
> Warning: Possible change of value in conversion from REAL(4) to
> INTEGER(4) at (1)
> ftn_init.f90:40.4:
> 
>   i=ptt(nport,pttport,0,iflag,iptt)                       !Clear RTS line
>     1
> Warning: Possible change of value in conversion from REAL(4) to
> INTEGER(4) at (1)
> gfortran:f90: ftn_quit.f90
> gfortran:f90: audio_init.f90
> audio_init.f90:35.14:
> 
>      iwave(i)=nint(32767.0*sin(6.283185307*i*f0/nfsample))
>               1
> Warning: Possible change of value in conversion from INTEGER(4) to
> INTEGER(2) at (1)
> gfortran:f90: spec.f90
> spec.f90:121.14:
> 
>         level=50 + 2.5*dB
>               1
> Warning: Possible change of value in conversion from REAL(4) to
> INTEGER(4) at (1)
> spec.f90:214.42:
> 
>      if(a0(i).gt.0.0 .and. logmap.eq.1) n=gain*log10(0.001*a0(i)) +
> offset + 20
>                                           1
> Warning: Possible change of value in conversion from REAL(4) to
> INTEGER(4) at (1)
> spec.f90:215.42:
> 
>      if(a0(i).gt.0.0 .and. logmap.eq.0) n=(0.01*a0(i))**gamma + offset
>                                           1
> Warning: Possible change of value in conversion from REAL(4) to
> INTEGER(4) at (1)
> spec.f90:217.10:
> 
>      a(i)=n
>           1
> Warning: Possible change of value in conversion from INTEGER(4) to
> INTEGER(2) at (1)
> gfortran:f90: getfile.f90
> getfile.f90:99.11:
> 
>   itemp1 = ior(ishft(idat,24), iand(ishft(idat,8), z'00ff0000'))
>            1
> Warning: Possible change of value in conversion from INTEGER(16) to
> INTEGER(4) at (1)
> getfile.f90:100.11:
> 
>   itemp0 = ior(iand(ishft(idat,-8), z'0000ff00'),
> iand(ishft(idat,-24),z'000000
>            1
> Warning: Possible change of value in conversion from INTEGER(16) to
> INTEGER(4) at (1)
> getfile.f90:42.15:
> 
>         d2c(i)=250*(n4-128)
>                1
> Warning: Possible change of value in conversion from INTEGER(4) to
> INTEGER(2) at (1)
> gfortran:f90: azdist0.f90
> gfortran:f90: astro0.f90
> astro0.f90:10.18:
> 
>   parameter (DEGS=57.2957795130823d0)
>                   1
> Warning: Change of value in conversion from  REAL(8) to REAL(4) at (1)
> astro0.f90:116.11:
> 
>      uth8z=uth8-1.d0/3600.d0
>            1
> Warning: Possible change of value in conversion from REAL(8) to REAL(4)
> at (1)
> astro0.f90:129.7:
> 
>   imin=60*uth8
>        1
> Warning: Possible change of value in conversion from REAL(4) to
> INTEGER(4) at (1)
> astro0.f90:130.7:
> 
>   isec=3600*uth8
>        1
> Warning: Possible change of value in conversion from REAL(4) to
> INTEGER(4) at (1)
> astro0.f90:134.8:
> 
>      ih=uth8
>         1
> Warning: Possible change of value in conversion from REAL(4) to
> INTEGER(4) at (1)
> gfortran:f90: chkt0.f90
> gfortran:f77: /tmp/tmpvMSJ5t/src.linux-x86_64-2.7/Audio-f2pywrappers.f
> /usr/bin/gfortran -Wall -Wall -shared
> /tmp/tmpvMSJ5t/tmp/tmpvMSJ5t/src.linux-x86_64-2.7/Audiomodule.o
> /tmp/tmpvMSJ5t/tmp/tmpvMSJ5t/src.linux-x86_64-2.7/fortranobject.o
> /tmp/tmpvMSJ5t/ftn_init.o /tmp/tmpvMSJ5t/ftn_quit.o
> /tmp/tmpvMSJ5t/audio_init.o /tmp/tmpvMSJ5t/spec.o
> /tmp/tmpvMSJ5t/getfile.o /tmp/tmpvMSJ5t/azdist0.o
> /tmp/tmpvMSJ5t/astro0.o /tmp/tmpvMSJ5t/chkt0.o
> /tmp/tmpvMSJ5t/tmp/tmpvMSJ5t/src.linux-x86_64-2.7/Audio-f2pywrappers.o
> libjt.a -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib
> -L/usr/lib/gcc/x86_64-linux-gnu/4.8/ -lpthread -lportaudio -lsamplerate
> -lfftw3f -lgfortran -o ./Audio.so
> Removing build directory /tmp/tmpvMSJ5t
> mv Audio*.so WsjtMod/Audio.so
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c jt65code.f90
> gfortran -o jt65code jt65code.o  libjt.a -lgfortran
> gfortran -g -O2 -fno-range-check -ffixed-line-length-none -Wall
> -fbounds-check -fno-second-underscore -fPIC -O2 -fbounds-check
> -fno-second-underscore -Wall -Wno-conversion -Wno-character-truncation
> -c jt4code.f90
> gfortran -o jt4code jt4code.o  libjt.a
> 
> haaken@Haaken-Cooler-Master:~/Nedlastinger/wsjt-svn/trunk > python3 -O
> ./wsjt.py
> Traceback (most recent call last):
>   File "./wsjt.py", line 11, in <module>
>     from WsjtMod import Audio
> ImportError: /home/haaken/Nedlastinger/wsjt-svn/trunk/WsjtMod/Audio.so:
> undefined symbol: PyCObject_Type
> haaken@Haaken-Cooler-Master:~/Nedlastinger/wsjt-svn/trunk >
> 
> 
> 
> 
> Den 29. aug. 2015 02:35, skrev KI7MT:
>> python3 -O ./wsjt.py
> 

-- 
----------------------------------------------------------------
Launchpad....: https://launchpad.net/~ki7mt
Ubuntu Hams..: https://launchpad.net/~ubuntu-hams-devel
Debian Hams..: https://alioth.debian.org/projects/pkg-hamradio/
JTSDK........: https://sourceforge.net/projects/jtsdk/
OpenPGP......: C177 6630 7115 78FE 9A2B 9F7F 18C0 F6B7 0DA2 F991

------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to