Angus Leeming <[EMAIL PROTECTED]> writes:

> I note that others have reported similar problems when compiling lyx 
> on the Mac.
> 
> On a Linux Alpha machine I find that I have to add the following to 
> get the thing to link. (This makes no real sense but does work. Go 
> figure...)
> 
> # Enables the linker to overcome a bug that leads to errors:
> # chset.o(.rodata+0x8): relocation truncated to fit: GPREL32 UND
> LDFLAGS=-Wl,-t
> export LDFLAGS

Alas, even adding -W1,-t to LDFLAGS does not help with gcc-3.3 and
LyX-1.3.3 on MacOS 10.2.  It compiles cleanly, but I still get a long
list of

ld: Undefined symbols:
typeinfo for boost::detail::counted_base_impl<kb_keymap*, 
boost::checked_deleter<kb_keymap> >
typeinfo for boost::detail::counted_base_impl<LyXKeySym*, 
boost::checked_deleter<LyXKeySym> >
typeinfo for InsetMarginal
typeinfo for InsetNote
typeinfo for QMath
typeinfo for LyXFileDialog
typeinfo for ControlPrefs
typeinfo for ControlPrint
typeinfo for QMathDialog
[ . . .]

Any other suggestions?
-- 

Ronald Florence                         www.18james.com

Reply via email to