Re: 2.96.4 beta build reports
Stefan Ulrich <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.beta |
|---|---|
| Message-ID | <[email protected]> |
George N White <[email protected]> writes: >>>> The link of xdvi-motif.bin failed until I added -L/usr/Motif-2.1/lib32 and >>>> made the corresponding adjustment to the rpath. This system was > The problem is that the default Motif "build environment" on this system > is Motif-1.2. To make Motif-2.1 the default, you have to run a > script to create new symbolic links in the system library directories. > I'm not eager to try that (will existing binaries look for shared > libs in the "real" locations?). I wouldn't recommend that either ... > Using c99, and XLib and or Motif-1.2 seem require some BSD > functions, but Motif-2.1 works well without the BSD compatibilty settings. > ld32: ERROR 33 : Unresolved text symbol "XmCreateSpinBox" [...] OK, these are normal Motif 2.x functions. You had specified -I/usr/Motif-2.1/include in CXXFLAGS, so it's understandable that you also had to specify the libraries if they are in a non-default place. (BTW, would the configure flags --with-motif-include=... --with-motif-libdir=... work too?) It seems difficult to create a configure check for such an unusual situation, so I'd suggest to leave it at that if Thomas agrees ... Best, Stefan