Making Thread (dynamic) Writing Makefile for Thread make[1]: Entering directory `/usr/local/src/perl/ext/Thread' make[1]: Leaving directory `/usr/local/src/perl/ext/Thread' make[1]: Entering directory `/usr/local/src/perl/ext/Thread' cp Thread/Queue.pm ../../lib/Thread/Queue.pm cp Thread/Semaphore.pm ../../lib/Thread/Semaphore.pm cp Thread/Signal.pm ../../lib/Thread/Signal.pm cp Thread.pm ../../lib/Thread.pm cp Thread/Specific.pm ../../lib/Thread/Specific.pm ../../miniperl -I../../lib -I../../lib ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap -typemap typemap Thread.xs > Thread.xsc && mv Thread.xsc Thread.c cc -c -D_REENTRANT -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -fpic -I../.. Thread.c Thread.xs: In function `threadstart': Thread.xs:178: `PL_ofs' undeclared (first use in this function) Thread.xs:178: (Each undeclared identifier is reported only once Thread.xs:178: for each function it appears in.) make[1]: *** [Thread.o] Error 1 make[1]: Leaving directory `/usr/local/src/perl/ext/Thread' make: *** [lib/auto/Thread/Thread.so] Error 2 This is a Red Hat (intel) system configured via: ./Configure -Dusedevel -Dusethreads -Duse5005threads -des Randy -- ------------------------------------------------------------------------------- Randy J. Ray | Programming is a Dark Art [...] The programmer is fighting rjray@redhat.com | against the two most destructive forces in the universe: 415-777-9810 x246 | entropy and human stupidity. --Dr. Damian ConwayThread Next