in reply to Can't install Text::CSV_XS...

this page says it's a GCC 3.0+ switch, so you're probably using an older version of GCC than the one your perl was build with.

If you're on debian try installing gcc-3.0 or higher (and make sure /usr/bin/gcc /etc/alternatives/cc is a symlink to the right version) and try again.