This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs-1.1.2 configuration error (linux)



On Fri, 26 Mar 1999, Rolf Mantel wrote:
 
> On 25 Mar 1999, Alexandre Oliva wrote:
> 
> > On Mar 25, 1999, Rolf Mantel <mantel@mathematik.uni-marburg.de> wrote:
> > 
> > > On 25 Mar 1999, Alexandre Oliva wrote:
> > 
> > >> At least /usr/local/include/g++ should be in the include-path, but
> > >> it seems not to be there?
> > 
> > > $ make bootstrap
> > > $ su
> > > # make install
> > 
> > Was /usr/local/include/g++ created?  Are the timestamps of the files
> > in there recent?
> 
> /usr/local/include/g++ does not exist.

Further testing shows:

1.) configure --with-gxx-include-dir=/usr/include/g++;make bootstrap;make
install
does install the g++ libraries in /usr/include/g++ but the executable
doesn't search this.

2.) after creation of /usr/local/include/g++ , this is the first directory
in the include path.

My solution: create link from /usr/local7include/g++ to /usr/include/g++

Rolf Mantel






Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]