summaryrefslogtreecommitdiff
path: root/old-extension/steps
diff options
context:
space:
mode:
Diffstat (limited to 'old-extension/steps')
-rwxr-xr-xold-extension/steps10
1 files changed, 10 insertions, 0 deletions
diff --git a/old-extension/steps b/old-extension/steps
new file mode 100755
index 00000000..3e8070d6
--- /dev/null
+++ b/old-extension/steps
@@ -0,0 +1,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