home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!reed!henson!news.u.washington.edu!serval!phys1.physics.wsu.edu!hlu
- From: hlu@phys1.physics.wsu.edu (Hongjiu Lu)
- Newsgroups: comp.os.linux
- Subject: Re: compiling error in gcc.2.2.2d
- Message-ID: <1992Aug19.173524.19025@serval.net.wsu.edu>
- Date: 19 Aug 92 17:35:24 GMT
- Article-I.D.: serval.1992Aug19.173524.19025
- References: <harry.714229718@puff.socsci.umn.edu>
- Sender: news@serval.net.wsu.edu (USENET News System)
- Organization: Washington State University
- Lines: 42
-
- Please read release.2.2.2d. I don't want to repeat myself. I have repeated
- it several times in release.2.2.2d.
-
- PLEASE README ALL THE DOCS FOR GCC 2.2.2d.
- PLEASE README ALL THE DOCS FOR GCC 2.2.2d.
- PLEASE README ALL THE DOCS FOR GCC 2.2.2d.
- PLEASE README ALL THE DOCS FOR GCC 2.2.2d.
- PLEASE README ALL THE DOCS FOR GCC 2.2.2d.
-
- --
- H.J.
- Gcc/libc maintainer for Linux.
- In article <harry.714229718@puff.socsci.umn.edu>, harry@atlas.socsci.umn.edu (Kuo-Chen Chang) writes:
- |> Hello there. I just installed gcc 2.2.2d on my 486. And I could not wait
- |> to try the new compiler. TO my surprise, I got some complains:
- |>
- |> /usr/include/stdlib.h:55: conflicting types for "div_t"
- |> /usr/include/linux/types.h:68: previous declaration of "div_t"
- |> /usr/include/stdlib.h:62: conflicting types for "ldiv_t"
- |> /usr/include/linux/types.h:69: previous declaration of "ldiv_t"
- |>
- |> Did I miss something?
- |>
- |> My compiling command is:
- |>
- |> gcc -o poas -lm poas.c
- |>
- |> The source code includes
- |>
- |> <stdio.h>
- |> <malloc.h>
- |> <string.h>
- |> <math.h>
- |> <time.h>
- |> <ctype.h>
- |> <stdlib.h>
- |>
- |> Any suggestion?
- |>
- |> Thanks.
- |>
- |> ---Harry
-