Ik kon MySQL niet aan de praat krijgen (zowel rpm als tarbal)
Dus ik heb mijn GCC geupdate naar 3.4.0
Ook dit heb ik bij GCC-C++ gedaan
Nu wil ik dus mijn MySQL configureren met:
./configure
En nu krijg ik de volgende fout :
info over gcc:
Wat kan ik hier tegen doen??
Bedankt!
Dus ik heb mijn GCC geupdate naar 3.4.0
Ook dit heb ik bij GCC-C++ gedaan
Nu wil ik dus mijn MySQL configureren met:
./configure
En nu krijg ik de volgende fout :
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
| checking build system type... i686-pc-linux checking host system type... i686-pc-linux checking target system type... i686-pc-linux checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether build environment is sane... yes checking whether make sets $(MAKE)... (cached) yes checking for gawk... (cached) gawk checking for gcc... gcc checking for C compiler default output... configure: error: C compiler cannot create executables |
info over gcc:
code:
1
2
3
4
| Reading specs from /usr/lib/gcc/i386-pld-linux/3.4.0/specs Configured with: ../configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --infodir=/usr/share/info --mandir=/usr/share/man --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-languages=c,c++,f77,objc,ada,java --enable-c99 --enable-long-long --enable-multilib --enable-nls --with-gnu-as --with-gnu-ld --with-system-zlib --with-slibdir=/lib --without-x i386-pld-linux Thread model: posix gcc versie 3.4.0 (PLD Linux) |
Wat kan ik hier tegen doen??
Bedankt!