[Haskell-beginners] question about show -- RWH chapter 5

Brandon S. Allbery KF8NH allbery at ece.cmu.edu
Thu Mar 26 12:43:59 EDT 2009


On 2009 Mar 26, at 11:41, 7stud wrote:
> $ ghc -o simple Main.hs PutJSON.hs SimpleJSON.hs
> /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning -F: directory  
> name
> (/Users/me/Library/Frameworks) does not exist


My guess is that the binary ghc was compiled to allow for use of  
private frameworks, so you get an unnecessary warning when you don't  
have any.  Just create ~/Library/Frameworks if you want the warning to  
go away.

-- 
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com
system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu
electrical and computer engineering, carnegie mellon university    KF8NH


-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://www.haskell.org/pipermail/beginners/attachments/20090326/7e9891cb/PGP-0001.bin


More information about the Beginners mailing list