$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-11-05 11:47:56
Does anyone know what would cause:
ld: fatal: relocation error: file:
/scratch2/kbelco/boost/results/boost/bin.v2/libs/regex/build/sun-5.9/debug/link-static/threading-multi/libboost_regex-sw59-mt-d-1_35.a(posix_api.o)
section: .rela.debug_info symbol: : relocation against a discarded symbol,
?symbol is part of discarded section: .text%void
boost::re_detail::basic_regex_creator<char,boost::regex_traits<char,boost::cpp_regex_traits<char>
> >::create_startmap(boost::re_detail::re_syntax_base*,unsigned
char*,unsigned*,unsigned char)
When trying to build (or use) the regex library on Solaris with Sun-5.9?
Annoyingly there are no problems with Sun-5.8, would there be any compiler
or linker options that would help here?
Many thanks, John.