FLOSS on NonStop User Manual

Table 3 FLOSS Commands and Description (continued)
DescriptionCommand/Helper Utility
Invokes the GNU configure script with options appropriate for the FLOSS
development environment. These operations are performed:
Sets these environment variables:
PREFIX=/usr/local
CC=cc
CXX=c++
CPP=cpp
Invokes the package configure script using: ./configure
--prefix="$PREFIX" "$@"
conf_script_floss_cc
A front-end script for GNU configure script using FLOSS, cc, and GNU
portable threads. Like the script conf_script_floss_cc, this script
invokes the configure script with compiler options for GNU portable
threads.
Sets these environment variables:
PREFIX=/usr/local
CC=cc —pth
CXX=c++ —pth
CPP=cpp —pth
Invokes package configure script using: ./configure
--prefix=$PREFIX $@
conf_script_floss_cc_pth
A front-end script for GNU configure script using FLOSS, cc, and POSIX
portable threads. Like the script conf_script_floss_cc, this script
invokes the configure script with compiler options for POSIX portable
threads.
Sets the following environment variables:
PREFIX=/usr/local
CC=cc —pthread
CXX=c++ —pthread
CPP=cpp —pthread
Invokes package configure script using: ./configure
--prefix=$PREFIX $@
conf_script_floss_cc_pthread
A front-end script for GNU configure script using FLOSS and cc. Like the
script conf_script_floss_cc, this script invokes configure script with
compiler options for OSS.
conf_script_oss_cc
A front-end script for GNU configure script using FLOSS, cc, and OSS
standard POSIX threads. Like the script conf_script_floss_cc, this
script invokes the configure script with compiler options for OSS standard
pthreads.
conf_script_oss_cc_spthread
Finds dubious function calls in FLOSS-based packages. Scans package
libraries and object files for dubious function calls, including those calls
that:
Should be replaced with a FLOSS equivalent, for example, —read()
becomes floss_read()
Should not be made—for example, —spt_read()
Should be checked for validity—for example, —setuid(0) becomes
setuid(65535)
findcall_floss
13