|
发表于 2003-10-5 11:38:34
|
显示全部楼层
network in linux is be auto linked, you need not specialfy it
I think the best metod is
first use g++ -g -o s s.c
if gcc report some function not found,
then man functionname
you can see the library need to link,
then add -llibname to it
and so on
soly I am use debian,and don't know how to use chinput |
|