2009/5/27 Patrick Shirkey <pshirkey at boosthardware.com>: > Anyone know what could be causing this error with latest git and fedora 10 > x64, gcc (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) ? <snip> > /usr/local/src/pulseaudio/pulseaudio/configure: line 5866: syntax error near > unexpected token `2.2' > /usr/local/src/pulseaudio/pulseaudio/configure: line 5866: `LT_PREREQ(2.2)' My guess would be that you don't have new enough libtool. I think the check tries to make sure you have at least libtool 2.2, but maybe the check itself doesn't work with earlier versions? -- Tanu Kaskinen