Ok, I was able to install Visual studio and set up my path to the cl.exe
file. I ran the makefile again and it began compiling but I ended up with
another fatal error. Below is the error.
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
link -out:blib\arch\auto\DBD\Oracle\Oracle.dll -dll -nologo
-nodefaultli
b -release -machine:x86 Oracle.obj dbdimp.obj oci7.obj oci8.obj
D:\INTERW~1
\teamsite\iw-perl\lib\MSWin32-x86\CORE\perl.lib
D:\Oracle\Ora81\oci\LIB\MSVC\OCI
.lib -def:Oracle.def
Creating library blib\arch\auto\DBD\Oracle\Oracle.lib and object
blib\arch\au
to\DBD\Oracle\Oracle.exp
Oracle.obj : error LNK2001: unresolved external symbol _strcmp
dbdimp.obj : error LNK2001: unresolved external symbol _strcmp
Oracle.obj : error LNK2001: unresolved external symbol __fltused
dbdimp.obj : error LNK2001: unresolved external symbol __fltused
dbdimp.obj : error LNK2001: unresolved external symbol __imp__atoi
oci8.obj : error LNK2001: unresolved external symbol __imp__atoi
dbdimp.obj : error LNK2001: unresolved external symbol _memset
oci8.obj : error LNK2001: unresolved external symbol _memset
dbdimp.obj : error LNK2001: unresolved external symbol _strlen
oci8.obj : error LNK2001: unresolved external symbol _strlen
dbdimp.obj : error LNK2001: unresolved external symbol _strcpy
dbdimp.obj : error LNK2001: unresolved external symbol __imp__sprintf
oci8.obj : error LNK2001: unresolved external symbol __imp__sprintf
oci8.obj : error LNK2001: unresolved external symbol __imp__strchr
oci8.obj : error LNK2001: unresolved external symbol __imp__strncpy
LINK : error LNK2001: unresolved external symbol __DllMainCRTStartup@12
blib\arch\auto\DBD\Oracle\Oracle.dll : fatal error LNK1120: 10 unresolved
extern
als
NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x460'
Stop.
Any help on this would be greatly appreceiated.
Thanks,
Bob Reuss
> -----Original Message-----
> From: Michael A. Chase [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, April 10, 2001 4:34 PM
> To: Reuss, Bob; [EMAIL PROTECTED]
> Subject: Re: Help with installing DBD::Oracle
>
> If you can, install it in the same location as InterWoven used. See the
> libpth in 'perl -V' output to tell you where. If you can't, perhaps you
> can
> edit Config.pm to reflect the correct paths to the MSVC components.
> --
> Mac :})
> ** I normally forward private database questions to the DBI mail lists. **
> Give a hobbit a fish and he'll eat fish for a day.
> Give a hobbit a ring and he'll eat fish for an age.
> ----- Original Message -----
> From: "Reuss, Bob" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, April 10, 2001 2:21 PM
> Subject: RE: Help with installing DBD::Oracle
>
>
> > Thanks llya, Micheal, and Paul for all the help. I will get Visual C++
> > installed and see where it takes me.
>