# from Sergei Steshenko
# on Saturday 21 October 2006 01:53 am:
>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.
>".
I've had the same problem on debian sarge. The trouble is
that debian
will install multiple /usr/bin/gcc-x.x.x and makes a symlink
from /usr/bin/gcc to one of those.
>My compiler is gcc version 4.0.1.
Well, your symlink points to gcc-4. You should be able to
install the
gcc-3.4 package without disrupting anything. Then just make
sure that
the 'cc' and 'gcc' in your path are symlinked to that (use a
temporary
path or whatever.) They may already be installed. gcc-3.3
will also
work if you have it handy.
Wow, it took me a while to figure that out. It might really
help if
Alien/wxWidgets.pm told us what it found:
Data: umper-&g
t;Dump( [ { %crit }, [$class->_list] ] );
... hours later ...
It appears that the available config version comes from g++,
while the
requirement comes from gcc, so you'll need to set CC and CXX
to play
nice together.
this works for me:
export CC=/usr/bin/gcc-3.4
export CXX=/usr/bin/g++-3.4
perl Build.PL --nobuild_wx
./Build
./Build test
--Eric
--
"You can't win. You can't break even. You can't
quit."
--Ginsberg's Restatement of the Three Laws of Thermodynamics
---------------------------------------------------
http://scratchcomputing.c
om
---------------------------------------------------
------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
wxperl-users mailing list
wxperl-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxperl-use
rs
|