id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc
111,OS X:  LD warning during linking with 64 bit macports Platform ghc,applicative,dons,"It is probably nothing -- an artifact of a defect elsewhere in my system, but whenever I compile with my amazing new 64 bit ghc 6.10 -- installed with the Platform via Macports -- I get a warning from `ld`:

{{{
[28 of 28] Compiling Main             ( src/pandoc.hs, dist/build/pandoc/pandoc-tmp/Main.o )
Linking dist/build/pandoc/pandoc ...
ld: warning: -read_only_relocs cannot be used with x86_64
[1 of 1] Compiling Main             ( src/markdown2pdf.hs, dist/build/markdown2pdf/markdown2pdf-tmp/Main.o )
Linking dist/build/markdown2pdf/markdown2pdf ...
ld: warning: -read_only_relocs cannot be used with x86_64
}}}
After that, of course, everything is fine:
{{{
Created man/man1/pandoc.1
Created man/man1/markdown2pdf.1
Installing library in /Users/mthompso/.cabal/lib/pandoc-1.5.1/ghc-6.10.4
Installing executable(s) in /Users/mthompso/.cabal/bin
Registering pandoc-1.5.1...
}}}


I assume this is just a curiosity of my installation, and doesn't suggest that something worse than a warning might happen some other time.  But I thought I would put it up, to promptly be removed.
",defect,closed,minor,,Platform,wontfix,,
