Bugs item #645296, was opened at 2002-11-28 14:47
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=645296&group_id=8032

Category: Build System
Group: 5.04.1
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: configure doesn't recognise platform

Initial Comment:
the ./configure script said it didn't recognise my build 
platform (alphaev5-unknown-linux-gnu). 

after looking in the script, changing the $HostPlatform 
matching string from "alpha*-unknown-linux" to "alpha*-
unknown-linux-gnu" was all that was needed to fix it and 
to get it to compile.

so perhaps this could be changed in the next release. 
thanks. peace.

----------------------------------------------------------------------

>Comment By: Simon Marlow (simonmar)
Date: 2002-11-28 16:22

Message:
Logged In: YES 
user_id=48280

Your platform isn't currently supported.  Please take a look at 
the building guide, in particular the section on porting GHC:

http://www.haskell.org/ghc/docs/latest/html/building/building-
guide.html

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2002-11-28 14:50

Message:
Logged In: NO 

oh, wait, no. i was a bit too fast. it didn't compile, it stopped 
due to the alpha-unknown-linux definition. the output:

gcc -E  -DGLUT_API_VERSION=no -I../includes -
traditional    -x c prelude/primops.txt.pp | /usr/bin/sed -
e '/^#/d' > prelude/primops.txt
In file included from ../includes/MachDeps.h:19,
                 from prelude/primops.txt.pp:66:
../includes/config.h:8: warning: missing white space after 
`#define alpha_unknown_linux'
../includes/config.h:9: warning: missing white space after 
`#define alpha_unknown_linux'
../includes/config.h:9: warning: `alpha_unknown_linux' 
redefined
../includes/config.h:8: warning: this is the location of the 
previous definition
../includes/config.h:10: warning: missing white space after 
`#define alpha_unknown_linux'
../includes/config.h:10: warning: `alpha_unknown_linux' 
redefined
../includes/config.h:9: warning: this is the location of the 
previous definition
../utils/genprimopcode/genprimopcode --data-decl          < 
prelude/primops.txt > primop-data-decl.hs-incl
/bin/sh: ../utils/genprimopcode/genprimopcode: No such file 
or directory
make[2]: *** [primop-data-decl.hs-incl] Error 126
make[1]: *** [boot] Error 1
make[1]: Leaving directory `/home/sir/helium/ghc-5.04.1/ghc'
make: *** [all] Error 1


i hope you can fix it. thanks in advance.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=645296&group_id=8032
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to