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: multiple definition error



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!


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