#1281: runghc, runhaskell invoke wrong ghc when installed to an unusual prefix
--------------------------------------------------------------+-------------
Reporter: Isaac Dupree <[EMAIL PROTECTED]> | Owner:
Type: bug | Status:
new
Priority: normal | Milestone:
Component: Compiler | Version:
6.6
Severity: normal | Keywords:
Difficulty: Unknown | Testcase:
Architecture: Unknown | Os:
Linux
--------------------------------------------------------------+-------------
In the 6.6.1 RC (source code) snapshot 6.6.20070415.
I installed with "./configure
--prefix=/home/isaac/install/ghc-6.6.20070415; make; make install"
(at the time of configuring, /home/isaac/install existed but not the
subdirectory ghc-6.6.20070415)
I was using the system ghc-6.6 to build it, installed via the ubuntu
distro mechanism.
All went well (so far) after make install, except that the runghc and
runhaskell executables installed in
/home/isaac/install/ghc-6.6.20070415/bin/ invoke the system version of ghc
(outputting "ghc-6.6: not built for interactive use", since that is how
the ghc in my distro's packages is built) (the rest of the executables,
including symlinks, in /home/isaac/install/ghc-6.6.20070415/bin/, are
fine)
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1281>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs