Hi, First: thanks for solving the sh vs. bash issue, which is now working on my FreeBSD system.
I can compile LyX almost; something goes wrong at the very end. At the end of gmake, when the final executable is being linked, I get zillions of following lines: $ gmake [...] BranchList.o(.gnu.linkonce.t._ZN10__gnu_norm4listI6BranchSaIS1_EE9_M_insertENS_14_List_iteratorIS1_EERKS1_+0x19): In function `__gnu_norm::list<Branch, std::allocator<Branch> >::_M_insert(__gnu_norm::_List_iterator<Branch>, Branch const&)': /usr/include/c++/3.4/bits/locale_facets.tcc:2443: undefined reference to `__gnu_norm::_List_node_base::hook(__gnu_norm::_List_node_base*)' BranchList.o(.gnu.linkonce.t._ZN10__gnu_norm4listI6BranchSaIS1_EE8_M_eraseENS_14_List_iteratorIS1_EE+0xd): In function `__gnu_norm::list<Branch, std::allocator<Branch> >::_M_erase(__gnu_norm::_List_iterator<Branch>)': /usr/include/c++/3.4/debug/list:122: undefined reference to `__gnu_norm::_List_node_base::unhook()' [...cut...] /usr/include/c++/3.4/bits/stl_algobase.h:155: undefined reference to `__gnu_norm::_List_node_base::transfer(__gnu_norm::_List_node_base*, __gnu_norm::_List_node_base*)' ../boost/libs/signals/src/.libs/libboost_signals.a(trackable.o)(.gnu.linkonce.t._ZN10__gnu_norm4listIN5boost7signals10connectionESaIS3_EE9_M_insertENS_14_List_iteratorIS3_EERKS3_+0x28): In function `__gnu_norm::list<boost::signals::connection, std::allocator<boost::signals::connection> >::_M_insert(__gnu_norm::_List_iterator<boost::signals::connection>, boost::signals::connection const&)': /usr/include/c++/3.4/debug/formatter.h:359: undefined reference to `__gnu_norm::_List_node_base::hook(__gnu_norm::_List_node_base*)' gmake[3]: *** [lyx-xforms] Error 1 All lines have something about "__gnu_norm". Any idea what this is about? I only have this with LyX, but if lyx-devel people tell me that this not a LyX issue, I may next contact the FreeBSD list for answers. Rob.