bug-bash
[Top][All Lists]
Advanced

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

missing include in mksignames.c


From: Jean Laurent
Subject: missing include in mksignames.c
Date: Thu, 15 Apr 2004 12:00:44 +0100

When trying to build bash 2.05 (release) on ibm ppc aix, 
compilation failed during execution of mksignames.

After some examinations, it appears that mksignames.c
doesn't include config.h.

On AIX, SIGRTMAX is defined as 999, and must be undefined 
by UNUSABLE_RT_SIGNALS (which is set in the 
unincluded config.h).

After adding the missing include, the build succeded.


./bash --version
GNU bash, version 2.05.0(1)-release (powerpc-ibm-aix4.3.3.0)
Copyright 2000 Free Software Foundation, Inc.

yours,

Jean Laurent.





reply via email to

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