From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Louis Marascio Cc: egcs@cygnus.com Subject: Re: Environment variable to pass in options? Date: Sun, 07 Dec 1997 21:22:00 -0000 Message-id: <16753.881558699@hurl.cygnus.com> References: X-SW-Source: 1997-12/msg00439.html In message < XFMail.971207233249.lmarasci@stevens-tech.edu >you write: > >Sounds reasonable. Why don't you try to put one into your environment > >from the shell, then trying to compile a simple program which includes > >something from that dir. Start simple to make sure the basic feature > >works, then look at the bigger problem. Quite odd since C_INCLUDE_PATH and CPLUS_INCLUDE_PATH seem to work just fine for me. Add "-v" to the compile line in your example and see what cpp prints as its include path. jeff