[Hackage] #950: no dyn_o generated for C files
Hackage
cvs-ghc at haskell.org
Fri May 11 22:01:44 CEST 2012
#950: no dyn_o generated for C files
----------------------------+-----------------------------------------------
Reporter: guest | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Cabal library | Version: HEAD
Severity: normal | Keywords: dynamic objects
Difficulty: unknown | Ghcversion:
Platform: |
----------------------------+-----------------------------------------------
When verifying a bug in GHC-7.5.20120510 I think I discovered a bug in
Cabal-1.15.0 that is shipped with the nightly build of GHC.
In the llvm-base package the C/C++ modules in the cbits directory are only
compiled for the static version and the dynamic objects are not generated.
This results in the compiler error:
{{{
gcc: dist/build/cbits/extra.dyn_o: file not found
gcc: dist/build/cbits/free.dyn_o: file not found
gcc: dist/build/cbits/malloc.dyn_o: file not found
gcc: dist/build/cbits/support.dyn_o: file not found
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/950>
Hackage <http://haskell.org/cabal/>
Hackage: Cabal and related projects
More information about the cabal-devel
mailing list