Relocation Notes
From Openembedded.org
Revision as of 16:40, 10 March 2010 by 24.251.170.95 (talk)
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