Path: utzoo!attcan!uunet!aplcen!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!wuarchive!emory!gatech!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: GnuC on Minix-ST problems Message-ID: <34222@nigel.ee.udel.edu> Date: 22 Oct 90 19:39:59 GMT Sender: mmdf@ee.udel.edu Lines: 11 The default include dir is compiled into the preprocessor, but /usr/local/gcc-include should be OK with the standard Makefile. strchr should be in your library. Perhaps a ranlib problem. Try ar xv strchr.o; nm strchr.o and look if _strchr is defined. If that is OK, try ranlib and retry the linkage. C.v.W.