sapete come fare? Io ho provato in tutti i modi ma, evidentemente, non sono capace...
Help!

Codice: Seleziona tutto
sudo
Codice: Seleziona tutto
sunyata@sunyata:~/msn$ ./configure
checking for prefix by checking for wish... /usr/bin/wish
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking tcl build dir... using tcl library in /usr/lib/tcl8.4
checking tk build dir... using tk library in /usr/lib
./configure: line 3521: /usr/lib/tkConfig.sh: No such file or directory
sunyata@sunyata:~/msn$ make
make: *** No targets specified and no makefile found. Stop.
sunyata@sunyata:~/msn$ sudo make install
make: *** No rule to make target `install'. Stop.
7.
Se avete problemi durante la compilazione, probabilmente dovete indicare il percorso delle librerie, potete quindi compilare con questi comandi:
./configure --with-tcl=/usr/lib/tcl8.5 --with-tk=/usr/lib/tk8.5
make
sudo make install

Grazie mille, avevate ragione.Maththias ha scritto: Riguardo al post che ti hanno chiuso, cosa ti sfugge nella guida che stavi seguendo di questo passo?
7.
Se avete problemi durante la compilazione, probabilmente dovete indicare il percorso delle librerie, potete quindi compilare con questi comandi:
./configure --with-tcl=/usr/lib/tcl8.5 --with-tk=/usr/lib/tk8.5
make
sudo make install

Visualizzano questa sezione: 0 utenti iscritti e 6 ospiti