Hi all,
I have linked a C-library to Hugs (I used H/Direct).
What I want is that some cleaning up of the C-libraries
state is done when the user presses control-C. Is there
any way to specify this without recompiling Hugs?
Thanks,
Koen.
--
Koen Claessen http://www.cs.chalmers.se/~koen
phone:+46-31-772 5424 mailto:koen@cs.chalmers.se
-----------------------------------------------------
Chalmers University of Technology, Gothenburg, Sweden
Hello, i have a mac with mac os X.2.1. Ive used hugs on X.1, and it
worked just fine. I downloaded it from the page and no probs. But with
X.2.1 i just cant put him to work.
When i put him to run it prints this error:
dyld: ./hugs Undefined symbols:
_BC
_PC
_UP
Trace/BPT trap
Ive tried to install it through fink, but after the installation
another error appeared:
__ __ __ __ ____ ___
_________________________________________
|| || || || || || ||__ Hugs 98: Based on the Haskell 98
standard
||___|| ||__|| ||__|| __|| Copyright (c) 1994-2001
||---|| ___|| World Wide Web: http://haskell.org/hugs
|| || Report bugs to: hugs-bugs(a)haskell.org
|| || Version: February 2001
_________________________________________
dyld: hugs Undefined symbols:
/sw/lib/libreadline.4.2.dylib undefined reference to _tgoto expected to
be defined in /usr/lib/libSystem.B.dylib
/sw/lib/libreadline.4.2.dylib undefined reference to _tputs expected to
be defined in /usr/lib/libSystem.B.dylib
/sw/lib/libreadline.4.2.dylib undefined reference to _tgetent expected
to be defined in /usr/lib/libSystem.B.dylib
/sw/lib/libreadline.4.2.dylib undefined reference to _tgetflag expected
to be defined in /usr/lib/libSystem.B.dylib
/sw/lib/libreadline.4.2.dylib undefined reference to _tgetnum expected
to be defined in /usr/lib/libSystem.B.dylib
/sw/lib/libreadline.4.2.dylib undefined reference to _tgetstr expected
to be defined in /usr/lib/libSystem.B.dylib
Trace/BPT trap
Thank you very much, Artur Carvalho