Coder Social home page Coder Social logo

Comments (3)

hintjens avatar hintjens commented on June 3, 2024

Can be you be more precise about what chunk you removed? Not clear from your comment. Thanks.

from zguide.

thompsa avatar thompsa commented on June 3, 2024

Please see the diff here, I have removed the block that builds the $LIBLIST string by iterating $LOCALLIBDIR/lib.a and $LIBDIR/lib*.a.

http://people.freebsd.org/~thompsa/zguide.diff

from zguide.

hintjens avatar hintjens commented on June 3, 2024

OK... building the list of libraries to link against is what lets you do things like

c -l someprog

without specifying the libraries one by one. For the Guide examples, you need at least libzmq, and for many, libczmq as well. If you don't want 'c' to search /usr/local/lib, set LIBDIR to something else. There's no benefit in removing this code. The LIBDIR variable is there for precisely this reason, auto-searching that directory.

Hope this clarifies it. I'm closing this issue.

from zguide.

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.