[Haskell-beginners] problems with wxHaskell installation
Brandon Allbery
allbery.b at gmail.com
Mon May 28 21:28:32 CEST 2012
On Mon, May 28, 2012 at 3:20 PM, Miguel Negrao <
miguel.negrao-lists at friendlyvirus.org> wrote:
> Now when I try to compile a hello world program * I get :
>
> ghc test.hs
>
If this is not ghc 7.4.1, you need --make there for it to follow and link
the required system libraries.
> ld: warning: ignoring file
> /System/Library/Frameworks//QuickTime.framework/QuickTime, file was built
> for unsupported file format which is not the architecture being linked
> (x86_64)
>
And this sounds like you have a version of the C wx libraries that is not
for 64-bit architectures.
--
brandon s allbery allbery.b at gmail.com
wandering unix systems administrator (available) (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20120528/ec5a1871/attachment.htm>
More information about the Beginners
mailing list