in reply to Installing DBI on Win32 with GCC 2.8.1

Why do you need to use gcc at all?

Use ppm which comes with activestate and all your problems should be solved

perldoc ppm or just > ppm at the comand prompt ppm install DBI

you can even get round firewalls with the right ENV vars, or download the package first then use ppm.

HTH