Re: Huge number of "undefined reference to" errors
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
On 07/09/2012 11:02, Erik de Castro Lopo wrote: > Simon Marlow wrote: > >> There was a problem with -split-objs during the last few days that could >> cause this, I pushed the fix for it yesterday. > > Unfortunately I'm still seeing this problem. I've just done a fresh > "./sync-all pull" followed by a "make clean" and "make". > > The start of the failure looks like this: > > > AR compiler/stage2/build/libHSghc-7.7.20120906.a > /usr/bin/ar: creating compiler/stage2/build/libHSghc-7.7.20120906.a > "rm" -f compiler/stage2/build/libHSghc-7.7.20120906.a.contents > HC [stage 1] utils/hsc2hs/dist-install/build/tmp/hsc2hs > utils/hsc2hs/dist-install/build/Main.o: In function `r3N3_info': > (.text+0x212): undefined reference to `c3W4_info' > utils/hsc2hs/dist-install/build/Main.o: In function `r3N3_info': > (.text+0x216): undefined reference to `c3W4_info' Ah, I think there's a change to the native codegen that I forgot to propagate into the PPC backend. I'm on it... Simon