build-essential i asagidaki komut yardimi ile kurdum
Kod: Kodu kopyalamak için üzerine çift tıklayın!
sudo apt-get update
sudo apt-get install build-essential
simdide tclyi kurmak istedigimde su hatayi aliyorum
Kod: Kodu kopyalamak için üzerine çift tıklayın!
root@ubuntu:~/irc/x/tcl8.4.12/unix# ./configure
creating cache ./config.cache
checking whether to use symlinks for manpages... no
checking whether to compress the manpages... no
checking whether to add a package name suffix for the manpages... no
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking dirent.h...
checking for errno.h... yes
checking for float.h... yes
checking for values.h... yes
checking for limits.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for sys/wait.h... yes
checking for dlfcn.h... yes
checking for unistd.h... yes
checking for sys/param.h... yes
checking if the compiler understands -pipe... yes
checking for building with threads... no (default)
checking for sin... no
checking for main in -lieee... yes
checking for main in -linet... no
checking for net/errno.h... no
checking for connect... yes
checking for gethostbyname... yes
checking how to build libraries... shared
checking for ranlib... ranlib
checking if 64bit support is requested... no
checking if 64bit Sparc VIS support is requested... no
checking system version (for dynamic loading)... ./configure: 1: Syntax error: Unterminated quoted string
root@ubuntu:~/irc/x/tcl8.4.12/unix# make
make: *** No targets specified and no makefile found. Stop.
root@ubuntu:~/irc/x/tcl8.4.12/unix# make install
make: *** No rule to make target `install'. Stop.
root@ubuntu:~/irc/x/tcl8.4.12/unix#