This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
HP problems
- To: egcs at cygnus dot com
- Subject: HP problems
- From: jackson at msrce dot howard dot edu
- Date: Tue, 04 Nov 97 19:45:58 -0500
I was trying to build egcs on an hp for the people in the digital systems lab
but a './configure' 'make bootstrap' didn't quite do the trick (see below). I
then tried to look through the makefile to figure out why cc was called without
a -I flag, but got a headache trying to follow the make targets. To get things
to move along I just copied getopt.h from ../libtxi into the ./makeinfo
directory and tried again. It stopped in the exact same place but gave me a
different error (also see below). Does anybody know what is going on? I also
had to take out the -g's to get rid of the really annoying compiler warnings, which
brings me to a question: shouldn't ./configure know not to use -g if it doesn't
work?
Aaron Jackson jackson@msrce.howard.edu
Configuring for a hppa1.1-hp-hpux10.01 host.
...
(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C
product; ignored.
cc -Wp,-H256000 -c -I. -I. -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1
-DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1
-DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1
-DHAVE_SYS_FILE_H=1 -Dconst= -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1
-DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1
-DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1
-DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1
-DHAVE_STRDUP=1 -g bzero.c
(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C
product; ignored.
(Bundled) cc: "bzero.c", line 45: warning 501: Empty source file.
rm -f libtxi.a
ar cq libtxi.a getopt.o getopt1.o bzero.o
ranlib libtxi.a
making sub-all in makeinfo
cc -Wp,-H256000 -c -I. -I. -I./../libtxi -DSTDC_HEADERS=1
-DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1
-DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1
-DHAVE_SYS_TTOLD_H=1 -DHAVE_SYS_FILE_H=1 -Dconst= -DHAVE_ALLOCA_H=1
-DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1
-DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1
-DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1
-DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -g makeinfo.c
(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C
product; ignored.
(Bundled) cc: "makeinfo.c", line 206: warning 525: Redeclaration of identifier
"output_stream".
cc -Wp,-H256000 -c -I. -I. -I./../libtxi -DSTDC_HEADERS=1
-DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1
-DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1
-DHAVE_SYS_TTOLD_H=1 -DHAVE_SYS_FILE_H=1 -Dconst= -DHAVE_ALLOCA_H=1
-DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1
-DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1
-DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1
-DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -g multi.c
(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C
product; ignored.
cc -Wp,-H256000 -o makeinfo makeinfo.o multi.o -L../libtxi -ltxi
cc -Wp,-H256000 -g ./makeinfo.c -o ./makeinfo
(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C
product; ignored.
cpp: "makeinfo.c", line 72: error 4036: Can't open include file 'getopt.h'.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
---------------------------------------
second attempt errors:
/usr/ccs/bin/ld: Unsatisfied symbols:
getwd (code)
multitable_item (code)
alloca (code)
cm_tab (code)
getopt_long (code)
end_multitable (code)
do_multitable (code)
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.