This website requires JavaScript.
Explore
Help
Sign In
kolan
/
dev
Watch
1
Star
0
Fork
You've already forked dev
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
6d4cb05e68
dev
/
c
/
undef_ref
/
test_lin.sh
6 lines
89 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
gcc -fPIC -shared -o liba.so a.c
gcc test.c -L. -la
LD_LIBRARY_PATH
=
. ./a.out
Reference in New Issue
View Git Blame
Copy Permalink