Downloading Hugs

Andrew Rock A.Rock@cit.gu.edu.au
Tue, 27 Aug 2002 09:53:35 +1000


On Tuesday, August 27, 2002, at 01:04  AM, Johan Nordlander wrote:

> On Monday, August 26, 2002, at 03:09 , Tammo Ricklefs wrote:
>
>> I worked with hugs on an Apple-iBook with System 10.1.x and it worked 
>> fine. Now I updated to 10.2 and ist not possible to start hugs in the 
>> terminal. The binaries are still at usr/local/bin but wenn I tried to 
>> start hugs the terminal tells me, hugs is no command.
>>
>> Can you help me. How can I get hugs to work?
>
> I haven't upgraded yet myself, but a quick guess is that your path 
> variable has been reset by the upgrade.  Is it possible to run hugs if 
> you type
>
>   /usr/local/bin/hugs
>
> on the command line?  If so, you just need to make sure that 
> /usr/local/bin is added to your path.  I don't have any clue why 
> upgrading to 10.2 would have changed it, though.
>
> I'll try to find a better answer when I'm running 10.2 myself.
>

Sorry to tell you it's worse than that. On Jaguar, I get:

mudshark:~[1] hugs
dyld: hugs Undefined symbols:
_BC
_PC
_UP
Trace/BPT trap
mudshark:~[2]

I have a similar problem with GHC:

mudshark:Virgil[6] make
ghc -c -i../hlibs -package posix -package text VirgilForum.lhs
dyld: /usr/local/lib/ghc-5.04/ghc-5.04 Undefined symbols:
/usr/local/lib/ghc-5.04/ghc-5.04 undefined reference to _BC expected to 
be defined in /usr/lib/libSystem.B.dylib
/usr/local/lib/ghc-5.04/ghc-5.04 undefined reference to _PC expected to 
be defined in /usr/lib/libSystem.B.dylib
/usr/local/lib/ghc-5.04/ghc-5.04 undefined reference to _UP expected to 
be defined in /usr/lib/libSystem.B.dylib
gnumake: *** [VirgilForum.hi] Trace/BPT trap

Cheers,
Rock.
--
Andrew Rock -- arock@cit.gu.edu.au -- http://www.cit.gu.edu.au/~arock/
School of Computing and Information Technology
Griffith University -- Nathan, Brisbane, Queensland 4111, Australia