[GHC] #7749: hsc2hs generated executable does not reflect additional library directories

GHC cvs-ghc at haskell.org
Sun Mar 24 21:32:28 CET 2013


#7749: hsc2hs generated executable does not reflect additional library directories
-----------------------+----------------------------------------------------
  Reporter:  ijmorlan  |          Owner:                  
      Type:  bug       |         Status:  closed          
  Priority:  normal    |      Milestone:                  
 Component:  hsc2hs    |        Version:  7.4.2           
Resolution:  invalid   |       Keywords:                  
        Os:  MacOS X   |   Architecture:  Unknown/Multiple
   Failure:  Other     |     Difficulty:  Unknown         
  Testcase:            |      Blockedby:                  
  Blocking:            |        Related:                  
-----------------------+----------------------------------------------------
Changes (by igloo):

  * status:  new => closed
  * difficulty:  => Unknown
  * resolution:  => invalid


Comment:

 This doesn't look like an `hsc2hs` bug to me. Presumably if you compile a
 C program that uses the postgres library then you will get exactly the
 same problem.

 You can pass hsc2hs extra flags for the C compiler and the linker with the
 `--cflag` and `--lflag` flags respectively.

 Please reopen if you still think there's a ghc or hsc2hs bug here.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7749#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list