view TOOLS/realcodecs/sipr.sh @ 11256:bed47a358d05

fix issue when compiler is called 'cc', and --disable-gcc-checking was used (it would force the compiler to be 'gcc') Patch by Pierre Lombard <p_l@gmx.fr>
author gabucino
date Fri, 24 Oct 2003 07:44:38 +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