-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Thanks. But now bootstrap gives me this:
src/Makefile.am:80: @LIBOBJS@ seen but never set in `configure.ac' Bareword found where operator expected at (eval 890) line 1, near "s/@PROGRAM@/bin/pd" Bareword found where operator expected at (eval 891) line 1, near "s/@PROGRAM@/bin/pd"
and so on up to * (eval 939) *
It doesn't create a configure script after that, so I'm halted. This may be of note, or not, but "./bootstrap" doesn't work on my system, I need to do "./bootstrap.sh" or "sh bootstrap.sh".
Any thoughts?
Cheers, Ian
Tim Blechmann wrote: |>cd src |>autoconf |>./configure --prefix=$HOME --enable-jack --enable-fftw |>- --enable-threadedgui --enable-threadedsf --enable-gathreadlocks |>- --enable-setuid | | | i'll check the original build system ... in the meantime: | cd pd | ./bootstrap | ./configure $(flags) | make | make install | | cheers ... tim |