bug-bash
[Top][All Lists]
Advanced

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

Re: Bash compile fail on HP-UX 11.0 using gcc 3.0.2


From: Chet Ramey
Subject: Re: Bash compile fail on HP-UX 11.0 using gcc 3.0.2
Date: Thu, 18 Apr 2002 16:57:30 -0400

> OS: HP-UX 11.0
>  
> Description:
> ./configure runs just fine and make appears to be going fine.  Before make 
> fininshes, I get:
>  
> -----
> ./mkbuiltins -D . printf.def
> gcc -c  -DHAVE_CONFIG_H -DSHELL   -I. -I..  -I.. -I../include -I../lib -I. 
> -DHPUX  -O -pipe printf.c || ( rm -f printf.c ; exit 1 )
> ./printf.def: In function `getldouble':
> ./printf.def:1013: incompatible types in assignment
> make[1]: *** [printf.o] Error 1
> make[1]: Leaving directory `/home/dking/local/src/bash-2.05a/builtins'
> make: *** [builtins/libbuiltins.a] Error 1

HP/UX lies about its long double support.  Comment out the line in the
generated config.h that reads HAVE_LONG_DOUBLE and rebuild.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet)

Chet Ramey, CWRU    chet@po.CWRU.Edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

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