Solaris

From InterBase

Go Up to Compiling and Linking (Embedded SQL Guide)


C SPARCWorks 4.2

cc -mt -w -I/usr/interbase/include -c application.c
cc -mt application.o -o application -lgdsmt
-lsocket -lthread -lsnl -ldl

C++ SPARCWorks 4.2

CC -mt -w -I/usr/interbase/include -c application.C
CC -mt application.o -o application -lgdsmt
-lsocket -lthread -lsnl -ldl

Advance To: