|
This is sort of a general linux question I am guessing, but perhaps it is related to bash, I simply don't know. I am using ubuntu, and currently it has bash version 4.x on it, I like to install in addition a 3.2.9 version on it.
I manage to download the correct tgz, and extracted it, updated the yacc, configure runs fine, but make returns errors.
here is a snippet of the error, what am I missing here?
/rhbash/bash-3.2.48# make rm -f y.tab.o gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -g -O2 -c y.tab.c btyaccpa.ske:96: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âyylvalâ btyaccpa.ske:100: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âyyretlvalâ btyaccpa.ske:111: error: expected specifier-qualifier-list before âyyparsestateâ btyaccpa.ske:128: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token btyaccpa.ske:131: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token btyaccpa.ske:134: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token btyaccpa.ske:137: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token btyaccpa.ske:140: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token btyaccpa.ske:143: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token btyaccpa.ske:178: error: expected â)â before â*â token btyaccpa.ske:180: error: expected â)â before â*â token
|