#2021: let ghc find framework header files and link with frameworks located in
$HOME/Library/Frameworks
-----------------------------+----------------------------------------------
Reporter: maeder | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: 6.10 branch
Component: Compiler | Version: 6.8.2
Severity: normal | Resolution:
Keywords: | Difficulty: Easy (1 hr)
Testcase: | Architecture: Multiple
Os: MacOS X |
-----------------------------+----------------------------------------------
Comment (by kquick):
With ghc-6.8.2, I get the following griping each time ghc --make has to do
an update:
Linking foo ...
/usr/bin/ld: warning -F: directory name
(/Users/kquick/Library/Frameworks) does not exist
$
The link operation appears to complete successfully, so this isn't
"broken", but it's annoying. Is it possible for the ghc operation to
detect the presence of this directory and only supply the -F if it's
actually present?
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2021#comment:16>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs