GNU bug report logs -
#39309
.[PATCH] WIP gnu: add stack.
Previous Next
Full log
Message #26 received at 39309 <at> debbugs.gnu.org (full text, mbox):
Hi John,
John Soo <jsoo1 <at> asu.edu> writes:
> I tried using this patch and it still fails. Could I be missing
> something?
I’m not sure, but I got the shadowing to work. In fact, you don’t need
shadowing at all. You can just pass “--with-hsc2hs=/gnu/store/...” as a
configure flag:
(arguments
`(#:configure-flags
(let ((hsc2hs (assoc-ref %build-inputs "ghc-hsc2hs")))
(list (string-append "--with-hsc2hs=" hsc2hs "/bin/hsc2hs")))))
Unfortunately, it doesn’t help. Looking at the source code, “hsc2hs”
*is* calling GCC with a response file. AIUI, GCC is supposed to
continue to use response files for all of its subprograms. Hence,
everything should work. I’m stumped. :/
I’ll take another look with a fresh mind sometime, and see if I can make
any progress.
-- Tim
This bug report was last modified 4 years and 163 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.