> people can add what they need on linux.

I think sndlib-config is fixed now:

  /home/bil/test/sndlib/ ./sndlib-config --libs
  -L/usr/lib -lm -L/usr/local/lib -lgsl -lgslcblas -lm -lm

but I don't know how that fits with premake.  I borrowed this
style of config script from GSL.  In that context, you'd use
it in your autoconf input file something like:

  SNDLIB_LIBS=`$SNDLIB_CONFIG --libs`

where SNDLIB_CONFIG comes from AC_PATH_PROG:

  AC_PATH_PROG(SNDLIB_CONFIG, sndlib-config, no)

which assumes it's in some directory in the current path.


_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to