Hi Richard, The configure.ac script is quite old in WSJT, and needs to be updated.
You could add -fpic to your FFLAGS and CFLAGS in the generated Makefile, for example: FFLAGS += -O2 -Wall -fbounds-check -fno-second-underscore -Wno-conversion -Wno-character-truncation -fPIC CFLAGS += -fPIC 73's Greg, KI7MT On Sun 22 Jun 2014 12:36:03 PM MDT, RichardBown wrote: > Hi > As WSPR compiled with relative ease after changing f2py to f2py3.4 in > the Makefile. > As the prebuilt version on the repo is 9.3, > I downloaded the latest trunk and made the same change to the Makefile > to use f2py3.4 > It built until this point:- > > /usr/bin/ld: libjt.a(decode_rs.o): relocation R_X86_64_PC32 against undefined > symbol `memset@@GLIBC_2.2.5' can not be used when making a shared object; > recompile with -fPIC > /usr/bin/ld: final link failed: Bad value > collect2: error: ld returned 1 exit status > /usr/bin/ld: libjt.a(decode_rs.o): relocation R_X86_64_PC32 against undefined > symbol `memset@@GLIBC_2.2.5' can not be used when making a shared object; > recompile with -fPIC > /usr/bin/ld: final link failed: Bad value > collect2: error: ld returned 1 exit status > > > Any ideas where to look > Thanks > ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
