EXTERN.h not found
From: RMG (r.mcglue_at_qub.ac.uk)
Date: 01/21/05
- Next message: Heinrich Mislik: "Re: saying my $a=0; my $b=0; more compactly"
- Previous message: Edward Wijaya: "Radix Sort in CPAN"
- Next in thread: Sherm Pendley: "Re: EXTERN.h not found"
- Reply: Sherm Pendley: "Re: EXTERN.h not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 21 Jan 2005 10:00:22 +0000
hi all ive been trying to compile a couple of programs lately and they all
fail with the line below saying they cant find EXTERN.h. At first I though
it was a programmatic error but when i saw it a couple of times in
different programs i now hthink its a perl config error
has anyopne seen someting like this before?
make[3]: Leaving directory `/home/ronan/rrdtool-1.0.49/perl-piped'
test -r perl-shared/Makefile.PL.in \
|| ln -s ./perl-shared/Makefile.PL.in perl-shared/Makefile.PL.in
test -r perl-shared/RRDs.pm \
|| ln -s ./perl-shared/RRDs.pm perl-shared/RRDs.pm
test -r perl-shared/RRDs.xs \
|| ln -s ./perl-shared/RRDs.xs perl-shared/RRDs.xs
cd perl-shared && make
make[3]: Entering directory `/home/ronan/rrdtool-1.0.49/perl-shared'
make[3]: *** No rule to make target
`/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE/EXTERN.h', needed by
`RRDs.o'. Stop. make[3]: Leaving directory
`/home/ronan/rrdtool-1.0.49/perl-shared' make[2]: *** [perl_shared] Error
2
make[2]: Leaving directory `/home/ronan/rrdtool-1.0.49' make[1]: ***
[all-recursive] Error 1
make[1]: Leaving directory `/home/ronan/rrdtool-1.0.49' make: *** [all]
Error 2
[ronan@a9015 rrdtool-1.0.49]$ ls /usr/lib/perl5/5.8.5/i386*/CORE config.h
libperl.so* perl.h
[ronan@a9015 rrdtool-1.0.49]$
my sys is P4 mandrake 10.1 the kernel is smp becuase of the P4's HT tech.
thanks
ronan
- Next message: Heinrich Mislik: "Re: saying my $a=0; my $b=0; more compactly"
- Previous message: Edward Wijaya: "Radix Sort in CPAN"
- Next in thread: Sherm Pendley: "Re: EXTERN.h not found"
- Reply: Sherm Pendley: "Re: EXTERN.h not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|