bug-bash
[Top][All Lists]
Advanced

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

make install failing


From: Robert Finley
Subject: make install failing
Date: Fri, 28 Feb 2003 08:10:09 -0800

Configuration Information
Machine: hppa2.0w
OS: hpux11.11
Compiler: cc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='hppa2.0w'
-DCONF_OSTYPE='
hpux11.11' -DCONF_MACHTYPE='hppa2.0w-hp-hpux11.11' -DCONF_VENDOR='hp'
-DSHELL  -
DHAVE_CONFIG_H -DHPUX  -I.  -I. -I./include -I./lib  -g
uname output: HP-UX houhp3 B.11.11 U 9000/800 886980666 unlimited-user
license
Machine Type: hppa2.0w-hp-hpux11.11

Bash Version: 2.05b
Patch Level: 0
Release Status: release

Description:
        make install returns:


# make install

          ***********************************************************
          *                                                         *
          * GNU bash, version 2.05b.0(2)-release (hppa2.0w-hp-hpux11.11)
          *                                                         *
          ***********************************************************

        if cmp -s lsignames.h signames.h ; then :; else rm -f signames.h ;
cp lsignames.h signames.h ; fi
        rm -f syntax.o
        cc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"hppa2.0w"'
-DCONF_OSTYPE='"hpux11.11"' -DCONF_MACHTYPE='"hppa2.0w-hp-hpux11.11"'
-DCONF_VENDOR='"hp"' -DSHELL  -DHAVE_CONFIG_H -DHPUX  -I.  -I. -I./include
-I./lib  -g -c syntax.c
(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C
product; ignored.
(Bundled) cc: "syntax.h", line 67: warning 5: "const" will become a keyword.
(Bundled) cc: "syntax.h", line 67: error 1000: Unexpected symbol: "int".
(Bundled) cc: "syntax.c", line 10: warning 5: "const" will become a keyword.
(Bundled) cc: "syntax.c", line 10: error 1000: Unexpected symbol: "int".
*** Error exit code 1

Stop.






reply via email to

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