make[4]: Entering directory `/cvs/lyx-devel/branch15/src/client'
/bin/sh ../../libtool --tag=CXX --mode=link g++ -O -o lyxclient
boost.o client.o debug.o gettext.o Messages.o
../../src/support/libsupport.la
../../boost/libs/regex/src/libboost_regex.la
../../boost/libs/filesystem/src/libboost_filesystem.la -lSM -lICE
-lm -lz -L/usr/lib64 -lX11
g++ -O -o lyxclient boost.o client.o debug.o gettext.o Messages.o
../../src/support/.libs/libsupport.a -lQtCore
../../boost/libs/regex/src/.libs/libboost_regex.a
../../boost/libs/filesystem/src/.libs/libboost_filesystem.a -lSM -lICE
-lm -lz -L/usr/lib64 -lX11
/usr/bin/ld: /lib64/libc.so.6: invalid string offset 67130240 >= 21400
for section `.dynstr'
/usr/bin/ld:
debug.o(.rodata._ZTC17basic_debugstreamIN3lyx15lyx_debug_traitEcSt11char_traitsIcEE0_So[vtable
for basic_debugstream<lyx::lyx_debug_trait, char, std::char_traits<char>
>]+0x4000040): reloc against `virtual thunk to std::basic_ostream<char,
std::char_traits<char> >::~basic_ostream()@@GLIBCXX_3.4': error 2
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
This is gcc 4.1.2 on FC8; qt 4.3.3. This is a new machine, so I'm
thinking something might be wrong with my installation.
rh