
#10551: dynwrapper points to wrong paths on Windows -------------------------------------+------------------------------------- Reporter: ezyang | Owner: ezyang Type: bug | Status: new Priority: high | Milestone: 7.10.2 Component: Compiler | Version: 7.10.2-rc1 Keywords: | Operating System: Windows Architecture: | Type of failure: None/Unknown Unknown/Multiple | Blocked By: Test Case: | Related Tickets: Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- I was looking at build-prog.mk and I noticed this: {{{
-------echo 'LPTSTR path_dirs[] = {' >> $$@ -------$$(foreach p,$$($1_$2_TRANSITIVE_DEP_KEYS),$$(call make- command,echo ' TEXT("/../lib/$$p")$$(comma)' >> $$@)) -------echo ' TEXT("/../lib/"),' >> $$@ -------echo ' NULL};' >> $$@ -------echo 'LPTSTR progDll = TEXT }}}
This probably can't be right since we're now using LIB_NAME to refer to filepaths. Better fix this... -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10551 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler