On Mon, Nov 17, 2003 at 09:46:34AM +0100, Martin Stenzel wrote: > > Hallo, > > I am trying to build the latest version of lyx on an RS/6000 running AIX > 4.3.3 with latest patches applied. > > > $ ./configure --prefix=/usr/TeX --bindir=/usr/TeX/bin/powerpc-aix4.3.3.0 > --with-extra-lib=/tmp/forms/lib --with-extra-inc=/tmp/forms/include > > In /tmp/forms are the xforms libraries and include files > > I am using gcc 3.3.2 and the native OS ld. > > > Everything goes fine until the linking step occurs: > [...] > FormDB<FD_tabular> > > ld: 0711-317 ERROR: Undefined symbol: typeinfo for FormDB<FD_tabular> > ld: 0711-317 ERROR: Undefined symbol: typeinfo name for MathInferInset > ld: 0711-317 ERROR: Undefined symbol: typeinfo name for MathXYArrowInset > > > Which library is missing?
This doesn't look like a library problem but rather one of using the native ld. What happens if you use the GNU linker? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)
