bug-bash
[Top][All Lists]
Advanced

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

Need assistance installing BASH on AIX 5.1


From: Smith Chad - chasmi
Subject: Need assistance installing BASH on AIX 5.1
Date: Mon, 12 Aug 2002 15:57:39 -0500

BASH Version: 2.05b
Hardware: IBM 7040-671 (p670 Baby Regatta)
OS: AIX 5.1 Maintenance Level 2 (32-bit Kernel)
Compiler: IBM Visual Age C/C++ Compiler Version 5.0.2.0
 
Problem Description:
Able to configure without any problems; however, when running make, I get
the following errors:
        rm -f error.o
        cc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"powerpc"'
-DCONF_OSTYPE='"aix5.1.0.0"' -DCONF_MACHTYPE='"powerpc-ibm-aix5.1.0.0"'
-DCONF_VENDOR='"ibm"' -DSHELL  -DHAVE_CONFIG_H  -I.  -I. -I./include -I./lib
-g -c error.c
"error.c", line 125.1: 1506-343 (S) Redeclaration of programming_error
differs from previous declaration on line 33 of "error.h".
"error.c", line 125.1: 1506-378 (I) Prototype for function programming_error
cannot contain "..." when mixed with a nonprototype declaration.
"error.c", line 125.1: 1506-376 (I) Redeclaration of programming_error has a
different number of fixed parameters than the previous declaration.
"error.c", line 169.1: 1506-343 (S) Redeclaration of report_error differs
from previous declaration on line 36 of "error.h".
"error.c", line 169.1: 1506-378 (I) Prototype for function report_error
cannot contain "..." when mixed with a nonprototype declaration.
"error.c", line 169.1: 1506-376 (I) Redeclaration of report_error has a
different number of fixed parameters than the previous declaration.
"error.c", line 192.1: 1506-343 (S) Redeclaration of fatal_error differs
from previous declaration on line 42 of "error.h".
"error.c", line 192.1: 1506-378 (I) Prototype for function fatal_error
cannot contain "..." when mixed with a nonprototype declaration.
"error.c", line 192.1: 1506-376 (I) Redeclaration of fatal_error has a
different number of fixed parameters than the previous declaration.
"error.c", line 214.1: 1506-343 (S) Redeclaration of internal_error differs
from previous declaration on line 48 of "error.h".
"error.c", line 214.1: 1506-378 (I) Prototype for function internal_error
cannot contain "..." when mixed with a nonprototype declaration.
"error.c", line 214.1: 1506-376 (I) Redeclaration of internal_error has a
different number of fixed parameters than the previous declaration.
"error.c", line 235.1: 1506-343 (S) Redeclaration of internal_warning
differs from previous declaration on line 51 of "error.h".
"error.c", line 235.1: 1506-378 (I) Prototype for function internal_warning
cannot contain "..." when mixed with a nonprototype declaration.
"error.c", line 235.1: 1506-376 (I) Redeclaration of internal_warning has a
different number of fixed parameters than the previous declaration.
"error.c", line 256.1: 1506-343 (S) Redeclaration of sys_error differs from
previous declaration on line 45 of "error.h".
"error.c", line 256.1: 1506-378 (I) Prototype for function sys_error cannot
contain "..." when mixed with a nonprototype declaration.
"error.c", line 256.1: 1506-376 (I) Redeclaration of sys_error has a
different number of fixed parameters than the previous declaration.
"error.c", line 287.1: 1506-343 (S) Redeclaration of parser_error differs
from previous declaration on line 39 of "error.h".
"error.c", line 287.1: 1506-378 (I) Prototype for function parser_error
cannot contain "..." when mixed with a nonprototype declaration.
"error.c", line 287.1: 1506-376 (I) Redeclaration of parser_error has a
different number of fixed parameters than the previous declaration.
make: 1254-004 The error code from the last command is 1.

Stop.

If I use GNU make, I get the following errors:
rm -f error.o
cc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"powerpc"'
-DCONF_OSTYPE='"aix5.1.0.0"' -DCONF_MACHTYPE='"powerpc-ibm-aix5.1.0.0"'
-DCONF_VENDOR='"ibm"' -DSHELL -DHAVE_CONFIG_H  -I.  -I. -I./include -I./lib
-g -c error.c
"error.c", line 125.1: 1506-343 (S) Redeclaration of programming_error
differs from previous declaration on line 33 of "error.h".
"error.c", line 125.1: 1506-378 (I) Prototype for function programming_error
cannot contain "..." when mixed with a nonprototype declaration.
"error.c", line 125.1: 1506-376 (I) Redeclaration of programming_error has a
different number of fixed parameters than the previous declaration.
"error.c", line 169.1: 1506-343 (S) Redeclaration of report_error differs
from previous declaration on line 36 of "error.h".
"error.c", line 169.1: 1506-378 (I) Prototype for function report_error
cannot contain "..." when mixed with a nonprototype declaration.
"error.c", line 169.1: 1506-376 (I) Redeclaration of report_error has a
different number of fixed parameters than the previous declaration.
"error.c", line 192.1: 1506-343 (S) Redeclaration of fatal_error differs
from previous declaration on line 42 of "error.h".
"error.c", line 192.1: 1506-378 (I) Prototype for function fatal_error
cannot contain "..." when mixed with a nonprototype declaration.
"error.c", line 192.1: 1506-376 (I) Redeclaration of fatal_error has a
different number of fixed parameters than the previous declaration.
"error.c", line 214.1: 1506-343 (S) Redeclaration of internal_error differs
from previous declaration on line 48 of "error.h".
"error.c", line 214.1: 1506-378 (I) Prototype for function internal_error
cannot contain "..." when mixed with a nonprototype declaration.
"error.c", line 214.1: 1506-376 (I) Redeclaration of internal_error has a
different number of fixed parameters than the previous declaration.
"error.c", line 235.1: 1506-343 (S) Redeclaration of internal_warning
differs from previous declaration on line 51 of "error.h".
"error.c", line 235.1: 1506-378 (I) Prototype for function internal_warning
cannot contain "..." when mixed with a nonprototype declaration.
"error.c", line 235.1: 1506-376 (I) Redeclaration of internal_warning has a
different number of fixed parameters than the previous declaration.
"error.c", line 256.1: 1506-343 (S) Redeclaration of sys_error differs from
previous declaration on line 45 of "error.h".
"error.c", line 256.1: 1506-378 (I) Prototype for function sys_error cannot
contain "..." when mixed with a nonprototype declaration.
"error.c", line 256.1: 1506-376 (I) Redeclaration of sys_error has a
different number of fixed parameters than the previous declaration.
"error.c", line 287.1: 1506-343 (S) Redeclaration of parser_error differs
from previous declaration on line 39 of "error.h".
"error.c", line 287.1: 1506-378 (I) Prototype for function parser_error
cannot contain "..." when mixed with a nonprototype declaration.
"error.c", line 287.1: 1506-376 (I) Redeclaration of parser_error has a
different number of fixed parameters than the previous declaration.
gnu_make: *** [error.o] Error 1

Any suggestions?

Thanks,
Chad Smith



********************************************************************

The information contained in this communication is
confidential, is intended only for the use of the recipient
named above, and may be legally privileged.
If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, 
distribution, or copying of this communication is strictly
prohibited.
If you have received this communication in error,
please re-send this communication to the sender and
delete the original message or any copy of it from your
computer system. Thank You.





reply via email to

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