I'm on linux and have libmy.so
I can "nm libmy.so", OK. But when I tried:
ls libmy.so|xargs nm
It prints error:
nm: 'libmy.so': No such file
nm: '': No such file
It's so odd. Where did I get wrong?
I'm on linux and have libmy.so
I can "nm libmy.so", OK. But when I tried:
ls libmy.so|xargs nm
It prints error:
nm: 'libmy.so': No such file
nm: '': No such file
It's so odd. Where did I get wrong?