Hello, 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? thank you Tammo Ricklefs
On Monday, August 26, 2002, at 03:09 , Tammo Ricklefs wrote:
Hello, 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?
thank you Tammo Ricklefs
Hi Tammo, 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. All the best, Johan
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
Andrew Rock
Sorry to tell you it's worse than that. On Jaguar, I get: [...]
I can't quite tell from your reports whether this is a problem with: 1) Upgrading OS (but not Hugs) makes Hugs not work 2) A binary package of Hugs doesn't work with upgraded OS 3) The standard source package worked with the old OS version but not the new OS version I think it's one of the first 2. That being so, maybe you can fix it by installing the standard source package (grab the 'unix' source package from haskell.org/hugs and follow the instructions in hugs98/Install - less than 5 minutes if you have gzip and GNU tar installed already). That should keep you going until the package maintainer gets things sorted out. -- Alastair Reid alastair@reid-consulting-uk.ltd.uk Reid Consulting (UK) Limited http://www.reid-consulting-uk.ltd.uk/alastair/
On Tuesday, August 27, 2002, at 11:01 AM, Alastair Reid wrote:
I can't quite tell from your reports whether this is a problem with:
1) Upgrading OS (but not Hugs) makes Hugs not work
2) A binary package of Hugs doesn't work with upgraded OS
3) The standard source package worked with the old OS version but not the new OS version
I think it's one of the first 2. That being so, maybe you can fix it by installing the standard source package (grab the 'unix' source package from haskell.org/hugs and follow the instructions in hugs98/Install - less than 5 minutes if you have gzip and GNU tar installed already). That should keep you going until the package maintainer gets things sorted out.
Thanks. It was case 2. Hugs is now running on Jaguar. I'm sure recompiling GHC will be the solution there too, but I've never been able to get that to compile cleanly on anything other than a Sun. 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
participants (4)
-
Alastair Reid -
Andrew Rock -
Johan Nordlander -
Tammo Ricklefs