From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: holme@pos.megalink.net Cc: gnu@gnu.org, help-gcc@gnu.org Subject: Re: GCC 2.95 and Solaris 2.7 (using GCC 2.72 built on solaris 2.5) problem Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <200002190035.BAA31167@loewis.home.cs.tu-berlin.de> References: <200002182337.SAA13379@mescaline.gnu.org> X-SW-Source: 2000-q1/msg00262.html Message-ID: <20000401000000.RbI1IaEP-yu1y-weDrTFx6UV7d7Yq0bW4dHI4Ez4ILU@z> > 1) Was I right to rename (and make a new empty) gcc include > directory before installing? No. gcc produces those at installation time for a purpose, namely, to fix known errors in the system header files. This means you cannot lightly move a gcc installation from one operating system to another - even if they are relatively similar, such as Solaris 2.5 and Solaris 7. In theory, re-running 'fixincludes' might help, but that is only an option for experts. > 2) Why am I having a problem with varargs.h? I don't know. From your message it was not clear what *exactly* the error message was you where getting, or what commands had been producing it. I recommend that you install a binary version of gcc 2.95.2 on your system instead; follow the binaries link at the gcc.gnu.org. Regards, Martin