From 80ed206c794984735bf8f1582ecfb6703272f5de Mon Sep 17 00:00:00 2001 From: prabatuty Date: Sat, 31 Oct 2009 12:35:34 +0000 Subject: [PATCH] solaris changes --- examples/odbc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/odbc/Makefile b/examples/odbc/Makefile index da1f7fef..02e15a77 100644 --- a/examples/odbc/Makefile +++ b/examples/odbc/Makefile @@ -2,7 +2,7 @@ OSNAME = $(shell uname -s) PlatForm=supported ifeq ($(OSNAME), SunOS) -CPlus = g++ +CPlus = CC CPlusFlags = -O2 -w SYSLIBS=-ldl -lnsl -lsocket -lposix4 else @@ -19,7 +19,7 @@ endif INCL= -I$(CSQL_INSTALL_ROOT)/include -LIBS= -rdynamic -L$(CSQL_INSTALL_ROOT)/lib -lcsqlodbc +LIBS= -L$(CSQL_INSTALL_ROOT)/lib -lcsqlodbc TARGETS = odbcexample -- 2.11.4.GIT