This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: cpp error using g++ and make
- To: Michael dot Fortenberry at Dialogic dot com, gcc-bugs at gcc dot gnu dot org
- Subject: Re: cpp error using g++ and make
- From: Mike Stump <mrs at windriver dot com>
- Date: Tue, 25 Jul 2000 16:50:32 -0700 (PDT)
> From: "Fortenberry, Michael" <Michael.Fortenberry@Dialogic.com>
> To: "'gcc-bugs@gcc.gnu.org'" <gcc-bugs@gcc.gnu.org>
> Date: Tue, 25 Jul 2000 14:46:12 -0400
> cpp: installation problem, cannot exec `cpp': Arg list too long
Probably not a bug in the compiler, but rather a limitation from the
early 1980s from the OS you are using. Please install linux and you
will notice this bug goes away.
Use the -v option to the compiler to see the command line. The one
that is being used isn't the one you see.
If you want a fix, you will have to ask your OS company for one.