The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > OS X (Apple)
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-06-2009
orionrush orionrush is offline
Registered User
  
 

Join Date: May 2009
Posts: 7
First time Compileing ARSS on G3 hardware

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