Skip to content

Failure to compile due to missing libraries #1

@harrymueller

Description

@harrymueller

I had a couple of issues trying to compile and execute ST_BarcodeMap due to missing library links.

  • I had several undefined reference to boost::archive:: errors. This was fixed by adding -lboost_serialization to the LIBS variable.
  • I also had several undefined references to various HDF5 functions. This was fixed by including the -lhdf5 flag to the LIBS variable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions