Displaying 1 result from an estimated 1 matches for "oracle92".
Did you mean:
oracle9i
2004 May 07
1
Error compiling ROracle on Windows 2000
...12.00.8804 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
RS-Oracle.c
NMAKE : fatal error U1073: don't know how to make '\src\\gnuwin32\\Rdll.lib'
Stop.
Here is a copy of my Makefile:
R_HOME = "C:\\Program Files\\R\\rw1090"
ORACLE_HOME = C:\\oracle\\oracle92
SRC = RS-DBI.h RS-DBI.c RS-Oracle.h RS-Oracle.pc S4R.h
RLIB = $(R_HOME)\\src\\gnuwin32\\Rdll.lib
OBJ = RS-DBI.obj RS-Oracle.obj
##
## The Oracle ProC/C++ precompiler and options we need (these have worked
## on Linux, Solaris, and Windows 2000).
##
PROC=proc ## this is the ProC/C+...