
Hi, The console comes out lots of warning message and performs slowly when I compile my code. Google does not help. Does anybody know what it refers to? I'm using Mac OS X 10.7.2. bogon% make test ghc --make -isrc -fhpc Test.hs [1 of 2] Compiling Miner ( src/Miner.hs, src/Miner.o ) [2 of 2] Compiling Main ( Test.hs, Test.o ) Linking Test ... ld: warning: could not create compact unwind for .LFB3: non-standard register 5 being saved in prolog ld: warning: text reloc in _r15W_info to _base_GHCziWord_zdfIntegralWord32_closure ld: warning: text reloc in _r15W_info to _Cryptozm4zi2zi4_DataziDigestziSHA2_zdfShowHash8_closure ld: warning: text reloc in _r15W_info to non_lazy_ptr ld: warning: text reloc in _r15W_info to non_lazy_ptr ld: warning: text reloc in _r15W_info to non_lazy_ptr ld: warning: text reloc in _r15Y_info to _base_GHCziWord_zdfEqWord32_closure ld: warning: text reloc in _r15Y_info to _Cryptozm4zi2zi4_DataziDigestziSHA2_zdfEqHash8_closure ld: warning: text reloc in _r15Y_info to non_lazy_ptr ld: warning: text reloc in _r15Y_info to non_lazy_ptr ld: warning: text reloc in _r15Y_info to non_lazy_ptr ld: warning: text reloc in _r160_info to _r15Y_closure ld: warning: text reloc in _r160_info to _base_GHCziWord_zdfOrdWord32_closure ld: warning: text reloc in _r160_info to _Cryptozm4zi2zi4_DataziDigestziSHA2_zdfOrdHash8_closure ld: warning: text reloc in _r160_info to non_lazy_ptr ld: warning: text reloc in _r160_info to non_lazy_ptr ld: warning: text reloc in _r160_info to non_lazy_ptr ld: warning: text reloc in _r162_info to _base_GHCziWord_zdfEqWord8_closure ld: warning: text reloc in _r162_info to _base_GHCziClasses_zdfEqZMZN_closure ld: warning: text reloc in _r162_info to non_lazy_ptr ld: warning: text reloc in _r162_info to non_lazy_ptr ld: warning: text reloc in _r162_info to non_lazy_ptr ld: warning: text reloc in _r164_info to _r162_closure ld: warning: text reloc in _r164_info to _base_GHCziWord_zdfOrdWord8_closure ld: warning: text reloc in _r164_info to _base_GHCziClasses_zdfOrdZMZN_closure ld: warning: text reloc in _r164_info to non_lazy_ptr ld: warning: text reloc in _r164_info to non_lazy_ptr ld: warning: text reloc in _r164_info to non_lazy_ptr …... Best regards, Zhi-Qiang Lei zhiqiang.lei@gmail.com

That's been happening to me too. I don't know what it means though :) On Nov 8, 2011, at 6:53 AM, Zhi-Qiang Lei wrote:
Hi,
The console comes out lots of warning message and performs slowly when I compile my code. Google does not help. Does anybody know what it refers to? I'm using Mac OS X 10.7.2.
bogon% make test ghc --make -isrc -fhpc Test.hs [1 of 2] Compiling Miner ( src/Miner.hs, src/Miner.o ) [2 of 2] Compiling Main ( Test.hs, Test.o ) Linking Test ... ld: warning: could not create compact unwind for .LFB3: non-standard register 5 being saved in prolog ld: warning: text reloc in _r15W_info to _base_GHCziWord_zdfIntegralWord32_closure ld: warning: text reloc in _r15W_info to _Cryptozm4zi2zi4_DataziDigestziSHA2_zdfShowHash8_closure ld: warning: text reloc in _r15W_info to non_lazy_ptr ld: warning: text reloc in _r15W_info to non_lazy_ptr ld: warning: text reloc in _r15W_info to non_lazy_ptr ld: warning: text reloc in _r15Y_info to _base_GHCziWord_zdfEqWord32_closure ld: warning: text reloc in _r15Y_info to _Cryptozm4zi2zi4_DataziDigestziSHA2_zdfEqHash8_closure ld: warning: text reloc in _r15Y_info to non_lazy_ptr ld: warning: text reloc in _r15Y_info to non_lazy_ptr ld: warning: text reloc in _r15Y_info to non_lazy_ptr ld: warning: text reloc in _r160_info to _r15Y_closure ld: warning: text reloc in _r160_info to _base_GHCziWord_zdfOrdWord32_closure ld: warning: text reloc in _r160_info to _Cryptozm4zi2zi4_DataziDigestziSHA2_zdfOrdHash8_closure ld: warning: text reloc in _r160_info to non_lazy_ptr ld: warning: text reloc in _r160_info to non_lazy_ptr ld: warning: text reloc in _r160_info to non_lazy_ptr ld: warning: text reloc in _r162_info to _base_GHCziWord_zdfEqWord8_closure ld: warning: text reloc in _r162_info to _base_GHCziClasses_zdfEqZMZN_closure ld: warning: text reloc in _r162_info to non_lazy_ptr ld: warning: text reloc in _r162_info to non_lazy_ptr ld: warning: text reloc in _r162_info to non_lazy_ptr ld: warning: text reloc in _r164_info to _r162_closure ld: warning: text reloc in _r164_info to _base_GHCziWord_zdfOrdWord8_closure ld: warning: text reloc in _r164_info to _base_GHCziClasses_zdfOrdZMZN_closure ld: warning: text reloc in _r164_info to non_lazy_ptr ld: warning: text reloc in _r164_info to non_lazy_ptr ld: warning: text reloc in _r164_info to non_lazy_ptr …...
Best regards, Zhi-Qiang Lei zhiqiang.lei@gmail.com
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

On Tue, Nov 8, 2011 at 10:28, Sean Hess
That's been happening to me too. I don't know what it means though :)
It means Apple changed the rules *yet again* without making the documentation of those changes (and what to do about them) readily available, and the GHC folks haven't managed to reverse engineer the Apple devs' thought processes yet. :/ -- brandon s allbery allbery.b@gmail.com wandering unix systems administrator (available) (412) 475-9364 vm/sms

On Tuesday 08 November 2011, 16:28:33, Sean Hess wrote:
That's been happening to me too. I don't know what it means though :)
You're not alone: http://hackage.haskell.org/trac/ghc/changeset/20705dff179ed09f37a7db474109cc...
---------------------------------------------------------------
commit 20705dff179ed09f37a7db474109cccef6f9afec
Author: Ian Lynagh
participants (4)
-
Brandon Allbery
-
Daniel Fischer
-
Sean Hess
-
Zhi-Qiang Lei