I'm assuming that you ran the configure script with --enable-timer (and really depend on that interpreter benchmarking feature.)
If so, try adding #if WANT_TIMER #include "timer.c" #endif somewhere after the #includes in runhugs.c --sigbjorn ----- Original Message ----- From: "Josef Svenningsson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 25, 2003 09:11 Subject: Error compiling new hugs > Hi, > > Just downloaded the latest hugs release. I got the following error while > make'ing: > > [lots of gcc'ing] > gcc -c -g -O2 server.c > gcc runhugs.o server.o builtin.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 -o runhugs > evaluator.o: In function `evaluator': > /users/cs/josefs/multi/home/src/hugs/hugs98-Nov2003/src/evaluator.c:96: > undefined reference to `updateTimers' > collect2: ld returned 1 exit status > make: *** [runhugs] Error 1 > > > uname -a > SunOS 5.7 Generic_106541-16 sun4u sparc SUNW,Ultra-5_10 > > gcc -v > gcc version 2.95.3 20010315 (release) > > Just tell if you need any more info to track down the problem. > > /Josef > _______________________________________________ > Hugs-Bugs mailing list > [EMAIL PROTECTED] > http://www.haskell.org/mailman/listinfo/hugs-bugs _______________________________________________ Hugs-Bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/hugs-bugs
