trying to install bash

i downloaded bash from this site
http://www.freebsd.org/cgi/cvsweb.cgi/ports/shells/bash/?only_with_tag=RELEASE_7_1_0

untared it and ran make and i get this error:
Code:
{standard input}: Assembler messages:
{standard input}:0: Warning: end of file not at end of a line; newline inserted
{standard input}:1411: Error: no such instruction: `ca'
cc: Internal error: Segmentation fault: 11 (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
*** Error code 1

Stop in /usr/home/.../Desktop/Downloads/Bash/bash/work/bash-3.2.
*** Error code 1

Stop in /usr/home/.../Desktop/Downloads/Bash/bash.
 
Here is a simple method:
run 'sysinstall' by root, then choice 'Configure' > 'Packages' > 'Ftp' (you can also get the bash from your installation CD/DVD) then select a ftp site. Select 'yes'. Wait a few minutes: sysinstall is downloading the index file from the ftp site. . .
Select 'Shells' > 'bash'.
Select Ok and then Install.
When sysinstall finishes the installation, type Ctrl+C, then select Abort.
Type /usr/local/bin/bash.
 
mghis said:
Here is a simple method:
run 'sysinstall' by root, then choice 'Configure' > 'Packages' > 'Ftp' (you can also get the bash from your installation CD/DVD) then select a ftp site. Select 'yes'. Wait a few minutes: sysinstall is downloading the index file from the ftp site. . .
Select 'Shells' > 'bash'.
Select Ok and then Install.
When sysinstall finishes the installation, type Ctrl+C, then select Abort.
Type /usr/local/bin/bash.

NO NO NO NO... `pkg_add -r bash' !
 
Back
Top