bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

compilation problem


From: Atif Shahab
Subject: compilation problem
Date: Tue, 12 Dec 2000 22:19:33 +0800 (SGT)

Hi,

I'm using RedHat linux 6.2

Linux scorpio 2.2.16-3 #1 Mon Jun 19 18:10:14 EDT 2000 i686 unknown

using gcc compiler:

Reading specs from
/usr/local/packages/gcc-2.95.2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/specs
gcc version 2.95.2 19991024 (release)

and am trying to install Checker-0.9.9 but can't seem to install it.

./configure goes as follows:

loading cache ./config.cache
Your language is English
checking host system type... i686-pc-linux-gnu
checking for gcc... (cached) 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... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for c++... (cached) c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking whether ln -s works... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking whether the C compiler (gcc) understand -fcheck-memory-usage...
yes
checking for xmalloc in -liberty... (cached) yes
checking for bfd_openr in -lbfd... (cached) yes
checking for bfd_perror... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for uid_t in sys/types.h... (cached) yes
checking for curses.h... (cached) yes
checking for ncurses.h... (cached) yes
checking for termcap.h... (cached) yes
checking for union semun... no
creating ./config.status
creating Makefile
creating stamp-h
creating testsuite/Makefile
creating stubs/Makefile.head
creating config.h
config.h is unchanged
linking ./config/i386/Linux/tm-linux.h to machine.h
linking ./config/i386/Linux/available-stubs.h to available-stubs.h
linking ./config/i386/Linux/string.h to chkr-string.h
linking ./config/i386/bitops.h to bitops.h
linking ./config/i386/Linux/chkrsyscall.h to chkrsyscall.h

and when I say gmake I get the following:

gcc -c -DGCCCHECKER   -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux -O2 -g -Wall -Wstrict-prototypes  ./begin.c -o
begin.o
gcc -c -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux  ./config/i386/Linux/__access.S -o __access.o
gcc -c -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux  ./config/i386/Linux/__close.S -o __close.o
gcc -c -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux  ./config/i386/Linux/__dup2.S -o __dup2.o
gcc -c -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux  ./config/i386/Linux/__getpid.S -o __getpid.o
gcc -c -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux  ./config/i386/Linux/__kill.S -o __kill.o
gcc -c -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux  ./config/i386/Linux/__link.S -o __link.o
gcc -c -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux  ./config/i386/Linux/__lseek.S -o __lseek.o
gcc -c -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux  ./config/i386/Linux/__open.S -o __open.o
gcc -c -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux  ./config/i386/Linux/__read.S -o __read.o
gcc -c -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux  ./config/i386/Linux/__unlink.S -o __unlink.o
gcc -c -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux  ./config/i386/Linux/__write.S -o __write.o
gcc -c -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux  ./config/i386/Linux/__fcntl.S -o __fcntl.o
gcc -c -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux  ./config/i386/Linux/__gettod.S -o __gettod.o
gcc -c -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux  ./config/i386/Linux/__sigproc.S -o __sigproc.o
gcc -c -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux  ./config/i386/Linux/__ftruncate.S -o __ftruncate.o
gcc -c -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux  ./config/i386/Linux/sigjumpto.S -o sigjumpto.o
gcc -c -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux  ./config/i386/Linux/sigpending.S -o sigpending.o
gcc -c -DGCCCHECKER   -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux -O2 -g -Wall -Wstrict-prototypes
./config/i386/Linux/_exit.c -o _exit.o
gcc -O2 -Wall -DHAVE_CONFIG_H -c utils/genmess.c
gcc  -o genmess genmess.o
rm -f -f errlist.h errlist.mes message.c message.h message.o
rm -f -f maccess.mes parse-args.mes
./genmess message.new.h message.new.c ./config/English/message.m
./move-if-change message.new.h message.h
gmake: [message.h] Error 1 (ignored)
./move-if-change message.new.c message.c
gmake: [message.h] Error 1 (ignored)
gcc -c -DGCCCHECKER   -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux -O2 -g -Wall -Wstrict-prototypes
./config/i386/Linux/linux.c -o linux.o
gcc -c -DGCCCHECKER   -I. -I./l-malloc -I. -I./lib -I./config/obj-formats
-I./config/i386/Linux -O2 -g -Wall -Wstrict-prototypes
./config/i386/Linux/munmap.c -o munmap.o
./config/i386/Linux/munmap.c: In function `chkr_munmap':
./config/i386/Linux/munmap.c:31: Invalid `asm' statement:
./config/i386/Linux/munmap.c:31: fixed or forbidden register 3 (bx) was
spilled for class BREG.


am I missing some files or do I need to configure my gcc to allow this
program to compile?  Thanks

----
Atif Shahab




reply via email to

[Prev in Thread] Current Thread [Next in Thread]