comparison PROBLEMS @ 1697:20d5b69d37a1

[xemacs-hg @ 2003-09-19 16:24:33 by youngs] 2003-09-20 Rodney Sparapani <rsparapa@mcw.edu> * PROBLEMS: Propose bash as an alternative to buggy Solaris /bin/sh.
author youngs
date Fri, 19 Sep 2003 16:24:33 +0000
parents 049c7092a496
children 7edc33019aa4
comparison
equal deleted inserted replaced
1696:7032283c28db 1697:20d5b69d37a1
426 426
427 *** Solaris 2.3 /bin/sh coredumps during configuration. 427 *** Solaris 2.3 /bin/sh coredumps during configuration.
428 428
429 This only occurs if you have LANG != C. This is a known bug with 429 This only occurs if you have LANG != C. This is a known bug with
430 /bin/sh fixed by installing Patch-ID# 101613-01. Or, you can use 430 /bin/sh fixed by installing Patch-ID# 101613-01. Or, you can use
431 bash, as a workaround. 431 bash by setting the environment variable CONFIG_SHELL to /bin/bash
432
433 *** Solaris 2.x configure fails: ./config.status: test: argument expected
434
435 This is a known bug with /bin/sh and /bin/test, i.e. they do not
436 support the XPG4 standard. You can use bash as a workaround or an
437 XPG4-compliant Bourne shell such as the Sun-supplied /usr/xpg4/bin/sh
438 by setting the environment variable CONFIG_SHELL to /usr/xpg4/bin/sh
432 439
433 *** On SunOS, you get linker errors 440 *** On SunOS, you get linker errors
434 ld: Undefined symbol 441 ld: Undefined symbol
435 _get_wmShellWidgetClass 442 _get_wmShellWidgetClass
436 _get_applicationShellWidgetClass 443 _get_applicationShellWidgetClass