This is the mail archive of the gcc-help@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: Compiling 2.95.2 on Solaris 2.6 x86



>cd /data/src/gcc
>gzip -d gcc-2.95.2.tar.gz
>tar xf gcc-2.95.2.tar
>mkdir gccobjs
>cd gccobjs
>../gcc-2.95.2/configure
>make bootstrap
>
>This resulted in the system.h header not being found for 
>texinfo/makeinfo,
>because it was looked for in 
>/data/src/gcc/gccobjs/texinfo/lib, when in fact
>it was in /data/src/gcc/gcc.2-95.2/texinfo/lib. i.e. the -I 
>../lib pointed
>to the object directories, not the source directories.

  That's strange.  Are you using GNU make?  Building when objdir != srcdir
requires a make utility that understands the VPATH macro, I don't know
whether the solaris make does or not.

  I don't have any immediate guesses to offer about the comparison 
failures.  

      DaveK
-- 
The Boulder Pledge: "Under no circumstances will I ever purchase anything 
offered to me as the result of an unsolicited email message. Nor will I 
forward chain letters, petitions, mass mailings, or virus warnings to large 
numbers of others. This is my contribution to the survival of the online
community."


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

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