~ chicken-core (chicken-5) 1fc71673073b208177d6a3c2e7cab60ec9f598b7
commit 1fc71673073b208177d6a3c2e7cab60ec9f598b7 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Fri Feb 26 12:01:52 2010 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Fri Feb 26 12:01:52 2010 +0100 relative path is allowed for -prefix diff --git a/manual/Deployment b/manual/Deployment index 6684e7a9..c799b0f0 100644 --- a/manual/Deployment +++ b/manual/Deployment @@ -72,8 +72,6 @@ You can even install extensions inside the application directory: -rwxr-xr-x 1 felix felix 7972753 2010-02-22 20:19 libchicken.so.5 -rwxr-xr-x 1 felix felix 34839 2010-02-22 20:19 myprogram -(Note that the prefix must be an absolute path) - We can check with ldd that those compiled extension libraries are linked with the correct library:Trap