bug-bash
[Top][All Lists]
Advanced

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

problems building on IRIX 6.5


From: David Kaelbling
Subject: problems building on IRIX 6.5
Date: Fri, 7 Jun 2002 18:08:10 -0400 (EDT)

Configuration Information [Automatically generated, do not change]:
Machine: mips
OS: irix6.5
Compiler: sgifwcompile -e -q -nostdinc -I. 
-I/usr/people/drk/toolroots/freeware/working/proot/usr/freeware/include 
-I/usr/people/drk/toolroots/freeware/working/proot/usr/include -O3 
-OPT:Olimit=0:space=ON -DEBUG:optimize_space=on  -TENV:X=1 -CG:unique_exit=on  
-OPT:IEEE_arithmetic=1:roundoff=0:wrap_around_unsafe_opt=off -n32 -mips3 
-nostdlib -L/usr/people/drk/toolroots/freeware/working/proot/usr/freeware/lib32 
 -L/usr/people/drk/toolroots/freeware/working/proot/usr/lib32 -woff 
1009,1014,1107,1110,1116,1164,1185,1188,1204,1230,1233  -Wl,-woff,85,-woff,84 
-rpath /usr/freeware/lib32 -- 
/usr/people/drk/toolroots/freeware/working/ptoolroot/usr/bin/cc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='mips' 
-DCONF_OSTYPE='irix6.5' -DCONF_MACHTYPE='mips-sgi-irix6.5' -DCONF_VENDOR='sgi' 
-DSHELL -DHAVE_CONFIG_H   -I.  -I. -I./include -I./lib -g
uname output: IRIX cf-vpn-hw-drk-1 6.5 04101931 IP32
Machine Type: mips-sgi-irix6.5

Bash Version: 2.05a
Patch Level: 0
Release Status: release

Description:
        bash/2.05a will not build on IRIX with the native MIPSpro
        compilers because sub_append_string is unresolved.

Repeat-By:
        Try to compile it.  See the linker error.

Fix:

--- ./subst.c   Mon Nov  5 14:19:49 2001
+++ ../bash-2.05a/./subst.c     Fri Jun  7 14:32:04 2002
@@ -419,7 +419,7 @@
    of space allocated to TARGET.  SOURCE can be NULL, in which
    case nothing happens.  Gets rid of SOURCE by freeing it.
    Returns TARGET in case the location has changed. */
-inline char *
+char *
 sub_append_string (source, target, indx, size)
      char *source, *target;
      int *indx, *size;



reply via email to

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