GithubHelp home page GithubHelp logo

Comments (3)

advancedwebdeveloper avatar advancedwebdeveloper commented on June 22, 2024

I presume that this header

-- Looking for link.h
-- Looking for link.h - not found

is also related.

https://github.molgen.mpg.de/git-mirror/glibc/blob/master/include/link.h#L1 threw https://github.molgen.mpg.de/git-mirror/glibc/blob/master/include/link.h#L2 contains such a claim:

Data structure for communication from the run-time dynamic linker for loaded ELF shared objects.
. It looks like it would have zero sense to have this header checked, if dlfcn-win32 would be used (as a drop-in replacement).

Ivan

from dlfcn-win32.

traversaro avatar traversaro commented on June 22, 2024

Hi @advancedwebdeveloper,
the dlfcn-win32 library is composed only by the dlfcn.h and dlfcn.c, that can be either be used compiled as a library on its own and then used in your build system, or including directly the files in your project (in this case anyhow note that you need to comply with the LGPL license under which dlfcn-win32 is licensed.

As explained by ianlancetaylor/libbacktrace#46 (comment), some build systems check if the system provides headers such as dlfcn.h, but depending on the project it is possible that the project is able to compile even if a given system header is not found.

Regarding the link.h header, dlfcn-win32 does not provide it.

If this answer is ok for you, feel free to close the issue, thanks.

from dlfcn-win32.

traversaro avatar traversaro commented on June 22, 2024

I am closing the issue due to the lack of further responses, feel free to comment if there are further doubts.

from dlfcn-win32.

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.