in reply to Re: More ODBC Install Issues
in thread More ODBC Install Issues

Sorry I forgot the rest of the message...
here is what happens when you hit enter

Checking if your kit is complete...

Looks good

*** You're using Microsoft Visual C++ compiler or similar but the LIB and INCLUDE environment variables are not both set.

You need to run the VCVARS32.BAT batch file that was supplied with the compiler before you can use it.

A copy of vcvars32.bat can typically be found in the following directories under your Visual Studio install directory:

Visual C++ 6.0: vc98\bin Visual Studio .NET: vc7\bin

Find it, run it, then retry this.

If you think this error is not correct then just set the LIB and INCLUDE environment variables to some value to disable the check.

# Looks like your test died before it could output anything.

Replies are listed 'Best First'.
Re^3: More ODBC Install Issues
by mje (Curate) on Oct 03, 2008 at 07:58 UTC
    You need a C compiler to compile DBD::ODBC. You need to ensure the environment is set up to use the C compiler. You can either do this finding and running vcvars32.bat or better still is if you have installed MS VC then there is usually a start menu item to open a command prompt with the enironment already set up for you. Do this then run perl Makefile.PL again.