bug-bash
[Top][All Lists]
Advanced

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

Pipes don't get recognized as such for cris-axis-linux-gnu


From: Uwe Reimann
Subject: Pipes don't get recognized as such for cris-axis-linux-gnu
Date: Thu, 12 Jun 2003 01:24:41 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030516

Configuration Information [Automatically generated, do not change]:
Machine: cris
OS: linux-gnu
Compiler: cris-axis-linux-gnu-gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='cris' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='cris-axis-linux-gnu' -DCONF_VENDOR='axis' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 uname output: Linux localhost 2.4.19 #74 Wed Jun 11 10:58:05 Local time zone must be set--see zic man cris unknown unknown GNU/Linux
Machine Type: cris-axis-linux-gnu

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

Description:
       (lseek (0, 0L, SEEK_CUR) < 0) is always false
Repeat-By:
       compile bash for cris-axis-linux-gnu with gcc-3.x

Fix:
       (lseek (0, 0L, SEEK_CUR) < 0LL)






reply via email to

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