This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Cross Compiler Unix - Windows
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Nix <nix at esperi dot org dot uk>
- Cc: karuottu at mbnet dot fi, gcc-help at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Date: Sun, 18 Sep 2005 00:53:06 +0200 (CEST)
- Subject: Re: Cross Compiler Unix - Windows
- References: <404974C1-D943-4008-8A58-4D3F51D2A2C0@makoglobal.com><E5AD3274-4798-40EC-9420-00674EBFD26D@apple.com><10ACCE39-AF0E-45AC-A7E5-F3695096C3D0@makoglobal.com><04D9AE3F-0709-4F69-AAEF-2ED112C3C83D@apple.com> <430ECBFE.1020707@mbnet.fi><87y86oxwje.fsf@amaterasu.srvr.nix> <Pine.BSF.4.62.0508292111340.78815@pulcherrima.dbai.tuwien.ac.at><871x4bbdfd.fsf@amaterasu.srvr.nix>
On Tue, 30 Aug 2005, Nix wrote:
>> mudflap is an offender as well, see Bugzilla #18244 (libmudflap
>> installs include/mf-runtime.h in version-independent path).
>>
>> Java has libdata/pkgconfig/libgcj.pc and include/ffi.h.
>>
>> And, like the man pages, the info files do not honor --program-suffix,
>> but for regular C, C++, Objective-C and Fortran development neither of
>> is a real killer, agreed.
> The ffi.h thing really is a bug with consequences: the thing's got
> target-dependent contents :/
This is now Bugzilla java/23935 ($PREFIX/include/ffi.h needs to go to a
target- and -version-dependent location), in case someone knowledgeable
wants to have a look.
Gerald