Christian Maeder wrote:
and elfdump shows:Section Header[1]: sh_name: .text sh_addr: 0 sh_flags: [ SHF_ALLOC SHF_EXECINSTR ] sh_size: 0x213c sh_type: [ SHT_PROGBITS ] and size 0! [...] [206] 0x0000213c 0x00000000 NOTY GLOB D 0 .text GHC_ZCCReturnable_static_info Is this going to work?
Maybe, but it's still not accurate - FUNC?
Rod, I've no root permission on our machines (and no pkgadd and pkgrm). Could you send me the ld as plain binary (or can I unpack the package SUNWonld somehow)?
Use pkgadd -R to place the package somewhere (under your home directory?), and then redirect the default linker to use this new alternative: LD_ALTEXEC=/home/maeder/SUNWonld/usr/ccs/bin/ld cc ........ -- Rod _______________________________________________ Glasgow-haskell-bugs mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
