2 Mar
2007
2 Mar
'07
12:15 a.m.
Sven Panne <sven.panne@aedion.de> wrote:
OK, with all the recent changes I get quite far, but only because I have a local modification of the nhc98 script: When processing a *.gc file, it uses "ld -r" to partially link together the C part and the Haskell part.
Since $LD is already defined to equal $CC, I'm thinking to replace ld -r ... with $LD -Wl,-r ... Regards, Malcolm