[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ltdl, -ansi compiler flag and windows host
From: |
Ralf Wildenhues |
Subject: |
Re: ltdl, -ansi compiler flag and windows host |
Date: |
Sun, 15 Nov 2009 14:21:02 +0100 |
User-agent: |
Mutt/1.5.20 (2009-08-09) |
Hello Roumen,
* Roumen Petrov wrote on Sun, Nov 15, 2009 at 01:39:03PM CET:
> The modification of lt_private .h is result of this discussion
> http://www.mail-archive.com/address@hidden/msg02530.html
Actually, I don't know why I added that "|| __STRICT_ANSI__" there at
all. I'm hesitant to change it without knowing though.
You should be able to work around this issue with adding something like
this to your CPPFLAGS (untested):
'-D__attribute__(X)=__attribute__(X)'
Cheers,
Ralf