Re: How to install ghc/happy on Sparc from source?

2001-03-01 Thread Michael Weber

On Thu, Mar 01, 2001 at 18:00:36 +0100, Frank Steiner wrote:
 Hi,

Hi Frank,

 I need to install a recent ghc version on a Sparc running
 Solaris. I cannot use the precompiled binaries as I don't
 have access to /usr/local and it seems that this path is
 hard-compiled into the binaries.

hmm, AFAIR ``./configure --prefix=/some/path'' works...


You can also use:

$ ./configure
$ make in-place


Cheers,
Michael
-- 
() ASCII ribbon campaign |  Chair for Computer Science  II  | GPG: F65C68CD
/\ against HTML mail |   RWTH Aachen, Germany   | PGP: 1D0DD0B9

   WWW: http://www-i2.informatik.rwth-aachen.de/Software/Haskell/

___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs



RE: How to install ghc/happy on Sparc from source?

2001-03-01 Thread Julian Seward (Intl Vendor)


| I need to install a recent ghc version on a Sparc running
| Solaris. I cannot use the precompiled binaries as I don't
| have access to /usr/local and it seems that this path is
| hard-compiled into the binaries.

Uh?  In what way do you mean?  The 4.08.2 binary package
can be installed anywhere; I tried it myself before we released
it.  For a start, as previously suggested

   ./configure
   make in-place 

should get you a working system without the need to copy
stuff to any new installation directory.  You do need 'make'
to be GNU make and not the Solaris one, but that's about
all.

Can you send me a log of the failed installation attempt(s)?

This ought to work.  You really don't want to get into compiling
GHC from source if you can possibly avoid it.

J  (4.08.2 release manager)


___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs



Re: How to install ghc/happy on Sparc from source?

2001-03-01 Thread Frank Steiner

Yep, thanks to those who answered, I must have messed up sth in my
first try... Maybe because I was installing ghc, happy and some other
program (for which I need ghc) more or less in parallel, and I might
have missed sth in that process. I though had installed the binaries
with the --prefix parameter during configure, and when calling the
local ghc binary in my homedir, I got some error message about 
/usr/local with some library...

Tried it again and now it works. I must have done sth wrong last time!

Sorry and thanks :-)

Best regards,
Frank

-- 
Dipl.-Inform. Frank Steinermailto:[EMAIL PROTECTED]
Lehrstuhl f. Programmiersprachen   mailto:[EMAIL PROTECTED]
CAU Kiel, Olshausenstrae 40   Phone: +49 431 880-7265, Fax: -7613
D-24098 Kiel, Germany  http://www.informatik.uni-kiel.de/~fst/

___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs