dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20115
libboost_program_options is not included during linking process
-
To:
DOLFIN Mailing List <dolfin@xxxxxxxxxxxxxxxxxxx>
-
From:
Andre Massing <massing@xxxxxxxxx>
-
Date:
Thu, 11 Nov 2010 14:58:33 +0100
-
User-agent:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; nb-NO; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6
Hi!
I just encountered another strange error during compilation of the
latest dolfin development
version on a Mac OS X platform. I got the error
Linking CXX shared library libdolfin.dylib
[..]
Undefined symbols:
"boost::program_options::validation_error::validation_error(boost::program_options::validation_error::kind_t,
std::basic_string<char, std::char_traits<char>, std::allocator<char> >
const&, std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)", referenced from:
Switching VERBOSE=1 reveals that libboost_program_options was not
included in the list of libs to link with.
Any clue how to fix that?
--
Andre
Follow ups