home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / question / 10803 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.5 KB  |  57 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!zeos!kgermann
  3. From: kgermann@zeos.com (Ken Germann)
  4. Subject: BASH Compiling for SCO.
  5. Organization: Zeos International, Ltd
  6. Date: Mon, 07 Sep 1992 15:48:44 GMT
  7. Message-ID: <1992Sep07.154844.18755@zeos.com>
  8. Lines: 47
  9.  
  10.  
  11. I receive this error when compiling BASH 1.12 for SCO. Any ideas on 
  12. correcting this problem would be appreciated.
  13.  
  14. # make install
  15.  
  16.         make   DESTDIR=/usr/gnu/bin -f bash-Makefile install
  17.  
  18.         rm -f bash
  19.  
  20.         cc     -g -L./lib/readline/  -L./lib/glob/ \
  21.  
  22.            -o bash shell.o y.tab.o general.o make_cmd.o print_cmd.o   dispose_cm
  23.  
  24. d.o execute_cmd.o variables.o copy_cmd.o error.o  expr.o flags.o jobs.o subst.o
  25.  
  26. hash.o mailcheck.o test.o  trap.o alias.o ./lib/malloc/malloc.o  braces.o unwind
  27.  
  28. _prot.o  siglist.o  version.o bashline.o builtins/libbuiltins.a -lreadline -lter
  29.  
  30. mcap -lglob
  31.  
  32. undefined                       first referenced
  33.  
  34.  symbol                             in file
  35.  
  36. alloca                              y.tab.o
  37.  
  38. ld fatal: Symbol referencing errors. No output written to bash
  39.  
  40. *** Error code 13
  41.  
  42.  
  43.  
  44. Stop.
  45.  
  46. *** Error code 1
  47.  
  48.  
  49.  
  50. Stop
  51. -- 
  52. Ken Germann              ZZZZ EEEE  OO   SSS    ZEOS International, Ltd.  
  53. support@zeos.com   INET     Z E    O  O S       Technical Support Dept.
  54. uunet!zeos!support UUCP    Z  EE   O  O  SS     530 5th Ave N.W.
  55. 800-228-5390      VOICE   Z   E    O  O    S    St. Paul, MN 55112
  56. 612-633-7337             ZZZZ EEEE  OO  SSS     FAX         612-633-4607
  57.