From 35ead394ddbd8c25f7ed811b4bfdede447067ab3 Mon Sep 17 00:00:00 2001 From: prabatuty Date: Sat, 31 Oct 2009 12:34:42 +0000 Subject: [PATCH] solaris changes --- examples/sqlapi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sqlapi/Makefile b/examples/sqlapi/Makefile index 0d56e506..49428f51 100644 --- a/examples/sqlapi/Makefile +++ b/examples/sqlapi/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 @@ -18,7 +18,7 @@ endif endif INCL= -I$(CSQL_INSTALL_ROOT)/include -LIBS= -rdynamic -L$(CSQL_INSTALL_ROOT)/lib -lcsqlsql -lcsql -lcsqlsqllog -lcsqlnw -lcacheload -lcsqlgw -lcsqlodbcadapter -lcsqlsqlnw +LIBS= -L$(CSQL_INSTALL_ROOT)/lib -lcsqlsql -lcsql -lcsqlsqllog -lcsqlnw -lcacheload -lcsqlgw -lcsqlodbcadapter -lcsqlsqlnw TARGETS = sqlapiexample -- 2.11.4.GIT