bug-bash
[Top][All Lists]
Advanced

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

Make error


From: Alexander Kunjukunju
Subject: Make error
Date: Sat, 10 May 2003 10:17:23 -0400

Hi
I am getting the following make error.
 
following the command sequence I used
 
#./configure
#make install
 
Please help me do the build
 
          ***********************************************************
          *                                                         *
          * GNU bash, version 2.05b.0(2)-release (sparc-sun-solaris2.7)
          *                                                         *
          ***********************************************************
 
rm -f shell.o
cc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"sparc"' -DCONF_OSTYPE='"solaris2.7"' -DCONF_MACHTYPE='"sparc-sun-solaris2.7"' -DCONF_VENDOR='"sun"' -DSHELL  -DHAVE_CONFIG_H  -I.  -I. -I./include -I./lib  -g -c shell.c
ucbcc: Warning: Option -YP,:/usr/ucblib:/opt/SUNWspro/WS6U2/bin/../lib:/opt/SUNWspro/WS6U2/bin:/usr/ccs/lib:/usr/lib passed to ld, if ld is invoked, ignored otherwise
rm -f eval.o
cc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"sparc"' -DCONF_OSTYPE='"solaris2.7"' -DCONF_MACHTYPE='"sparc-sun-solaris2.7"' -DCONF_VENDOR='"sun"' -DSHELL  -DHAVE_CONFIG_H  -I.  -I. -I./include -I./lib  -g -c eval.c
ucbcc: Warning: Option -YP,:/usr/ucblib:/opt/SUNWspro/WS6U2/bin/../lib:/opt/SUNWspro/WS6U2/bin:/usr/ccs/lib:/usr/lib passed to ld, if ld is invoked, ignored otherwise
rm -f mkbuiltins.o
cc -c  -DHAVE_CONFIG_H -DSHELL   -I. -I..  -I.. -I../include -I../lib -I.   -g mkbuiltins.c
ucbcc: Warning: Option -YP,:/usr/ucblib:/opt/SUNWspro/WS6U2/bin/../lib:/opt/SUNWspro/WS6U2/bin:/usr/ccs/lib:/usr/lib passed to ld, if ld is invoked, ignored otherwise
cc  -g -o mkbuiltins mkbuiltins.o -ldl
ucbcc: Warning: Option -YP,:/usr/ucblib:/opt/SUNWspro/WS6U2/bin/../lib:/opt/SUNWspro/WS6U2/bin:/usr/ccs/lib:/usr/lib passed to ld, if ld is invoked, ignored otherwise
ild:  Fatal error -- Assertion failed: file "../src/ild-args.c" line 1613 Exiting.
*** Error code 1
make: Fatal error: Command failed for target `mkbuiltins'
Current working directory /export/home/alex/bash/bash-2.05b/builtins
*** Error code 1
make: Fatal error: Command failed for target `builtins/builtext.h'
# checking whether setvbuf arguments are reversed... no
bash: checking: command not found
# checking for vprintf... yes
bash: checking: command not found
# checking for _doprnt... yes
bash: checking: command not found
# checking for working strcoll... yes
bash: checking: command not found
# checking return type of signal handlers... void
bash: checking: command not found
# checking for __setostype... no
bash: checking: command not found
# checking for wait3... yes
bash: checking: command not found
#     
 

reply via email to

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