view TOOLS/realcodecs/cook.sh @ 17803:51b992a72b17

Fix possible use of body uninitialized. Remove an unneeded free (body is not allocated before it). CID 243 and more
author rtognimp
date Fri, 10 Mar 2006 22:15:50 +0000
parents 86c478bea7ce
children
line wrap: on
line source

rm cook.so.6.0
gcc -c cook.c -g
ld -shared -o cook.so.6.0 cook.o -ldl -lc