home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / g / lib / bug / 726 < prev    next >
Encoding:
Text File  |  1992-12-29  |  2.3 KB  |  69 lines

  1. Newsgroups: gnu.g++.lib.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!garnet.msen.com!oscar
  3. From: oscar@garnet.msen.com (Oscar Linares)
  4. Subject: Re: lib-g++
  5. Message-ID: <Pine.3.05.9212281025.A28890-b100000@garnet.msen.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Mon, 28 Dec 1992 05:58:25 GMT
  10. Approved: bug-lib-g++@prep.ai.mit.edu
  11. Lines: 56
  12.  
  13. Hi,
  14.  
  15. >I am currently working on a document processing system and I want to use
  16. >groff.  I have attempted to install groff on a next computer running version 3
  17. >of NeXTSTEP.  I got the following error:
  18.  
  19. /bin/sh configure
  20. checking for grops to derive installation directory prefix
  21. checking for gcc to derive installation directory prefix
  22. checking for gcc
  23. checking if C compiler is also a C++ compiler
  24. checking that C++ compiler can compile very simple C++ program
  25. checking that C++ static constructors and destructors are called
  26. gcc -O is not installed correctly: static constructors and destructors do not work
  27. *** Exit 1
  28. Stop.
  29. gateway:8# 
  30.  
  31. >I had previously installed lib-g++ and gcc-2.3.3 unsuccessfully with the
  32. >following error being returned:
  33.  
  34. gateway:10# make install
  35. for i in /usr/gnu  /usr/gnu  /usr/gnu/lib/next ; do  echo Making $i... ; 
  36. parent=`echo $i|sed -e 's@/[^/]*$@@'`;  if [ -d $parent ] ; then true ; else
  37. mkdir $parent ; fi ;  if [ ! -d $i ] ; then  if mkdir $i ; then  true ;  else 
  38. exit 1 ;  fi ;  else  true ;  fi ;  done
  39. Making /usr/gnu...
  40. Making /usr/gnu...
  41. Making /usr/gnu/lib/next...
  42. parent=`echo /usr/gnu/man/man1|sed -e 's@/[^/]*$@@'`;  if [ -d $parent ] ; then
  43. true ; else mkdir $parent ; fi
  44. if [ -d /usr/gnu/man/man1 ] ; then true ; else mkdir /usr/gnu/man/man1 ; fi
  45. cp configure.man /usr/gnu/man/man1/configure.1
  46. `stamp' is up to date.
  47. touch .stmp-genclass
  48. touch .stmp-tests
  49. touch .stmp-etc
  50. rootme=`pwd` ; export rootme ; cd src ;  make "prefix=/usr/gnu" 
  51. "exec_prefix=/usr/gnu"  "tooldir=/usr/gnu/lib/next"  "CC=cc"  "CFLAGS=-g" 
  52. "CXX=gcc"  "CXXFLAGS=-g -O"  "XTRAFLAGS="  "AR=ar"  "RANLIB=ranlib"
  53. gcc -o gperf new.o options.o iterator.o main.o gen-perf.o key-list.o list-node.o
  54. hash-table.o bool-array.o read-line.o std-err.o version.o  ../../libg++.a
  55. ld: options.o symbol 317 (___DTOR_LIST__) has unknown n_type field (0x16)
  56. *** Exit 1
  57. Stop.
  58.  
  59. >I would appreciate any help you may be able to give me.
  60.  
  61. >Thanks,
  62.  
  63. >Oscar A. Linares
  64.  
  65.  
  66.  
  67.  
  68.  
  69.