Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Why does host-boost contain only a minimal selection?
@ 2015-10-13  9:40 Anders Norman
  2015-10-13 12:44 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Anders Norman @ 2015-10-13  9:40 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-13 12:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-13  9:40 [Buildroot] Why does host-boost contain only a minimal selection? Anders Norman
2015-10-13 12:44 ` Thomas Petazzoni
2015-10-13 12:50   ` Anders Norman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox