1836611 Members
3877 Online
110102 Solutions
New Discussion

Re: bash installation

 
kacou
Regular Advisor

bash installation

i want to install bash on my hp-ux server. While following the procedure i have the error message below. help me please

----------
# ./configure
configure: loading cache config.cache
checking build system type... hppa2.0w-hp-hpux11.23
checking host system type... hppa2.0w-hp-hpux11.23
checking for emacs... no

Beginning configuration for bash-3.0-release for hppa2.0w-hp-hpux11.23

checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
See `config.log' for more details.
4 REPLIES 4
SANTOSH S. MHASKAR
Trusted Contributor

Re: bash installation

Hi,

Why are u compiling and installing from source.

Binary Software for bash in Depot format is available for various versions of HP-UX.

Check link given below.

http://hpux.connect.org.uk/hppd/hpux/Shells/bash-3.2/

-Santosh
SANTOSH S. MHASKAR
Trusted Contributor

Re: bash installation

Hi,



If u still insists to use source u have to note
that the default location for executables
compiled from source is in /usr/local

Investigate the config.log

just check if this dir exists and permissions on it.

Also u can change the default location for executables by giving arguments to ./configure

try

./configure --help


Regards

-Santosh
Steven Schweda
Honored Contributor

Re: bash installation

> error: C compiler cannot create executables

Sounds like a GCC problem.

> See `config.log' for more details.

Well? Are you waiting for a psychic to read
your config.log remotely?
Jayan Nair
Frequent Advisor

Re: bash installation

download bash and its dependent packages from http://hpux.connect.org.uk/hppd/hpux/Shells/bash-3.1.17/
note: dependencies gcc,gettext,libiconv,make
Unzip the packages using gunzip
install the dependencies first using swinstall and install bash last