I am trying to install the GNU C compiler, so far
unsuccessfully. I can only make it through the
first two steps and for some reason or other
the `make LANGUAGE=c' step fails with the following
message:
# ./configure
This appears to be a alpha-dec-osf3.2 system.
Using `./config/alpha/alpha.c' to output insns.
Using `./config/alpha/alpha.md' as machine description file.
Using `./config/alpha/osf2.h' as target machine macro file.
Using `./config/alpha/xm-alpha.h' as host machine macro file.
Merged alpha/x-alpha.
Merged c++ fragment(s).
Created `./Makefile'.
Merged alpha/x-alpha.
Created `cp/Makefile'.
Links are now set up to build a native compiler for alpha-dec-osf3.2.
# make LANGUAGES=c
cc -DIN_GCC -g -I. -I. -I./config -DGCC_INCLUDE_DIR=\"/usr/local/lib/gc`
/usr/lib/cmplrs/cc/cfe: Error: ./config/alpha/xm-alpha.h: 46: Cannot open file e
/usr/lib/cmplrs/cc/cfe: Error: ./config/alpha/xm-alpha.h: 65: Cannot open file e
/usr/lib/cmplrs/cc/cfe: Error: cccp.c: 68: Cannot open file ctype.h for #include
/usr/lib/cmplrs/cc/cfe: Error: cccp.c: 69: Cannot open file stdio.h for #include
/usr/lib/cmplrs/cc/cfe: Error: cccp.c: 70: Cannot open file signal.h for #inclue
/usr/lib/cmplrs/cc/cfe: Error: cccp.c: 101: Cannot open file time.h for #include
/usr/lib/cmplrs/cc/cfe: Error: cccp.c: 117: Cannot open file fcntl.h for #inclue
/usr/lib/cmplrs/cc/cfe: Error: cccp.c: 121: Cannot open file errno.h for #inclue
/usr/lib/cmplrs/cc/cfe: Error: cccp.c: 124: Cannot open file stdlib.h for #incle
/usr/lib/cmplrs/cc/cfe: Error: cccp.c: 130: Cannot open file string.h for #incle
/usr/lib/cmplrs/cc/cfe: Error: cccp.c: 229: Cannot open file unistd.h for #incle
*** Exit 1
Stop.
These files all have the default permission of world-read. Any
suggestions. I have read the entire GNU CC installation document,
but having never installed the GNU C compiler before, I don't
really know what I am missing.
Thanks.
-rod
Rod Miller, System Admin.
Wyoming State Library WYLD email: rmiller_at_wyld.state.wy.us
2301 Capitol Avenue WILL email: rmiller_at_will.state.wy.us
Cheyenne, WY 82002-0060 Tel (307)777-6258 Fax (307)777-6289
Received on Mon Dec 23 1996 - 18:14:02 NZDT