[EMAIL PROTECTED] (root) writes: > gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING > -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -I/usr/include/gdbm -O2 -g -pipe -march=i386 -mcpu=i686 -DVERSION=\"2.08\" > -DXS_VERSION=\"2.08\" -fPIC "-I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE" > SHA1.c > SHA1.xs: In function `sha_transform': > SHA1.xs:156: error: `my_perl' undeclared (first use in this function) > SHA1.xs:156: error: (Each undeclared identifier is reported only once > SHA1.xs:156: error: for each function it appears in.) > make: *** [SHA1.o] Error 1
Ok, thanks. The 2.08 release did not compile with a perl that used both -DDEBUGGING and -Dusethreads, because assert() now needs access to my_perl. Fixed in 2.09 that I just uploaded. --Gisle
