- 代碼: 選擇全部
#include <iostream>
#include <st.h>
using namespace std;
main()
{
cout << st_version();
return 0;
}
$ cat build.sh
- 代碼: 選擇全部
g++ `libst-config --cflags` `libst-config --libs` 1.cc
$ ./build.sh
- 代碼: 選擇全部
/home/gary/tmp/ccH4ae4h.o(.text+0x127): In function `main':
: undefined reference to `st_version'
collect2: ld returned 1 exit status
出錯了
還有, 有人知道哪裡有使用 SoX 編程的範例, 或推荐 cross platform 的類似 library