Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!julius.cs.uiuc.edu!wuarchive!udel!mmdf From: michael%sunham@sun.com (Michael Joswig (Vertriebsunterstuetzung Hamburg)) Newsgroups: comp.os.minix Subject: GnuC on Minix-ST problems Message-ID: <33974@nigel.ee.udel.edu> Date: 19 Oct 90 10:01:41 GMT Sender: mmdf@ee.udel.edu Lines: 24 Hi there in the Net! Last Night I tried to install GnuC (1.36 I believe) on my Harddisk. I put the gcc to /usr/local and the other binaries to /usr/local/lib. I tried many directories to store the #include files in. I have an gnu.man which told me to put them to /usr/local/lib/gcc-include or to /usr/include Both directories were ignored from GnuC. Finaly I gave the option -I/usr/include which then worked. Q1: Does anybody know where to put the include files, so I don't need to use the -I option ? After "solving" this problem I tried GnuC on several source-files, especially on elvis and an newer(?) version of ls. I gave most of the library files via -l option, but he still said "_strchr not defined". strchr is a function from the strings.h-include file. All other functions of that includefile are ok, this one not (but is used by ls). Q2: Any suggestions? Ciao, Michael. PS: Once again: Sorry, I'm german and english is not my native language.