ghc --make

2002-09-19 Thread Chris Dornan
We are having a problem with ghc --make. We have a standard set of libraries that we build and install in a shared area and then use with ghc --make. The problem is that ghc then (sometimes) tries to rebuild the libraries: something that is doomed to fail for a variety of reasons. (We think

[ ghc-Bugs-611512 ] ioeGetErrorString

2002-09-19 Thread noreply
Bugs item #611512, was opened at 2002-09-19 03:17 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=611512group_id=8032 Category: None Group: 5.04 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to:

RE: ghc --make

2002-09-19 Thread Simon Marlow
We are having a problem with ghc --make. We have a standard set of libraries that we build and install in a shared area and then use with ghc --make. The problem is that ghc then (sometimes) tries to rebuild the libraries: something that is doomed to fail for a variety of reasons.

[ ghc-Bugs-611512 ] ioeGetErrorString

2002-09-19 Thread noreply
Bugs item #611512, was opened at 2002-09-19 10:17 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=611512group_id=8032 Category: None Group: 5.04 Status: Closed Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to:

ghc --make

2002-09-19 Thread Andrew Rose
Simon, I have figured out what our problem is , and it the age old favorite RTFM. I had compiled our library code as usual, but was compiling up the rest of the code with -prof. As it quite clearly states in the manual I need to compile all modules, so I agree with ghc --make and those

Bus Error when profiled

2002-09-19 Thread Dean Herington
I compiled a program with ghc --make -prof -auto-all -H100M -fglasgow-exts -i.. -iHUnit -package data -package util -package posix -syslib concurrent When I run it, it evokes a Bus Error (with or without +RTS -p). Any ideas what's wrong? I'm using GHC 5.02.3 on Sparc/Solaris. Dean