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 20:24:00 -0000 Message-id: <13500.881555241@hurl.cygnus.com> References: X-SW-Source: 1997-12/msg00433.html In message < XFMail.971207231853.lmarasci@stevens-tech.edu >you write: > It goes on for quite a while. After this I do: > CPLUS_INCLUDE_PATH = $(INCLUDEMANIFEST) > export CPLUS_INCLUDE_PATH > > Am I doing something wrong here? TOPDIR is defined and there are no spelli > ng > errors within the manifest. Any ideas as to what might be causing it to > overlook the directories? 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. jeff