Liviu Nicoara wrote:
Martin Sebor wrote:
Liviu Nicoara wrote:
I tried to make a build with VACPP 8.0 on a SUSE box. The setting of "-F
<value>" (compiler config location) via compiler/linker options as
explained in the README:
"To change preprocessor, compiler, or linker options you can
either set the make variables CPPOPTS, CXXOPTS, and LDOPTS on the
command line (recommended, except with HP aCC) or modify
${BUILDDIR}/makefile.in. The second option is recommended when
compiling with HP aCC (as the compiler looks for environment
variables with the same names)."
does not work.
I haven't tried it. What's the problem?
The options are discarded and the build fails with the compiler looking
for the config file in /etc/... . I would like to have the ability to
pass -F as an option.
Did you quote the whole thing:
gmake CXXOPTS="-F <config-file>" LDOPTS="-F <config-file>" ...
Martin