aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/subtle_build_issue_on_OSX_10.7_and_Haskell_Platform___40__if_you_have_the_32bit_version_installed__41__/comment_2_8765b6190e79251637bb59ba28f245c1._comment
blob: cad802a88af2bee40ebe4946f899bc4689cf1347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus"
 nickname="Jimmy"
 subject="comment 2"
 date="2012-06-05T14:07:26Z"
 content="""
FYI, (the follow is on OSX 10.7 on two different machines)

On my 64bit install of haskell platform...

    laplace:~ jtang$ ghc -e 'print System.Info.arch'
    \"x86_64\"

On my 32bit install of haskell platform...

     x00:git-annex jtang$ ghc -e 'print System.Info.arch'
    \"i386\"

Running _cabal build_ or _cabal install git-annex_ as you suggest with the 32bit install does do the right thing.

"""]]