Hi.

My other reply to Andy Dougherty is probably still awaiting moderation.

However, I did misunderstand his problem with 'mknoisy' when
specifying a compiler.

The issue he encountered is due to the fact that compilers are
associated with default toolchains, so switching to gcc on Solaris
will generate a Makefile for GNU make.

You can work around that by providing an explicit override via --toolchain.

Alternatively, you can use --cc instead of --compiler, which does not
affect other settings.

-- gerdr

Reply via email to