Bonjour à tous,
j'ai un gros soucis, j'essaye de compiler un tarball en vue de son installation (le RPM n'est pas dispo pour FC6) et voilà ce que ça me dit:
[root@localhost BUILD]# ../configure
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 whether make sets $(MAKE)... yes
checking for bison... bison -y
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
j'ai donc vérifié mes RPMs dont voilà le résultat:
[root@localhost ~]# rpm -qa | grep -i gcc
libgcc-4.1.2-13.fc6
gcc-objc++-4.1.2-3
compat-gcc-34-3.4.6-4
alors bêtement, j'ai essayé ça:
[root@localhost ~]# yum install gcc-c++
blablabla...
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
gcc-c++ i386 4.1.2-13.fc6 updates 3.4 M
Installing for dependencies:
cpp i386 4.1.2-13.fc6 updates 2.6 M
gcc i386 4.1.2-13.fc6 updates 5.2 M
libstdc++-devel i386 4.1.2-13.fc6 updates 9.4 M
Transaction Summary
=============================================================================
Install 4 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 21 M
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Test
Finished Transaction Test
Transaction Check Error:
file /usr/libexec/gcc/i386-redhat-linux/4.1.2 from install of gcc-4.1.2-13.fc6 conflicts with file from package gcc-objc++-4.1.2-3
file /usr/libexec/gcc/i386-redhat-linux/4.1.2 from install of cpp-4.1.2-13.fc6 conflicts with file from package gcc-objc++-4.1.2-3
file /usr/libexec/gcc/i386-redhat-linux/4.1.2 from install of gcc-c++-4.1.2-13.fc6 conflicts with file from package gcc-objc++-4.1.2-3
Error Summary
-------------
et là, oups! pb de dépendances, il y a déjà des applis qui utilisent tout ça, alors que faire...
si quelqu'un peut m'apporter LA solution...merci d'avance.