From: | "Eric Duda" <ericduda [...] yahoo.com> |
To: | <bug-par [...] rt.cpan.org> |
Subject: | PAR .70 compile error |
Date: | Wed, 30 Jul 2003 09:15:13 -0400 |
gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --host=i386-redhat-linux --with-system-zlib
--enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
Error when running make:
make[1]: Entering directory `/home/e/PAR-0.70/myldr'
gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm
-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE main.c
In file included from main.c:14:
mktmpdir.c: In function `par_rmtmpdir':
mktmpdir.c:169: `my_perl' undeclared (first use in this function)
mktmpdir.c:169: (Each undeclared identifier is reported only once
mktmpdir.c:169: for each function it appears in.)
main.c: At top level:
main.c:24: `my_perl' used prior to declaration
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/home/e/PAR-0.70/myldr'
make: *** [subdirs] Error 2