Compiling Xboard
Posted: 25 Oct 2006, 17:11
Hi all,
I'm not sure I am at the right place with this.
I am totally new to Linux. I tried to compile Xboard for Ubuntu 6.10 but after ./configure I got the following message: checking for C compiler default output... configure: error: C compiler cannot create executables
In the config.log file I find:
gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)
configure:1617: $? = 0
configure:1619: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:1622: $? = 1
configure:1646: checking for C compiler default output
configure:1649: gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:1652: $? = 1
configure: failed program was:
| #line 1625 "configure"
| /* confdefs.h. */
What is happening here? Any help would be appreciated.
I'm not sure I am at the right place with this.
I am totally new to Linux. I tried to compile Xboard for Ubuntu 6.10 but after ./configure I got the following message: checking for C compiler default output... configure: error: C compiler cannot create executables
In the config.log file I find:
gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)
configure:1617: $? = 0
configure:1619: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:1622: $? = 1
configure:1646: checking for C compiler default output
configure:1649: gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:1652: $? = 1
configure: failed program was:
| #line 1625 "configure"
| /* confdefs.h. */
What is happening here? Any help would be appreciated.