Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > df9ea7795df4854489abb269f13c9938 > files > 33

ksquirrel-libs-0.8.0-3mdv2009.0.i586.rpm

#!/bin/sh

gcc -Wall -O2 -fPIC -c module.c
gcc -shared -o module.so module.o
gcc -o test main.c -ldl