Originally posted by: SystemAdmin
i download the bash source file : bash-2.05 , when i want to configure the source i get cc error :
here the message :
-
cd bash-2.05
-
ls
AUTHORS bashline.h examples mailcheck.c siglist.c
CHANGES bashtypes.h execute_cmd.c mailcheck.h siglist.h
COMPAT bracecomp.c execute_cmd.h make_cmd.c stringlib.c
COPYING braces.c expr.c make_cmd.h subst.c
CWRU builtins externs.h mksyntax.c subst.h
INSTALL builtins.h findcmd.c nojobs.c support
MANIFEST command.h findcmd.h parse.y syntax.h
Makefile.in confdefs.h flags.c parser-built test.c
NEWS config-bot.h flags.h parser.h test.h
NOTES config-top.h general.c pathexp.c tests
README config.cache general.h pathexp.h trap.c
Y2K config.h.in hashcmd.c pathnames.h trap.h
aclocal.m4 config.log hashcmd.h pcomplete.c unwind_prot.c
alias.c configure hashlib.c pcomplete.h unwind_prot.h
alias.h configure.in hashlib.h pcomplib.c variables.c
array.c copy_cmd.c include print_cmd.c variables.h
array.h cross-build input.c quit.h version.c
bashansi.h dispose_cmd.c input.h redir.c xmalloc.c
bashhist.c dispose_cmd.h jobs.c redir.h y.tab.c
bashhist.h doc jobs.h shell.c y.tab.h
bashintl.h error.c lib shell.h
bashjmp.h error.h list.c sig.c
bashline.c eval.c locale.c sig.h
-
./configure
loading cache ./config.cache
checking host system type... powerpc-ibm-aix4.3.3.0
Beginning configuration for bash-2.05 for powerpc-ibm-aix4.3.3.0
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
-
gcc
ksh: gcc: not found.
-
echo $PATH
/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin
#
i have 2 ways to install bash :
1- rpm file but RPM was installed yesterday in my machines and give me an error : missing library
2 - source file i have CC error
please any suggestion thanks,
#AIX-Forum