Skip to content

Build system fixes

Richard Crozier requested to merge rcrozier-misc-fixes into develop

This branch contains several small fixes and an update the the cross-compilation script for MS Windows. It

  1. Fixes a missing first argument from two fprintf statements in mbc.c

  2. Fixes the use of pkg-config in configure.ac (used for GiNaC). Instead it uses the PKG_PROG_PKG_CONFIG macro, which sets a variable, PKG_CONFIG, to the name of the correct pkg-config program. This is relevant when, e.g. cross-compiling where a non-standard pkg-config might be used.

  3. Checks for alternate netcdf_C++4 lib name (this can be libnetcedf-cxx4, or at least it was in my cross-compilation toolchain). It now checks for both lib names.

  4. Updates the windows cross-compile script to add support for GiNaC, plus many other improvements

Edited by Richard Crozier

Merge request reports