I am having issues installing wxPerl under Ubuntu 8.04
Does anyone have a set of packages?
After doing everything I think is right I still get setting CC
sudo perl -MCPAN -e 'install Wx'
[...]
CPAN: File::Temp loaded ok (v0.20)
CPAN: YAML loaded ok (v0.66)
CPAN.pm: Going to build M/MB/MBARBON/Wx-0.86.tar.gz
No matching config:
$VAR1 = {
'compiler_version' => '3.4',
'compiler_kind' => 'gcc'
};
Compilation failed in require at Makefile.PL line 21.
BEGIN failed--compilation aborted at Makefile.PL line 21.
Warning: No success on command[/usr/bin/perl Makefile.PL
INSTALLDIRS=site]
MBARBON/Wx-0.86.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK
Running make test
Make had some problems, won't test
Running make install
Perl Version:
perl -v
This is perl, v5.8.8 built for i486-linux-gnu-thread-multi
I have installed gcc-3.4 and g++-3.4
setting CC and CXX to the paths of the above doesn't seem to work.