他趴在我两腿中间吸我视频_久久综合色之久久综合_久久久久无码精品国产_欧美丰满大乳高跟鞋_国产精品伦一区二区三级视频_综合色就爱涩涩涩综合婷婷_国产人妻人伦精品熟女_人人妻人人澡人人爽久久AV_欧洲美女与动zooz_国产免费午夜A无码V视频

以文本方式查看主題

-  曙海教育集團(tuán)論壇  (http://www.mikehunterok.com/bbs/index.asp)
--  Linux應(yīng)用開發(fā)  (http://www.mikehunterok.com/bbs/list.asp?boardid=32)
----  mips linux技術(shù)經(jīng)驗(yàn)總結(jié)  (http://www.mikehunterok.com/bbs/dispbbs.asp?boardid=32&id=1689)

--  作者:wangxinxin
--  發(fā)布時(shí)間:2010-11-23 14:00:31
--  mips linux技術(shù)經(jīng)驗(yàn)總結(jié)

1:
mipsel-linux-gcc xxxx.o  -L/xxxx/lib -lixml -lthreadutil -lpthread -lupnp -o ushare -static
/xxxx/upnpapi.c:216: undefined reference to `pthread_rwlock_init\'
應(yīng)該使用下面的命令
mipsel-linux-gcc -o ushare -static -Wall -Wl,--start-group xxxxxx.o    -L/xxxx/lib -lixml -lthreadutil -lpthread -lupnp -Wl,--end-group
原因未知
2:
echo -ne "string \\n"   -ne參數(shù)解釋轉(zhuǎn)義字符
       -n     do not output the trailing newline
       -e     enable interpretation of the backslash-escaped characters listed
              below
3:
sed /^$/d 刪除文件中的空行