Skip to content

Missing include flags in makefile or incorrect include statements #7

@pelahi

Description

@pelahi

I get the following error when trying to compile the Pkgs directory
Compiling merger_rate_B_n.o...merger_rate_B_n.c:7:27: fatal error: gbpCosmo_bias.h: No such file or directory
#include <gbpCosmo_bias.h>

either include paths are not being correctly set or includes are missing relative paths.
Note that a naive attempt to compile full code set results in MCMC having undefined references (improper library paths?)
Generating binary 'example_line_fit'.../home/pelahi/software/gbpCode//myLib///libgbpMath.a(compute_MCMC_chain_stats.o): In function compute_MCMC_chain_stats': compute_MCMC_chain_stats.c:(.text+0x266): undefined reference to gsl_fit_linear'
/home/pelahi/software/gbpCode//myLib///libgbpMath.a(set_MCMC_covariance.o): In function set_MCMC_covariance': set_MCMC_covariance.c:(.text+0xc4): undefined reference to gsl_matrix_set'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions