Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!ncar!zaphod.mps.ohio-state.edu!ceres.physics.uiowa.edu!news.iastate.edu!ux1.cso.uiuc.edu!uxa.cso.uiuc.edu!klg0582 From: klg0582@uxa.cso.uiuc.edu (Ken-Huang Lin) Newsgroups: comp.unix.ultrix Subject: gcc's ANSI include files Keywords: gcc, ANSI C, include files Message-ID: <1991Feb5.171322.8769@ux1.cso.uiuc.edu> Date: 5 Feb 91 17:13:22 GMT Sender: news@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 14 We installed gcc 1.37.1 on Vax station II and DEC station 3100 running Ultrix 3.1 recently. The compiler doesn't recognize ANSI standard include file "stdlib.h", nor does it have the standard string function "strstr". The error messages are: stdlib.h: No such file or directory for the former, and Undefined: _strstr for the latter, even when I add "-ansi" option in the compiling. Any help would be much appreciated, Ken H. Lin khlin@uiwpl.ece.uiuc.edu