diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-06 17:36:58 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-06 17:36:58 +0200 |
commit | 6b4dccf6db4dcaaff9f5a58baeee21329635ec18 (patch) | |
tree | 057f9b6d5c02ad8338c7f5cb71ca6cb295de3fbe /old-extension/steps | |
parent | cccfa4aac8863671e7215877f9d582d7c6c63753 (diff) | |
download | egawk-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-x | old-extension/steps | 10 |
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 |