[Hugs-bugs] Re: Compiling hugs - stop on missing symbol
[moving from haskell-cafe to hugs-bugs] On Thu, Nov 03, 2005 at 09:57:37AM +0100, Dusan Kolar wrote:
./configure --prefix=/mnt/data/FLP --enable-timer does not complain, suggests to perform make; make install
Unfortunately, make stops with this error:
gcc runhugs.o server.o builtin.o char.o compiler.o errors.o evaluator.o ffi.o goal.o input.o machdep.o machine.o module.o opts.o output.o plugin.o script.o static.o storage.o strutil.o subst.o type.o version.o -lreadline -lncurses -lm -ldl -o runhugs evaluator.o(.text+0x137): In function `evaluator': /mnt/data/FLP/Downloads/hugs98-Mar2005-patched/src/evaluator.c:98: undefined reference to `updateTimers' collect2: ld returned 1 exit status make: *** [runhugs] Error 1
It seems --enable-timer is broken at present; unfortunately you'll have to build without it.
participants (1)
-
Ross Paterson