I guess I'll ignore the LDFLAGS stuff, just brought it up because when I questioned the Arch devs about the new LDFLAGS they mentioned that these were added because most current software should have no problems with the flags used. And now that I look at it, the -Wl is just part of -Wl,--as-needed, so my bad there. On Wed, 2009-09-30 at 09:31 +0200, Lennart Poettering wrote: > On Wed, 30.09.09 15:22, Ng Oon-Ee (ngoonee at gmail.com) wrote: > > > I'm using Archlinux 64-bit (x86_64), and am having trouble compiling > > pulseaudio from git (or even release tarballs) unless CHOST is > > x86_64-unknown-linux-gnu. By default my CHOST is x86_64-pc-linux-gnu. Is > > this an issue with something being hardcoded to the pulse makefiles? > > Easy to work around, though. > > Can you be a bit more elaborate than this? "having trouble" does not > give me the slightest hint what might be going wrong. > > PA itself certainly doesn't check CHOST. Sorry, I was just wondering whether its a known issue. When I try to compile with CHOST=x86_64-pc-linux-gnu, I get errors about undefined reference to `lt__PROGRAM__LTX_preloaded_symbols` in various functions. If you wish the exact error messages I can pastebin it.