针对你提出的问题“configure: error: gsl-config not found, is gsl installed?”,我将按照提供的tips进行回答: 确认GSL库是否已经安装: 首先,需要确认GSL(GNU Scientific Library)是否已经安装在你的系统上。可以通过在终端运行以下命令来检查GSL库是否存在: bash gsl-config --version 如果系统返回了GSL库的版本...
pkgconfig is wrong Solution to issue cannot be found in the documentation. I checked the documentation. Issue The pkgconfig shipped in the recent versions seems to have wrong paths and doesn't use variables such as${prefix}and${includedir}. Thus, the gsl headers etc cannot be found afterward...
# If there is a compiler, see if it is configured for 64-bit objects.# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.# This test works for both compilers.if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then ...