Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!uflorida!unf7!shite From: shite@unf7.UUCP (Stephen Hite) Newsgroups: comp.unix.i386 Subject: ISC v2.2 + GCC 1.37.1 POSIX problems? Keywords: POSIX Message-ID: <293@unf7.UUCP> Date: 14 Aug 90 03:32:13 GMT Organization: Univ. of N. Florida, Jacksonville Lines: 16 I compiled GCC 1.37.1 with cc under Interactive Unix v2.2 (I have the latest development system, also). No problems. However, when I attempt a stage1 compile, the problems begin at toplev.c. It seems that there is now a define check in the Interactive header files for _POSIX_SOURCE and it is "hiding" some typedefs that I need. So I added a -D_POSIX_SOURCE to my stage1 CFLAGS and now I'm getting simple problems like getc and putc not being defined in rtl.c. I noticed that they are defined in /lib/libcposix.a. Do I need to start fooling with gcc.c to replace -lc with -lcposix in the link_spec declaration or is there an easier way? Thanks for the help! ---------------------------- Steve Hite ...gatech!uflorida!unf7!shite