[Pkg-lyx-devel] About the boost link problem

Sven Hoexter sven at timegate.de
Sat Jun 23 06:57:41 UTC 2007


On Sat, Jun 23, 2007 at 08:45:38AM +0200, Sven Hoexter wrote:
> On Fri, Jun 22, 2007 at 08:06:15PM +0100, Per Olofsson wrote:
> > Hi,
> > 
> > The boost link problems are due to bug #429533. Although it's possible
> > to workaround, I think we should wait until it's fixed instead.
> 
> *sigh* #424038 has some more details on the same issue. I'm not sure if
> it's worth the efford to work on a patch to link against the -mt version of 
> boost or if it's better to sit and wait for the dust to settle.

Ok I haven't tried to build it yet but it looks like it's nothing more than
this small modification:


--- Makefile.in.orig    2007-06-23 08:52:20.000000000 +0200
+++ Makefile.in 2007-06-23 08:52:46.000000000 +0200
@@ -292,13 +292,13 @@
 SUFFIXES = .gch
 @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES =
 @USE_INCLUDED_BOOST_TRUE at BOOST_INCLUDES = -I$(top_srcdir)/boost
- at USE_INCLUDED_BOOST_FALSE@BOOST_FILESYSTEM = -lboost_filesystem
+ at USE_INCLUDED_BOOST_FALSE@BOOST_FILESYSTEM = -lboost_filesystem-mt
 @USE_INCLUDED_BOOST_TRUE at BOOST_FILESYSTEM = $(top_builddir)/boost/libs/filesystem/src/libboost_filesystem.la
- at USE_INCLUDED_BOOST_FALSE@BOOST_REGEX = -lboost_regex
+ at USE_INCLUDED_BOOST_FALSE@BOOST_REGEX = -lboost_regex-mt
 @USE_INCLUDED_BOOST_TRUE at BOOST_REGEX = $(top_builddir)/boost/libs/regex/src/libboost_regex.la
- at USE_INCLUDED_BOOST_FALSE@BOOST_SIGNALS = -lboost_signals
+ at USE_INCLUDED_BOOST_FALSE@BOOST_SIGNALS = -lboost_signals-mt
 @USE_INCLUDED_BOOST_TRUE at BOOST_SIGNALS = $(top_builddir)/boost/libs/signals/src/libboost_signals.la
- at USE_INCLUDED_BOOST_FALSE@BOOST_IOSTREAMS = -lboost_iostreams
+ at USE_INCLUDED_BOOST_FALSE@BOOST_IOSTREAMS = -lboost_iostreams-mt
 @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
 ACLOCAL_AMFLAGS = -I m4 -I config
 DIST_SUBDIRS = m4 config development intl po boost src sourcedoc lib

-- 
If you won't forgive me the rest of my life
Let me apologize while I'm still alive
I know it's time to face all of my past mistakes
  [Less than Jake - Rest Of My Life]



More information about the Pkg-lyx-devel mailing list