Merhabalar;
Bu forumdaki ilk mesajım ve yeni bir fedora12 kullanıcısıyım. Daha önceleri kısa süreliğinede olsa ubuntu, suse, pardus... kullanmışlıklarım var. Neyse hikaye anlatmayı bırakıp sorunuma geleyim.
Sorun şu sistemime Python 2.6.4 kurmak istedim fakat başarılı olamdım.
localhost:~$ su -
Password: *****
localhost:~# wget http://www.python.org/ftp/....
...
localhost:~# tar xfz Python-2.6.4.tgz
localhost:~# cd Python-2.6.4
localhost:~/Python-2.6.4# ./configure
checking for --with-universal-archs... 32-bit
checking MACHDEP... linux2
checking EXTRAPLATDIR...
checking machine type as reported by uname -m... i686
checking for --without-gcc... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
localhost:~/Python-2.6.4# make <---HATA Veriyor
...
localhost:~/Python-2.6.4# make install <---HATA Veriyor
Bundan ileri gidemiyorum bir çözüm bulamadım. Önerilerinizi bekliyorum.