Mail Archives: djgpp/2001/06/07/10:42:55
Hi,
I just looked myself, and something definitely went wrong with generating
that file. Here it is:
=========================================
static char *multilib_raw[] = {
tmpmultilib does not exist
tmpmultilib does not exist
tmpmultilib2 does not exist
". ;",
NULL
};
static char *multilib_matches_raw[] = {
NULL
};
static char *multilib_extra = "";
tmpmultilib2 does not exist
=========================================
The files tmpmultilib and tmpmultilib2 are present in the
C:\DJGPP\gnu\gcc-2.953\build.djg\gcc directory which is where multilib.h is
as well.
Thanks,
Mark
> -----Original Message-----
> From: tim AT riker DOT skynet DOT be [mailto:tim AT riker DOT skynet DOT be]On Behalf Of Tim
> Van Holder
> Sent: Thursday, June 07, 2001 06:25
> To: Mark Stephen Krueger
> Cc: djgpp AT delorie DOT com
> Subject: Re: rebuilding gcc 2.953 from sources failure
>
>
> Hi,
>
> > I am rebuilding gcc 2.95.3 and I am getting the following error:
>
> > multilib.h:2: `tmpmultilib' undeclared here (not in a function)
> > multilib.h:2: initializer element is not constant
> > multilib.h:2: (near initialization for `multilib_raw[0]')
> > multilib.h:2: parse error before `does'
> > multilib.h:14: parse error before `does'
>
> Could you post the contents of this file (multilib.h)?
>
> Normally, for a non-multilib-using environment, it should
> look something
> like this:
>
> static const char *const multilib_raw[] = {
> ". ;",
> NULL
> };
>
> static const char *const multilib_matches_raw[] = {
> NULL
> };
>
> static const char *multilib_extra = "";
>
> static const char *const multilib_exclusions_raw[] = {
> NULL
> };
>
>
> My guess is that the build process screwed up creating this
> file; seeing
> its contents may point to a probable cause.
>
> --
> Tim Van Holder - Anubex N.V.
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> =-=-=-=-=
> This message was posted using plain text. I do not endorse any
> products or services that may be hyperlinked to this message.
>
- Raw text -