GithubHelp home page GithubHelp logo

Comments (2)

roipoussiere avatar roipoussiere commented on June 5, 2024

After redirecting stderr to a file, I found the error message (which was hidden by some really verbose unfinished jobs):

/usr/lib/gcc/x86_64-unknown-linux-gnu/9.2.0/../../../../x86_64-unknown-linux-gnu/bin/ld: cannot find -lXmu
collect2: error: ld returned 1 exit status
make[2]: *** [src/TKService/CMakeFiles/TKService.dir/build.make:440: lin64/gcc/lib/libTKService.so.7.2.0] Error 1
make[1]: *** [CMakeFiles/Makefile2:1190: src/TKService/CMakeFiles/TKService.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

This error appears on both occt 7.2 and 7.4

from oce.

roipoussiere avatar roipoussiere commented on June 5, 2024

As suggested here I ran ld -lXmu --verbose:

[...]
ld: mode elf_x86_64
attempt to open /usr/x86_64-unknown-linux-gnu/lib64/libXmu.so failed
attempt to open /usr/x86_64-unknown-linux-gnu/lib64/libXmu.a failed
attempt to open /usr/lib/x86_64-linux-gnu/libXmu.so failed
attempt to open /usr/lib/x86_64-linux-gnu/libXmu.a failed
attempt to open /usr/lib/libXmu.so failed
attempt to open /usr/lib/libXmu.a failed
attempt to open /usr/x86_64-unknown-linux-gnu/lib/libXmu.so failed
attempt to open /usr/x86_64-unknown-linux-gnu/lib/libXmu.a failed
ld: cannot find -lXmu

So libxmu was missing, installing it fixed the problem.

from oce.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.