dev/c/undef_ref/lin/test.sh

6 lines
111 B
Bash
Raw Normal View History

2013-02-07 16:47:02 +04:00
#!/bin/sh
gcc -o libshared.so shared.c -fPIC -shared
gcc -o test test.c -L. -lshared
LD_LIBRARY_PATH=. ./test