Re: [wsjt-devel] KVASD for Mac

2014-11-21 Thread Bill Somerville
On 21/11/2014 17:54, Richard Shaw wrote: On Fri, Nov 21, 2014 at 11:48 AM, Joe Taylor > wrote: Richard -- No need for CMake here, this is a trivial (and infrequently required) build operation. Perhaps, but it seems different flags are needed just between

Re: [wsjt-devel] KVASD for Mac

2014-11-21 Thread Richard Shaw
On Fri, Nov 21, 2014 at 11:48 AM, Joe Taylor wrote: > Richard -- > > No need for CMake here, this is a trivial (and infrequently required) > build operation. Perhaps, but it seems different flags are needed just between mac versions... Putting it in a build system keeps you from having to remem

Re: [wsjt-devel] KVASD for Mac

2014-11-21 Thread Joe Taylor
Richard -- On 11/21/2014 11:59 AM, Richard Shaw wrote: > On Fri, Nov 21, 2014 at 10:44 AM, Joe Taylor wrote: > >> cc -c -arch i386 usleep.c >> cc -c -O2 -arch i386 asd1.c >> gfortran -o kvasd_1.12_mac32_10.7 -m32 kvasd.f90 asd1.o usleep.o >> >> cc -c -arch x86_64 usleep.c >> cc -c -O2 -arch x86_6

Re: [wsjt-devel] KVASD for Mac

2014-11-21 Thread Bill Somerville
On 21/11/2014 17:38, Bill Somerville wrote: Sorry, a correction below - all compiles should have the minimum Mac OS X version option: > For future reference you should be able to build on an OS X 10.10 system > with the following options: > > for a 32-bit version built on a 64-bit system: > > cc

Re: [wsjt-devel] KVASD for Mac

2014-11-21 Thread Bill Somerville
On 21/11/2014 16:44, Joe Taylor wrote: > Hi Bill, Hi Joe, > >> It would be handy to know exactly what compiler/linker options you used >> when building KVASD for the Mac? > cc -c -arch i386 usleep.c > cc -c -O2 -arch i386 asd1.c > gfortran -o kvasd_1.12_mac32_10.7 -m32 kvasd.f90 asd1.o usleep.o > >

Re: [wsjt-devel] KVASD for Mac

2014-11-21 Thread Richard Shaw
On Fri, Nov 21, 2014 at 10:44 AM, Joe Taylor wrote: > cc -c -arch i386 usleep.c > cc -c -O2 -arch i386 asd1.c > gfortran -o kvasd_1.12_mac32_10.7 -m32 kvasd.f90 asd1.o usleep.o > > cc -c -arch x86_64 usleep.c > cc -c -O2 -arch x86_64 asd1.c > gfortran -o kvasd_1.12_mac64_10.7 -m64 kvasd.f90 asd1.

Re: [wsjt-devel] KVASD for Mac

2014-11-21 Thread Joe Taylor
Hi Bill, > It would be handy to know exactly what compiler/linker options you used > when building KVASD for the Mac? cc -c -arch i386 usleep.c cc -c -O2 -arch i386 asd1.c gfortran -o kvasd_1.12_mac32_10.7 -m32 kvasd.f90 asd1.o usleep.o cc -c -arch x86_64 usleep.c cc -c -O2 -arch x86_64 asd1.c g

Re: [wsjt-devel] KVASD for Mac

2014-11-21 Thread Bill Somerville
On 17/11/2014 19:15, Joe Taylor wrote: Hi Joe, > This message is mainly for Bill and John: is there something I still (or > again?) need to do, for kvasd on OS X ? Sorry for the late reply, I was waiting until any issues from the Mac KVASD installer arose. It would be handy to know exactly what c