home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / g / help / 1060 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  3.4 KB

  1. Path: sparky!uunet!mcsun!uknet!mucs!uts.mcc.ac.uk!ssurhode
  2. From: ssurhode@suma1.rdg.ac.uk (Paul Rhodes)
  3. Newsgroups: gnu.g++.help
  4. Subject: Problems with g++ on a Sun4 SunOs 4.1.1
  5. Message-ID: <SSURHODE.92Jul29160511@suma1.suma1.rdg.ac.uk>
  6. Date: 29 Jul 92 15:05:11 GMT
  7. Sender: news@cs.man.ac.uk
  8. Distribution: gnu
  9. Organization: Reading University, England
  10. Lines: 47
  11. Originator: netnews@uts.mcc.ac.uk
  12.  
  13.  
  14.   
  15.   I can't install g++. Our system consists of a number of Sun 4's with
  16. NFS mounted partitions, running SunOs 4.1.1. I have been trying to
  17. install g++ version 1.40.3 for ages. Originally I was finding problems
  18. because I was using gcc version 2.2.2 to try and make it and g++ could
  19. find the files that it needed (I think that's what the problem was
  20. anyhow).  Now, I have finally got g++ in place, but I can't get the
  21. library in place... (Library version 1.39.0)
  22.  
  23.   Part of the problem might be that I wish to put g++ in the
  24. directory... /usr/appl/new/gnu with the usual subdirectories of bin,
  25. lib, include, and man in that directory..... I also wish to have the
  26. library files in their own directory.. ie...
  27. /usr/appl/new/gnu/lib/g++1.40.3.
  28.  
  29. At the end of this, I'll put a transcript of my make session....
  30.  
  31.  
  32. Can you help me ? Am I using the right versions of gcc/g++/libg++ ??
  33.  
  34. thanks in advance,
  35.  
  36. Paul Rhodes
  37. University of Reading, England
  38.  
  39. -------------------------------------------------------------------------
  40. ssssgw08 ~/new/gnu/src/libg++-1.39.0 % make
  41. (cd src; gmake GXX="g++"  GXXFLAGS=" -I/usr/appl/new/gnu/src/libg++-1.39.0/g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -Wall  -pipe" GXXLDFLAGS="-L/usr/appl/new/gnu/src/libg++-1.39.0/src -lg++ -lm " LIBDIR="/usr/appl/new/gnu/lib/g++1.40.3" SRCIDIR="/usr/appl/new/gnu/src/libg++-1.39.0/g++-include" CC="gcc" CFLAGS=" -I/usr/appl/new/gnu/lib/gcc-include -I/usr/include -I/usr/appl/new/gnu/src/libg++-1.39.0/g++-include -g -O -fstrength-reduce -fdela
  42.  
  43.  
  44.  
  45.  
  46. yed-branch -Wall  -pipe" RANLIB="granlib" LDXX="/usr/appl/new/gnu/lib/g++1.40.3/gcc-ld" GXXCRT1="/usr/appl/new/gnu/lib/g++1.40.3/crt1+.o" MAKE="gmake" prefix="/usr/appl/new/gnu" VPATH="/usr/appl/new/gnu/src/libg++-1.39.0/g++-include" AR="gar" PROTODIR="/usr/appl/new/gnu/src/libg++-1.39.0/g++-include/gen" GENCLASS="/usr/appl/new/gnu/src/libg++-1.39.0/genclass")
  47. g++ -I/usr/appl/new/gnu/src/libg++-1.39.0/g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -Wall  -pipe -c  AllocRing.cc
  48. 0: unknown flag -+
  49. AllocRing.cc:1: parse error before `/'
  50. In file included from /usr/appl/new/gnu/src/libg++-1.39.0/g++-include/std.h:33, from AllocRing.cc:27:
  51. /usr/appl/new/gnu/src/libg++-1.39.0/g++-include/stdio.h:1: parse error before `/'
  52. /usr/appl/new/gnu/src/libg++-1.39.0/g++-include/stdio.h:231: parse error before `}'
  53. /usr/appl/new/gnu/src/libg++-1.39.0/g++-include/stdio.h:231: warning: type specifier for member `_iob' omitted
  54. /usr/appl/new/gnu/src/libg++-1.39.0/g++-include/stdio.h:231: warning: data definition lacks type or storage class
  55. /usr/appl/new/gnu/src/libg++-1.39.0/g++-include/stdio.h:383: parse error before `/'
  56. /usr/appl/new/gnu/src/libg++-1.39.0/g++-include/stdio.h:383: warning: multi-character character constant
  57. /usr/appl/new/gnu/src/libg++-1.39.0/g++-include/stdio.h:895: malformatted character constant
  58. gmake: *** [AllocRing.o] Error 1
  59. *** Error code 1
  60. make: Fatal error: Command failed for target `src'
  61. ssssgw08 ~/new/gnu/src/libg++-1.39.0 % 
  62.