From: Anders Norman <norman.anders@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] Why does host-boost contain only a minimal selection?
Date: Tue, 13 Oct 2015 11:40:48 +0200 [thread overview]
Message-ID: <561CD1A0.8070006@gmail.com> (raw)
Hi
I have a system set up where I build both natively (for running unit
tests) and cross. My application uses libboost (package/boost) and fails
to build natively because the linker can't find libboost-filesystem.so.
I investigated the issue and find the following in package/boost/boost.mk:
# keep host variant as minimal as possible
HOST_BOOST_FLAGS = --without-icu --without-libraries=$(subst
$(space),$(comma),atomic chrono context coroutine date_time exception
filesystem graph graph_parallel iostreams locale log math mpi
program_options python random regex serialization signals system test
thread timer wave)
I guess this is why my host-boost does not contain the filesystem part.
What is the reason for removing almost all parts of host-boost when the
individual selection flags are already present and used correctly for
the cross build?
Anders
next reply other threads:[~2015-10-13 9:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-13 9:40 Anders Norman [this message]
2015-10-13 12:44 ` [Buildroot] Why does host-boost contain only a minimal selection? Thomas Petazzoni
2015-10-13 12:50 ` Anders Norman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=561CD1A0.8070006@gmail.com \
--to=norman.anders@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.