[CM] Configure options for Snd on osx-10.4

Juan Reyes juanig@ccrma.Stanford.EDU
Thu, 20 Oct 2005 09:23:29 -0700


 I was able to build Snd with Motif and Gtk on OS-X-10.4 
(fink) with the following configure options:

MOTIF VERSION:
=============

  $ ./configure CFLAGS=-I/sw/include LDFLAGS=-L/sw/lib 
GUILE_CONFIG_path=/sw/bin/
--disable-nls --with-guile --with-motif --with-static-xm 
--with-motif-prefix=/sw


GTK Version
===========

  $ ./configure CFLAGS=-I/sw/include LDFLAGS=-L/sw/lib 
GUILE_CONFIG_path=/sw/bin --disable-nls --with-guile --with-gtk 
--with-static-xm --with-builtin-gtkrc


Perhaps the only caveat (AFAIK) is the fftw compilation which takes a
really long time.


The web page at Users@PlanetCCRMA has been updated with this
information.

  --* Juan Reyes