Author
|
Topic: Clueless newbie needs help
|
Timothy Stringer
Junior Member
Member # 599
|
posted February 06, 2003 06:57 PM
Running ./configure produces the following results: <snip> checking whether the C++ compiler (g++ -s) works... no configure: error: installation or configuration problem: C++ compiler cannot create executables.So, ls /usr/local/bin yields "No such file or directory" Then, mkdir /usr/local/bin yields "mkdir: /usr/local/bin: Permission denied" Why is permission denied? Tim
Posts: 5 | From: Colorado, USA | Registered: Feb 2003
| IP: Logged
|
|
|
|
|
|
Timothy Stringer
Junior Member
Member # 599
|
posted February 07, 2003 05:25 PM
Anyhow, I did log on as root, create the directories and the symbolic links as suggested, and still get the same results. Here's the transcript:[G3:/OS X Downloads/kfibs-1.0.5] tim% ./configure loading cache ./config.cache checking host system type... powerpc-apple-darwin6.0 checking target system type... powerpc-apple-darwin6.0 checking build system type... powerpc-apple-darwin6.0 checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for a C-Compiler... 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 how to run the C preprocessor... gcc -E -traditional-cpp checking for a C++-Compiler... checking for g++... g++ checking whether the C++ compiler (g++ -s) works... no configure: error: installation or configuration problem: C++ compiler cannot create executables. Any ideas? Tim
Posts: 5 | From: Colorado, USA | Registered: Feb 2003
| IP: Logged
|
|