Re: Compiling hugs - stop on missing symbol
Ross Paterson <[email protected]> Thu, 3 Nov 2005 09:32:22 +0000
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <[email protected]> |
[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.