Relocation Notes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Interesting resources: | Interesting resources: | ||
* Relocation macros in the Autoconf Macro Archive | * Relocation macros in the Autoconf Macro Archive | ||
** [http://www.gnu.org/software/autoconf-archive/ax_compute_standard_relative_paths.html AX_COMPUTE_STANDARD_RELATIVE_PATHS] | |||
* Autopackage project | * Autopackage project | ||
** Apbuild / Apgcc | ** Apbuild / Apgcc |
Revision as of 16:33, 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.