home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / g / lib / bug / 736 next >
Encoding:
Text File  |  1993-01-05  |  1.8 KB  |  61 lines

  1. Newsgroups: gnu.g++.lib.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!jack.sns.COM!steve
  3. From: steve@jack.sns.COM (J. Steven Harrison)
  4. Subject: SCO 386 Build of libg++-2.3
  5. Message-ID: <m0n8ijs-000Q3rC@jack.sns.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Sun, 3 Jan 1993 11:44:28 GMT
  10. Approved: bug-lib-g++@prep.ai.mit.edu
  11. Lines: 48
  12.  
  13. All,
  14.  
  15. I am trying to build libg++-2.3 on a Intel 486 box running SCO UNIX 3.2v4
  16.  
  17. This is config.status
  18. --------------------------------------------------
  19. #!/bin/sh
  20. # This file was generated automatically by configure.  Do not edit.
  21. # This directory was configured as follows:
  22. ./configure i386-sco3.2v4 --prefix=/usr/local -norecursion 
  23. # using "config/mh-sco"
  24. --------------------------------------------------
  25.  
  26.  
  27. Here is the output from early in the build.
  28. --------------------------------------------------
  29.  
  30. insque.c
  31.         cc -c -g -I. -I./../include   bcmp.c
  32. bcmp.c
  33.         cc -c -g -I. -I./../include   rindex.c
  34. rindex.c
  35.         cc -c -g -I. -I./../include   random.c
  36. random.c
  37.         rm -rf libiberty.a
  38.         ar qc libiberty.a \
  39.     argv.o basename.o concat.o cplus-dem.o fdmatch.o  getopt.o getopt1.o o
  40.     bstack.o spaces.o strerror.o strsignal.o bcopy.o vfork.o getpagesize.o alloca.o
  41.     sigsetmask.o index.o bzero.o insque.o bcmp.o index.o rindex.o random.o
  42.         true libiberty.a
  43. Make: Couldn't load Shell.  Stop.
  44. *** Error code 1
  45.  
  46. Stop.
  47. --------------------------------------------------
  48.  
  49. Am I doing something wrong or do I need a fix for this?
  50.  
  51. I had no troubles (one small one) on my Sun4 but this looks rather strange!
  52.  
  53.  
  54. -- 
  55. J. Steven Harrison, PhD.    steve@jack.sns.com
  56. 45034 Imnaha Court        Voice:    (510)623-8651
  57. Fremont, CA   94539-6669    Data:    (510)623-8652
  58. Systems'n'Software                FAX:    (510)623-8656 
  59.  
  60.  
  61.