home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / g / lib / bug / 791 next >
Encoding:
Internet Message Format  |  1993-01-21  |  2.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!cs.montana.edu!osyjm
  2. From: osyjm@cs.montana.edu (Jaye Mathisen)
  3. Newsgroups: gnu.g++.lib.bug
  4. Subject: Still stumped with libg++-2.3 under Ultrix 4.3
  5. Date: 21 Jan 1993 18:00:34 -0500
  6. Organization: CS
  7. Lines: 36
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-lib-g++@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <1993Jan21.062636.845@coe.montana.edu>
  12.  
  13. OK, I made a virgin install of gcc-2.3.3, both with and w/o the 
  14. install-fixincludes, and in either case, I get the following: (which is
  15. different than what I was getting earlier...)  Decstation 5000/240, Ultrix
  16. 4.3.
  17.  
  18. Any help again appreciated, I have no idea where to go.  I've never
  19. had trouble building the other libg++'s, but this one is giving me fits.
  20.  
  21. gcc -g -O -nostdinc++ -I.. -I. -I./../iostream -I./../g++-include  -c AllocRing.cc
  22. In file included from ./std.h:26, from AllocRing.cc:22:
  23. ./../g++-include/string.h:28: declaration of `long unsigned int  strlen (const char *)'
  24. <built-in>:0: conflicts with built-in declaration `unsigned int  strlen (const char *)'
  25. In file included from ./std.h:28, from AllocRing.cc:22:
  26. ./../g++-include/unistd.h:92: conflicting types for `int  geteuid (...)'
  27. /usr/include/unistd.h:219: previous declaration of `short int  geteuid (...)'
  28. ./../g++-include/unistd.h:93: conflicting types for `int  getegid (...)'
  29. /usr/include/unistd.h:204: previous declaration of `short int  getegid (...)'
  30. ./../g++-include/unistd.h:94: conflicting types for `int  getgid (...)'
  31. /usr/include/unistd.h:205: previous declaration of `short int  getgid (...)'
  32. ./../g++-include/unistd.h:102: conflicting types for `int  getuid (...)'
  33. /usr/include/unistd.h:220: previous declaration of `short int  getuid (...)'
  34. ./../g++-include/unistd.h:143: conflicting types for `long int  lseek (...)'
  35. /usr/include/unistd.h:208: previous declaration of `int  lseek (...)'
  36. ./../g++-include/unistd.h:144: conflicting types for `long int  read (...)'
  37. /usr/include/unistd.h:172: previous declaration of `int  read (...)'
  38. ./../g++-include/unistd.h:145: conflicting types for `long int  write (...)'
  39. /usr/include/unistd.h:180: previous declaration of `int  write (...)'
  40. make[2]: *** [AllocRing.o] Error 1
  41. make[1]: *** [in-src] Error 1
  42. make: *** [all-libg++] Error 1
  43.  
  44. -- 
  45.  Jaye Mathisen, COE Systems Manager                (406) 994-4780
  46.  410 Roberts Hall,Dept. of Computer Science
  47.  Montana State University,Bozeman MT 59717    osyjm@cs.montana.edu
  48.  
  49.