Boost logo

Boost Users :

Subject: Re: [Boost-users] undefined reference to `boost::system::detail::generic_category_ncx()'
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2018-09-20 16:39:11


AMDG

On 09/20/2018 02:59 AM, Antonis Polykratis via Boost-users wrote:
> <snip>
> I also tried to append -lboost_system in the command, but I take back the
> following message:
> /usr/bin/ld: cannot find -lboost_system
> collect2: error: ld returned 1 exit status
>
> Could you please guide me with that? I use boost_1_67 if that makes any
> difference (which I do not think so).
>

You're on the right track here, but you need
to build boost_system and add it to the linker
path before you can use it.

See:
https://www.boost.org/more/getting_started/unix-variants.html#prepare-to-use-a-boost-library-binary

In Christ,
Steven Watanabe


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net