From dbabe5a569ad82a9faeb2f121e387ec6399f9dcb Mon Sep 17 00:00:00 2001 From: john haque Date: Thu, 3 May 2012 16:36:25 -0500 Subject: Add extension example to read/write files with fixed-length records. --- extension/steps | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extension/steps') diff --git a/extension/steps b/extension/steps index 1abab9d2..9e0cc00e 100755 --- a/extension/steps +++ b/extension/steps @@ -16,6 +16,7 @@ gcc -fPIC -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. rwarray.c gcc -fPIC -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. spec_array.c gcc -fPIC -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. sparr.c gcc -fPIC -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. bindarr.c +gcc -fPIC -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. fileop.c ld -o dl.so -shared dl.o ld -o filefuncs.so -shared filefuncs.o ld -o fork.so -shared fork.o @@ -26,3 +27,4 @@ ld -o testarg.so -shared testarg.o ld -o rwarray.so -shared rwarray.o ld -o sparr.so -shared sparr.o spec_array.o ld -o bindarr.so -shared bindarr.o +ld -o fileop.so -shared fileop.o -- cgit v1.2.3