Coder Social home page Coder Social logo

Comments (4)

eldiener avatar eldiener commented on June 12, 2024

I am not seeing this. I can build iostreams with a pre-built zlib and there is no problem with the build and BOOST_IOSTREAMS_NO_LIB is not defined on the command line. Maybe you need to specify what is your environment and what you are trying to "build".

from iostreams.

spfuetzner avatar spfuetzner commented on June 12, 2024

On Windows with Visual Studio 2015 I build boost with the following command:
b2 -j 10 --build-dir=build\x64 --stagedir=stage\x64 --toolset=msvc -sZLIB_BINARY=zlibstat -sZLIB_INCLUDE=L:\vc14\zlib\zlib-1.2.8 -sZLIB_LIBPATH=L:\vc14\zlib\zlib-1.2.8\contrib\vstudio\vc14\x64\ZlibStatReleaseWithoutAsm runtime-link=shared link=static threading=multi address-model=64 debug release stage
Linking against boost and my prebuild zlib results in linker errors. I had to define BOOST_IOSTREAMS_NO_LIB to make it work.

from iostreams.

eldiener avatar eldiener commented on June 12, 2024

According to the documentation the environment variable for specifying the library path is ZLIB_LIBRARY_PATH and not ZLIB_LIBPATH as you have it above.

from iostreams.

swatanabe avatar swatanabe commented on June 12, 2024

from iostreams.

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.