Author Topic: Can't install  (Read 4150 times)

manchette

  • Guest
Can't install
« on: November 22, 2008, 05:00:35 pm »
Hello all ;)

I'm using Linux opensuse 11 and Kde 4.1.3, i downloaded and installed  codeblocks-8.02-0.suse1030.i586.rpm and  then codeblocks-contrib-8.02-0.suse1030.i586.rpm using the usual rpm -ivh package.rpm commands .
Here's what i've got when i try to run codeblocks from console :

fabrice@linux-p5b5:~/prog/dev> codeblocks
codeblocks: relocation error: codeblocks: symbol _Z23wxHandleFatalExceptionsb, version WXU_2.8 not defined in file libwx_baseu-2.8.so.0 with link time reference

Can you please tell me what's wrong here ?
Thank you ;)

ps : when i try with sources i have an error too :
$ ./configure --enable-contrib
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name...
configure: error: C++ compiler cannot create executables
See `config.log' for more details

what's wrong ?
« Last Edit: November 22, 2008, 05:31:03 pm by manchette »

mariocup

  • Guest
Re: Can't install
« Reply #1 on: November 22, 2008, 05:50:58 pm »
Hi manchette,

please check if the gcc-c++ and binutils package is installed.

Bye,

Mario

manchette

  • Guest
Re: Can't install
« Reply #2 on: November 22, 2008, 06:21:46 pm »
Hi,
i already had binutils, gcc and gcc43-c++ ,
so i added gcc-c++ and gcc41-c++ and then the ./configure --enable-contrib went through,
 but now i have a "no target  and no makefile found" message when i use $ make

ps : i used 1 click install link (ymp) from opensuse and bitshufler repository : it works smoothly : http://software.opensuse.org/ymp/home:bitshuffler/openSUSE_11.0/codeblocks.ymp

the Tux keeper repository ymp link seems not working,  or missing dependencies
« Last Edit: November 25, 2008, 05:47:10 pm by manchette »