$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] undefined symbols when building regex on AIX
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-12-01 13:29:28
> I'm having problem building the boost_1_48_0 regex library on AIX6.1 using
> vacpp v11.1.
>
> The boost build seems to work (although it throws a few warnings) and a
> libboost_regex.a file is generated, but when I try to link to it I get
> warnings about undefined symbols. Inspecting the library file with nm
> seems to show they are not defined in the file.
Sorry, but specifically which symbols were undefined when linking?
My guess BTW would be differing build options between the lib and your .exe.
John.