|
From: Richard S. <hob...@gm...> - 2014-06-10 16:52:44
|
Ok, I got it fixed but I'm not sure what the exact problem is. WSPR doesn't like the default LDFLAGS on Fedora (and probably the same for Debian?) LDFLAGS="-Wl,-z,relro If anyone is interested I have a couple of patches that I needed to fix the build as f2py didn't like LDFLAGS as well as adding DESTDIR support to the make install target. One thing I noticed that is probably overkill, currently the shell script to start wspr is installed into /usr/share/wspr and then symlinked to /usr/bin. There's nothing wrong with installing the shell script directly into /usr/bin and just dropping the .sh extension. As long as it is executable and has the correct shebang on the first line it will work fine. Thanks, Richard |