As the title implies I'm taking the jump into linux compiling for os x - Mostly out of desperation.
I have a project that hinges on a CLI app called arss (
The Analysis & Resynthesis Sound Spectrograph) (note that it used to be called arse
it converst bmp into wav files.
All works fine on my g5 tower and intell MacBookPro - but I need to put to use some old iBooks.
When I run the available distrubution for os x on my g3 500hz iBook 10.4.11 I get the following error:
Code:
dyld: incompatible cpu-subtype
Trace/BPT trap
on the arss site they mention that "The
source, which can be compiled for any platform for which
FFTW 3.x is available"
so Ive downloaded the source tar.gz and unpacked it
tar -xvzf
and its ended up in my user directory
I've now installed fftw-3 via fink
and because the readme in the source file called for, it ive installed cmake also via fink.
Am I far enough down the rabbit hole?
The next setps (assuming Im on the right track at all) are not at all clear to me. Can anyone point me in the right direction?
many thanks in advance -
b