Results 1 to 4 of 4
Okay, I'm hoping this is my last problem with linux... ever.
On Ubuntu, when installing files using the terminal, I get this message:
Code:
silve@NafusLap:~/Desktop/pam_keyring-0.0.8$ sudo ./configure
Password:
checking for ...
- 07-09-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 20
./configure error message
Okay, I'm hoping this is my last problem with linux... ever.
On Ubuntu, when installing files using the terminal, I get this message:
Before I had a different one, but I downloaded g++ and now have this. It seems to get farther than before, but 'make' still won't work. I have to do all my downloads from the Synaptic Package Manager now. Any help would be appreciated. Thank you.Code:silve@NafusLap:~/Desktop/pam_keyring-0.0.8$ sudo ./configure Password: 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 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 style of include used by make... GNU checking dependency style of gcc... gcc3 checking for a BSD-compatible install... /usr/bin/install -c configure: error: cannot run /bin/bash ./config.sub
- 07-09-2007 #2
Only the last line is relevant. The distributed sources do not contain
the needed files config.sub, config.guess. Copy the relevant files
from the tcl-sources and everything should be fine.$Billz
How much wood would a wood chuck chuck if a wood chuck could chuck wood? None they eat plants!
Dell Optiplex GX260, LTSP Diskless Workstation, Fedora Core 6
- 07-09-2007 #3Just Joined!
- Join Date
- Jul 2007
- Posts
- 20
Thanks. I fixed, it, but I had to install about 20 libraries.
- 09-14-2007 #4Just Joined!
- Join Date
- Sep 2007
- Posts
- 1


Reply With Quote
