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]
Other format: [Raw text]

Re: Cross Compiler Unix - Windows


On 29 Aug 2005, Gerald Pfeifer said:
> On Fri, 26 Aug 2005, Nix wrote:
>> --enable-version-specific-runtime-libs and
>> --program-{prefix,suffix,transform-name} and make slight adjustments
>> after installation (ditch libiberty.a and some locale and manpage stuff
>> that doesn't get its name suitably adjusted).
> 
> 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.

Well, the man and info pages are always the same (assuming you're
installing the same GCC release targetted differently), so there's
no real problem there. The same seems to be true of libgcj.pc and
mf-runtime.h.

The ffi.h thing really is a bug with consequences: the thing's got
target-dependent contents :/

-- 
`... published last year in a limited edition... In one of the
 great tragedies of publishing, it was not a limited enough edition
 and so I have read it.' --- James Nicoll


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