This is the mail archive of the gcc-bugs@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: egcs 1.1.2 i386-mingw32 bootstrap problems.


Mumit Khan wrote:
[...]
> My installation instructions posted on my web page does mention this (this is
> the cryptic ``cd gcc; make installdirs'' ...).
> 
> This is an unfortunate side effect of the relative pathname patches that are
> not part of the standard distributions.
> 
> Regards,
> Mumit

Oops, missed that sorry.

Regarding those patches can you explain to me this error message:

---- c.c ----
void __attribute__((dllimport)) foo (void);
void (*f) (void) = foo;
--------------

$ i386-mingw-gcc -c c.c
c.c:2: initializer element is not constant
$

This is used in tcl 8.0.5 which does similair things. 

Regards, --Maarten.

--
Maarten Huisjes			
Emendo Software Group			P.O. Box 3108
2130 KC  HOOFDDORP			Tel. +31 23 5622929
The Netherlands				Fax. +31 23 5627052


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