This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: multiple definition error
- To: "GCC-List" <gcc-help at gcc dot gnu dot org>
- Subject: RE: multiple definition error
- From: "Jean-Pierre Schwickerath" <gcc-list at schwicky dot net>
- Date: 11 Mar 2001 10:25:39 CET
- References: <000a01c0a9a2$a44427a0$58e3113f@0020222191>
- Reply-To: "Jean-Pierre Schwickerath" <gcc-list at schwicky dot net>
Hi,
Thanks for the advice, I tried it, but it makes no difference, the make process
just fails at the same point.
Do I need to have a working c++ compiler to compile gcc with languages c, c++
and objective-c ?
On Sat, 10 Mar 2001 15:42:35 -0500, wezy726 said:
> Try configuring gcc with an environment variable "CPPFLAGS" equal to '-Dre_max_failures=re_max_failures2'.
> This stopped several of the packages I am building from giving a similar error, although I don't remember gcc being one of them.
>
> To set CPPFLAGS in bash / sh:
>
> set CPPFLAGS='stuff up there' ;
> configure ... ;
> unset CPPFLAGS ;
> make ... ;
>
> If you're using tcsh / csh use `setenv` and `unsetenv` for `set` and `unset,` respectively.
>
> It is also possible to define the environment (CPPFLAGS) prior to the command on the same line in most shells.
>
> i.e. CPPFLAGS='stuff' configure ... ;
>
> I hope this helps.
>
--
Jean-Pierre Schwickerath - Powered by GNU/LinuX!
E-Mail: email@schwicky.net - http://schwicky.net
PGP Key ID: 0x48C39212 - AIM: Schwicky - ICQ's UIN: 4690141
Nothing's impossible... Everything is relative!