comparison PROBLEMS @ 251:677f6a0ee643 r20-5b24

Import from CVS: tag r20-5b24
author cvs
date Mon, 13 Aug 2007 10:19:59 +0200
parents 557eaa0339bf
children 11cf20601dec
comparison
equal deleted inserted replaced
250:f385a461c9aa 251:677f6a0ee643
398 ** Problems finding X11 libraries on Solaris with Openwindows 398 ** Problems finding X11 libraries on Solaris with Openwindows
399 399
400 Some users have reported problems in this area. The reported solution 400 Some users have reported problems in this area. The reported solution
401 is to define the environment variable OPENWINHOME, even if you must set 401 is to define the environment variable OPENWINHOME, even if you must set
402 it to `/usr/openwin'. 402 it to `/usr/openwin'.
403
404 ** Under Linux, you get "too many arguments to function `getpgrp'".
405
406 You have probably installed LessTiff under `/usr/local' and `libXm.so'
407 could not be found when linking `getpgrp()' test program, making XEmacs
408 think that `getpgrp()' takes an argument. Try adding `/usr/local/lib'
409 in `/etc/ld.so.conf' and run `ldconfig'. Then run XEmacs's `configure'
410 again. As with all problems of this type, reading the config.log file
411 generated from configure and seeing the log of how the test failed can
412 prove enlightening.
403 413
404 414
405 * Problems with running XEmacs 415 * Problems with running XEmacs
406 ============================== 416 ==============================
407 417