summaryrefslogtreecommitdiff
path: root/old-extension/steps
blob: 3e8070d6f726e825c7f0c4047f709caf0fa06f20 (plain)
1
2
3
4
5
6
7
8
9
10
# what to do under linux to make dl.so
# Sun Nov 25 21:40:49 IST 2012

gcc -fPIC -shared -Wall -DGAWK -DHAVE_CONFIG_H -c -O -g -I.. spec_array.c
gcc -fPIC -shared -Wall -DGAWK -DHAVE_CONFIG_H -c -O -g -I.. sparr.c
gcc -fPIC -shared -Wall -DGAWK -DHAVE_CONFIG_H -c -O -g -I.. bindarr.c
gcc -fPIC -shared -Wall -DGAWK -DHAVE_CONFIG_H -c -O -g -I.. fileop.c
gcc -o sparr.so -shared sparr.o spec_array.o
gcc -o bindarr.so -shared bindarr.o
gcc -o fileop.so -shared fileop.o