Coder Social home page Coder Social logo

Comments (12)

ivmai avatar ivmai commented on June 21, 2024

To @concatime: Could you please be more verbose: which configure option(s) do you need? you need to omit .h and doc files installation, right?

from libatomic_ops.

concatime avatar concatime commented on June 21, 2024

Well, for my script which install nginx and components, When It's time to install libatomic_ops, I need headers (with pkgconfig) and shared libraries since nginx use your awesome library. Like you see it here, it's a lot easier than manually copying file like here. Think about it, do I really need docs if I'm only using it as a part of something else ? Or easier since your library is not as big as jemalloc, offer us an option in ./configure like --no-docs. Don't omit .h files since nginx requires them.

from libatomic_ops.

ivmai avatar ivmai commented on June 21, 2024

Ok, I will add "--disable-docs" to configure.

from libatomic_ops.

concatime avatar concatime commented on June 21, 2024

Awesome!

from libatomic_ops.

ivmai avatar ivmai commented on June 21, 2024

Now it should work for you. Please test.

from libatomic_ops.

concatime avatar concatime commented on June 21, 2024

I'm lost. There is no configure file.

from libatomic_ops.

concatime avatar concatime commented on June 21, 2024

Well, looking into Travis, I was able to reproduce the steps. So, it seems to work perfectly.
The only thing that I would modify (and it's up to you), is the symlink:

libatomic_ops.so -> libatomic_ops.so.1.1.1
libatomic_ops.so.1 -> libatomic_ops.so.1.1.1

It would be better for reading if it was like this: libatomic_ops.so -> libatomic_ops.so.1; for a global result:
libatomic_ops.so -> libatomic_ops.so.1 -> libatomic_ops.so.1.1.1 (for libatomic_ops_gpl too).

from libatomic_ops.

concatime avatar concatime commented on June 21, 2024

Thus, /usr/lib/libreadline.so.3 is a fully-qualified soname, which ldconfig would set to be a symbolic link to some realname like /usr/lib/libreadline.so.3.0. There should also be a linker name, /usr/lib/libreadline.so which could be a symbolic link referring to /usr/lib/libreadline.so.3.

Source.

from libatomic_ops.

concatime avatar concatime commented on June 21, 2024

Then, if the name change to libatomic_ops.so.1.1.2 for example, you would then modify only ibatomic_ops.so.1, and not ibatomic_ops.so. This is why I have/had this line.

from libatomic_ops.

ivmai avatar ivmai commented on June 21, 2024

It would be better for reading of it was like this: libatomic_ops.so -> libatomic_ops.so.1

I agree. But I think this is the behavior of libtool.

from libatomic_ops.

concatime avatar concatime commented on June 21, 2024

Oh, ok, not a real issue. I'm waiting for a release to add --disable-docs into my script. Thank you.

from libatomic_ops.

ivmai avatar ivmai commented on June 21, 2024

7.6.2 is released (https://github.com/ivmai/libatomic_ops/releases/tag/v7.6.2)

from libatomic_ops.

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.