Guest User

Untitled

a guest
Jan 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. gcc -shared -fPIC -Wl,-soname,libfoo.so.1 -o libfoo.so.1.0.0 foo.c
  2. ln -s libfoo.so.1.0.0 libfoo.so.1
  3. ln -s libfoo.so.1 libfoo.so
  4.  
  5. gcc -shared -fPIC -o libfoo.so.1.0.0 foo.c
  6. ln -s libfoo.so.1.0.0 libfoo.so.1
  7. ln -s libfoo.so.1 libfoo.so
Add Comment
Please, Sign In to add comment