Results 1 to 5 of 5
I downloaded the gZipped Tarball for Kasablanca 0.4.0.2 and unzipped it to its own directory. From there I tried to do a ./configure command, but when the c compiler(gcc) tries ...
- 06-10-2005 #1Just Joined!
- Join Date
- Oct 2004
- Location
- Osaka, Japan
- Posts
- 4
gcc problem
I downloaded the gZipped Tarball for Kasablanca 0.4.0.2 and unzipped it to its own directory. From there I tried to do a ./configure command, but when the c compiler(gcc) tries to make an output filename, I get an error. Below is the printout:
napps:/home/nb/dlz/kasablanca-0.4.0.2# ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
The following is the prinout from the config.log:
configure:2569: $? = 0
configure:2571: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/us
r --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-sha
red --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --
enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-13)
configure:2574: $? = 0
configure:2576: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2579: $? = 1
configure:2602: checking for C compiler default output file name
configure:2605: gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:2608: $? = 1
configure: failed program was:
| /* confdefs.h. */
Im quite new to linux and dont know how to remedy this. anyhelp would be appreciated!
Thanks,
- 06-10-2005 #2
try downloading the debian package http://download.berlios.de/kasablanc...3.1-1_i386.deb
then
Code:su dpkg -i kasablanca_0.3.1-1_i386.deb
Brilliant Mediocrity - Making Failure Look Good
- 06-11-2005 #3Just Joined!
- Join Date
- Jun 2005
- Posts
- 1
i just did "/usr/bin/ld: crt1.o: No such file: No such file or directory" on http://google.com
http://packages.debian.org/stable/libdevel/libc6-dev
apt-get install libc6-dev
or, aptitude '/' "libc6-dev" '+' 'g' 'g'
- 06-11-2005 #4Just Joined!
- Join Date
- Oct 2004
- Location
- Osaka, Japan
- Posts
- 4
Thank you very much,
I redownloaded the .deb package and dkpg -i and it worked!
Arigato!
I'm updating the lib6 packages too!
- 06-12-2005 #5
Hey, i was wondering the same thing a bit ago. i figured it out. i just posted the answer under the post where i was asking about GCC.
http://www.linuxforums.org/forum/pos...05.html#233705


Reply With Quote
