Compiling the client on Windows
Verify your setup as described in “Verify your environment”.
Create a batch file with these commands and run it:
SETLOCAL call %JAGUAR%\bin\setenv.bat set INCLUDE=.;%JAGUAR%\include;%INCLUDE%; set INCLUDE=%INCLUDE%;%JAGUAR_JDK13%\include; set INCLUDE=%INCLUDE%;%JAGUAR_JDK13%\include\win32 set LIB=%JAGUAR%\lib;%LIB% cl /W3 /nologo /DWIN32 /Gd /GX -c arith.cpp set SYSLIBS=kernel32.lib advapi32.lib link /MAP /out:arith.exe arith.obj libjcc.lib %SYSLIBS% ENDLOCAL
Compiling the client on UNIX
Verify your setup as described in “Verify your environment”.
Create a shell script containing the commands for your platform from Table 3-2, then run the shell script.
Change the script file permissions to allow execution, for example, assuming you have named the script compile.sh:
chmod 777 compile.sh
Copyright © 2003. Sybase Inc. All rights reserved. |
![]() |