Skip to content

Incorrect dependences in generated Makefile for dislin #3

Description

@bernecky

With commit # b6efaff, I did:
mkdir build
cd build
cmake ..
make -j32

and got this failure:

[ 81%] Building dislin/DislinCanvas.sac module for target `mt_pth'
abort: Error loading external header information for module `DislinSystem'
abort: (/home/sac/sac/BASE/dislin/build/lib/tree/host/libDislinSystemTree.so): Failed getting library function:
abort: /usr/local/libexec/sac2c/1.3.3-MijasCosta-572-g9eca/libsac2c_p.so: undefined symbol: __DislinSystem_HEADERS
compilation failed while Loading SAC program.
make[2]: *** [src-mt_pth/CMakeFiles/mt_pth-module-DislinQuick.dir/build.make:75: lib/host/mt-pth/libDislinCanvasMod.so] Error 1
make[2]: Leaving directory '/home/sac/sac/BASE/dislin/build'
make[1]: *** [CMakeFiles/Makefile2:463: src-mt_pth/CMakeFiles/mt_pth-module-DislinQuick.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

The make completed successfully when I did "make -j" again.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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