On November 21, 2002 11:37 am, Mike Hearn wrote:
static void xs_init(void) { extern void boot_wine(CV *cv); Perl_newXS(my_perl, "wine::bootstrap",boot_wine,"winetest.c"); }
which causes this output:
gcc -c -I. -I. -I../../include -I../../include `perl -MExtUtils::Embed -e perl_inc` -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT `perl -MExtUtils::Embed -e ccflags` -D_REENTRANT -I/usr/X11R6/include -o winetest.o winetest.c
Mike,
programs/winetest/* has been removed some time ago, have you updated to the latest CVS?