Hi,
I'm trying to install the gcc and now make exits with some errors.
I've do the following steps:
FGAG2:/tmp/gcc-2.5.8> configure --target=alpha-dec-osf
Linked `config.h' to `./config/alpha/xm-alpha.h'
Linked `tm.h' to `./config/alpha/alpha.h'
Linked `aux-output.c' to `./config/alpha/alpha.c'
Linked `tconfig.h' to `./config/alpha/xm-alpha.h'
Linked `hconfig.h' to `./config/alpha/xm-alpha.h'
Linked `md' to `./config/alpha/alpha.md'
Created `Makefile'.
Links are now set up for target alpha-dec-osf.
FGAG2:/tmp/gcc-2.5.8> make LANGUAGES=C
.................................
cc -DIN_GCC -g -o bi-arity bi-arity.o bi-parser.o bi-lexer.o bi-reverse.o
./bi-arity < ./bytecode.def >tmp-bc-arity.h
./move-if-change tmp-bc-arity.h bc-arity.h
touch stamp-bcarity
cc -c -DIN_GCC -g -I. -I. -I./config bc-emit.c
cc -c -DIN_GCC -g -I. -I. -I./config bc-optab.c
cc -DIN_GCC -g -o cc1 c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-ty
cc -c -DIN_GCC -g -I. -I. -I./config mips-tfile.c
/usr/lib/cmplrs/cc/cfe: Error: /usr/include/unistd.h, line 482: redeclaration o'
extern char *sbrk();
-------------^
/usr/lib/cmplrs/cc/cfe: Error: /usr/include/unistd.h, line 482: Incompatible fun
extern char *sbrk();
-----------------^
*** Exit 1
Stop.
Has oneone compiled gcc successfully and can help me?
regards Joerg
BERNINA F. Gegauf AG Tel: +41 54 62 14 90 Joerg Leyendecker
Seestrasse Fax: +41 54 61 11 48 leye_at_bernina.com
CH-8266 Steckborn +41 54 61 28 58 SAP BC,
Switzerland UNIX Administration
Received on Thu Mar 09 1995 - 09:48:09 NZDT