Is this an Actual Bug, or a Ferguson Foulup?  Looks like it's looking for
readline stuff that isn't there, and which it _knows_ isn't there.  Do
I need to disable Readline as a config option?  This all worked swimmingly
in ghc-3.00...

Slainte.
Alex.
_____

oconnor.ucc.ie:~/ghc-3.01/build: configure --prefix=/usr/local/ghc-3.01 
--bindir=/usr/local/bin
loading cache ./config.cache
[spam]
checking for readline/readline.h... (cached) no
...

oconnor.ucc.ie:~/ghc-3.01/build: gnumake all
[lots of spam]
==fptools== gnumake all --no-print-directory -r;
 in /export/home/ferguson/ghc-3.01/build/ghc/lib/misc
------------------------------------------------------------------------
rm -f Readline.o ; if [ ! -d Readline ]; then mkdir Readline; else find Readline 
-name '*.o' -print | xargs rm -f __rm_food ; fi ; 
../../../ghc/driver/ghc -recomp -cpp -fglasgow-exts -fvia-C -Rghc-timing -O 
-split-objs -odir Readline    -c Readline.lhs -o Readline.o -osuf o
<<ghc: 189880524 bytes, 120 GCs, 1429062/1558896 avg/max bytes residency (6 
samples), 0.00 INIT (0.02 elapsed), 10.32 MUT (22.48 elapsed), 4.00 GC (4.21 
elapsed) :ghc>>
ghc: module version unchanged at 1
/tmp/ghc28763.hc:29: `rl_point' undeclared (first use this function)
/tmp/ghc28763.hc:29: (Each undeclared identifier is reported only once
/tmp/ghc28763.hc:29: for each function it appears in.)
/tmp/ghc28763.hc:80: `rl_end' undeclared (first use this function)
/tmp/ghc28763.hc:169: `rl_readline_name' undeclared (first use this function)
/tmp/ghc28763.hc:445: `rl_end' undeclared (first use this function)
/tmp/ghc28763.hc:528: `rl_point' undeclared (first use this function)
/tmp/ghc28763.hc:601: `rl_line_buffer' undeclared (first use this function)
/tmp/ghc28763.hc:1854: `rl_readline_name' undeclared (first use this function)
/tmp/ghc28763.hc:1991: `rl_terminal_name' undeclared (first use this function)
/tmp/ghc28763.hc:2128: `rl_readline_name' undeclared (first use this function)
/tmp/ghc28763.hc:2265: `rl_line_buffer' undeclared (first use this function)
/tmp/ghc28763.hc:3479: warning: assignment makes pointer from integer without a 
cast
gnumake[3]: *** [Readline.o] Error 1
gnumake[2]: *** [all] Error 2
gnumake[1]: *** [all] Error 2
gnumake: *** [all] Error 2
oconnor.ucc.ie:~/ghc-3.01/build: 

Reply via email to