home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8641 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.6 KB

  1. Path: sparky!uunet!ogicse!reed!henson!news.u.washington.edu!serval!phys1.physics.wsu.edu!hlu
  2. From: hlu@phys1.physics.wsu.edu (Hongjiu Lu)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: compiling error in gcc.2.2.2d
  5. Message-ID: <1992Aug19.173524.19025@serval.net.wsu.edu>
  6. Date: 19 Aug 92 17:35:24 GMT
  7. Article-I.D.: serval.1992Aug19.173524.19025
  8. References: <harry.714229718@puff.socsci.umn.edu>
  9. Sender: news@serval.net.wsu.edu (USENET News System)
  10. Organization: Washington State University
  11. Lines: 42
  12.  
  13. Please read release.2.2.2d. I don't want to repeat myself. I have repeated
  14. it several times in release.2.2.2d.
  15.  
  16. PLEASE README ALL THE DOCS FOR GCC 2.2.2d.
  17. PLEASE README ALL THE DOCS FOR GCC 2.2.2d.
  18. PLEASE README ALL THE DOCS FOR GCC 2.2.2d.
  19. PLEASE README ALL THE DOCS FOR GCC 2.2.2d.
  20. PLEASE README ALL THE DOCS FOR GCC 2.2.2d.
  21.  
  22. -- 
  23. H.J.
  24. Gcc/libc maintainer for Linux.
  25. In article <harry.714229718@puff.socsci.umn.edu>, harry@atlas.socsci.umn.edu (Kuo-Chen Chang) writes:
  26. |> Hello there.  I just installed gcc 2.2.2d on my 486.  And I could not wait
  27. |> to try the new compiler.  TO my surprise, I got some complains:
  28. |> 
  29. |> /usr/include/stdlib.h:55: conflicting types for "div_t"
  30. |> /usr/include/linux/types.h:68: previous declaration of "div_t"
  31. |> /usr/include/stdlib.h:62: conflicting types for "ldiv_t"
  32. |> /usr/include/linux/types.h:69: previous declaration of "ldiv_t"
  33. |> 
  34. |> Did I miss something?
  35. |> 
  36. |> My compiling command is:
  37. |> 
  38. |> gcc -o poas -lm poas.c
  39. |> 
  40. |> The source code includes
  41. |> 
  42. |> <stdio.h>
  43. |> <malloc.h>
  44. |> <string.h>
  45. |> <math.h>
  46. |> <time.h>
  47. |> <ctype.h>
  48. |> <stdlib.h>
  49. |> 
  50. |> Any suggestion?
  51. |> 
  52. |> Thanks.   
  53. |> 
  54. |>     ---Harry
  55.