Difference between revisions of "Relocation Notes"
From Openembedded.org
Line 9: | Line 9: | ||
* The nixpkgs project uses a few techniques for working around relocation issues, but the main one appears to be a "wrapper generator" script to create wrappers that set env vars. | * The nixpkgs project uses a few techniques for working around relocation issues, but the main one appears to be a "wrapper generator" script to create wrappers that set env vars. | ||
* For .NET software using the Mono framework, see http://www.mono-project.com/Guidelines:Application_Deployment#Relocation. | * For .NET software using the Mono framework, see http://www.mono-project.com/Guidelines:Application_Deployment#Relocation. | ||
+ | * [http://wp.colliertech.org/cj/?p=164 Producing relocatable packages with the GNU build system] |
Revision as of 16:40, 10 March 2010
Interesting resources:
- Relocation macros in the Autoconf Macro Archive
- Autopackage project
- Apbuild / Apgcc
- Guide to Making Relocatable Applications (BinReloc 2.0)
- Gnulib relocation macro(s)
- The nixpkgs project uses a few techniques for working around relocation issues, but the main one appears to be a "wrapper generator" script to create wrappers that set env vars.
- For .NET software using the Mono framework, see http://www.mono-project.com/Guidelines:Application_Deployment#Relocation.
- Producing relocatable packages with the GNU build system