summaryrefslogtreecommitdiffstats
path: root/contrib/awk/extension/steps
blob: 61a9e6eb4d5ef11c6d5cc7bc4a737a5199940740 (plain)
1
2
3
4
5
6
7
8
9
# what to do under linux to make dl.so
# Tue Nov 24 15:04:14 EST 1998

gcc -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. dl.c
gcc -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. filefuncs.c
gcc -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. fork.c
ld -o dl.so -shared dl.o
ld -o filefuncs.so -shared filefuncs.o
ld -o fork.so -shared fork.o
OpenPOWER on IntegriCloud