[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] Compilation under Fedora Core 3
What routine?
usually what to do on linuX is:
cd <the sc3dir>
./linux/bootstrap
./configure --enable-lid
make
make install
and don't forget to uninstall and clean before updating:
make uninstall
make clean
cvs up -d
./linux/bootstrap
./configure --enable-lid
make
make install
Ohh, sorry: yes sndfile is the libsndfile (lib normally is only a
prefix and not written in the compiler args (-lsndfile instead of
-llibsndfile)
perhaps you havn't installed the libsndfile?
cd <libsndfiledir>
./configure
make
make install
If you have installed the lib into another dir as expected, you have to
add this to your $CPPFLAGS, $LDFLAGS and $LD_LIBRARY_PATH:
(in a bash-shell:)
export CPPFLAGS=$CPPFLAGS -I<path to the includes>
export LDFLAGS=$LDFLAGS -L<path to the libs>
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<path to the libs>
be sure to use spaces in the flags and : in the LD_LIBRARY_PATH.
hope that helps
Till
On 29 Dec 2004, at 15:12, Karsten Gebbert wrote:
Hi,
I tried to compile SC3Linux under FC3 but the routine stops asking for
a library called 'sndfile'.
does it actually mean 'libsndfile', because i have that installed...
hm, any suggestions? do i have to link something there or pass certain
options to ./configure?
karsten
_______________________________________________
sc-users mailing list
sc-users@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-users