Compiling on UNIX Systems
Following is a typical compiler command line for C source files on UNIX systems:
This is how the command uses the command line parameters:
- The
cc
command performs a variety of functions including linking an executable. The-c
parameter suppresses the link process so that the command generates only an object file.- The
-I
parameter informs the compiler where it can find theproesql.h
header file needed to define ESQL declarations in your application. The example shows the default installation directory for ESQL where this header file is located. Ifproesql.h
resides in a different directory on your system, specify that directory instead.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |