view TOOLS/realcodecs/sipr.sh @ 17351:2518f4341587

OS X compilation fix: Include inttypes.h so that uint32_t is not undefined.
author diego
date Sun, 08 Jan 2006 22:57:59 +0000
parents 86c478bea7ce
children
line wrap: on
line source

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