mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] mingw-utils


From: Volker Grabsch
Subject: Re: [Mingw-cross-env-list] mingw-utils
Date: Tue, 14 Sep 2010 14:07:30 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Volker Grabsch <address@hidden> schrieb:
> M. Gerhardy <address@hidden> schrieb:
> > yes - i've fixed that already in my local version - i don't need them
> > cross compiled. but i need reimp and pexport native to convert
> > existing lib files.
> 
> You may want to install them into $(PREFIX)/bin rather than
> $(PREFIX)/$(TARGET)/bin. Or install them into the latter and
> symlink to the former. That way, the tools are in your PATH.
> 
> However, don't forget to _always_ prefix their file name with
> "$(TARGET)-". The $(PREFIX)/bin/ directory should never contain
> unprefixed files.

One additional note: The cleanest ways seems to be the way
we go in nsis.mk, that is:

    $(INSTALL) -m755 '$(PREFIX)/$(TARGET)/bin/makensis' 
'$(PREFIX)/bin/$(TARGET)-makensis'

However, in case the mingw-utils package itself allows you
to install prefixed binaries, you should of course use their
mechanism instead. This is what we do in gcc.mk and binutils.mk,
for instance.


Greets,
Volker

-- 
Volker Grabsch
---<<(())>>---
Administrator
NotJustHosting GbR



reply via email to

[Prev in Thread] Current Thread [Next in Thread]