GithubHelp home page GithubHelp logo

Comments (1)

MSoegtropIMC avatar MSoegtropIMC commented on July 26, 2024

To make findlib work after installation (=relocation), I am using a modification to it which works as follows:

  • there is a file "findlib.root" in the Coq Platform installation root folder.
  • executables search the directory tree upwards from their own folder until they find "findlib.root" or /.
  • the findlib root folder is compiled into the executables relative to the folder found above.

This patch is used in both "compile from sources" and "installed" mode (since the installer is made from a "compile from sources" installation without extra options).

So for this to work, your executable must be somewhere under the Coq Platform install folder.

If you want to install something outside of the Coq Platform installation - which is not a supported use case - what might work is to create a findlib.root file in your installation and symlink the findlib folder in the appropriate place relative to findlib.root in your installation. But I would rather recommend to deliver coq-lsp with Coq Platform, which would solve all these issues.

I don't see any other way to make multiple installations for Coq Platform coexist on one machine.

Please close, if this works for you, otherwise we should discuss on Zulip.

from platform.

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.