Consultor Eletrônico



Kbase 14051: sqlcpp missing from tape - build it with probuild
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
sqlcpp missing from tape - build it with probuild

On some releases like 6.3F, you may notice that the sqlcpp file is
missing. If it is missing, you can build it with the probuild utility.

To do that, type:

. $PROLOAD/eucapp/buildenv (notice the space between the . and the
path to buildenv)
probuild

When presented with a list of options on what to build, select the
SQL C PREPROCESSOR. When probuild is finished you should have a
file called ldsqlcpp. Run this script by typing: ldsqlcpp
at the command line and when this script finishes you should have
the file sqlcpp in your current directory.


NOTE: On RS/6000 machines running AIX 3.2.x, there may be an
additional error while running the link script.

xlC: not found

If this error occurs, you need to change your $CC environment
variable. This variable sets the compiler. You can edit the
$PROLOAD/eucapp/buildenv script to change the $CC variable. First
make sure that you have a compiler on the system.

ibmrios:6$ which cc
/usr/bin/cc

OR

ibmrios:6$ type cc
cc is probably /usr/bin/cc.

Now use your favorite editor to change the $CC variable within the
buildenv script.

The xlC compiler is the C++ compiler. It was used on the RS/6000 port
for upward compatibility between AIX 3.2.x and 4.1.x.

modified 7-Aug-95

Progress Software Technical Support Note # 14051