shithub: sox

Download patch

ref: 1adc35cd997bb4c5165462e74871593f228cdcf7
parent: 9df5ab9d774de07f9511436de700b6371c3ecd7c
author: rrt <rrt>
date: Wed Oct 17 19:35:05 EDT 2007

Add a note about linking.

--- a/libsox.3
+++ b/libsox.3
@@ -278,6 +278,15 @@
 may generate output samples on its own.
 See echo.c for how to do this, 
 and see that what it does is absolutely bogus.
+.SH LINKING
+The method of linking against libsox and libsfx depends on how SoX was
+built on your system. For a static build, just link against the
+libraries as normal. For a dynamic build, you should use libtool to
+link with the correct linker flags. See the libtool manual for
+details; basically, you use it as:
+.SP
+	libtool --mode=link gcc -o prog /path/to/libsox.la /path/to/libsfx.la
+.SP
 .SH BUGS
 This manual page is both incomplete and out of date.
 .SH SEE ALSO