aboutsummaryrefslogtreecommitdiffstats
path: root/old-extension/steps
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-01-06 17:36:58 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-01-06 17:36:58 +0200
commit6b4dccf6db4dcaaff9f5a58baeee21329635ec18 (patch)
tree057f9b6d5c02ad8338c7f5cb71ca6cb295de3fbe /old-extension/steps
parentcccfa4aac8863671e7215877f9d582d7c6c63753 (diff)
downloadegawk-6b4dccf6db4dcaaff9f5a58baeee21329635ec18.tar.gz
egawk-6b4dccf6db4dcaaff9f5a58baeee21329635ec18.tar.bz2
egawk-6b4dccf6db4dcaaff9f5a58baeee21329635ec18.zip
Move old extension stuff into a separate directory.
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