Ticket #950 (new defect)

Opened 12 months ago

no dyn_o generated for C files

Reported by: guest Owned by:
Priority: normal Milestone:
Component: Cabal library Version: HEAD
Severity: normal Keywords: dynamic objects
Cc: Difficulty: unknown
GHC Version: Platform:

Description

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
Note: See TracTickets for help on using tickets.