From a71b09a4fe9146b60adacbf52f6b9db3fba88f01 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus" Date: Tue, 5 Jun 2012 14:07:27 +0000 Subject: Added a comment --- ...ment_2_8765b6190e79251637bb59ba28f245c1._comment | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 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 diff --git a/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 b/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 new file mode 100644 index 000000000..cad802a88 --- /dev/null +++ b/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 @@ -0,0 +1,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. + +"""]] -- cgit v1.2.3