Edit history for page: generating the smallest possible, self-contained executable

revision author date description r1 r2
40809 sjamaan Wed Oct 20 08:18:00 2021 Remove -uses library as that is inferred by the import statement at the top
40808 sjamaan Wed Oct 20 08:13:00 2021 Also add -DHAVE_CHICKEN_CONFIG_H to the first gcc call
40807 sjamaan Wed Oct 20 07:57:00 2021 Add (import scheme) expression which is required due to -explicit-use, and remove mention of buildtag.h which is obsolete
40806 sjamaan Wed Oct 20 07:47:00 2021 Add -DHAVE_CHICKEN_CONFIG_H to compilation instructions for smallest possible self contained executable (otherwise runtime.c will crap out with lots of errors)
31126 mario Fri Jul 18 00:19:00 2014 Properly capitalize CHICKEN on the wiki directory (only first level). I used the following shell script to change things: while IFS= read -d $'\0' -r file ; do sed -i 's/Chicken/CHICKEN/g' "$file" done < <(find wiki -maxdepth 1 -type f -print0 ) Some files have been manually reverted after that, since some substitutions don't apply: - friedly-chicken (repl banner) - survey2011 (Chicken in URI paths) - chickenista-guide (Chickenista) I hope the link canonicalization thing will be on my side.
30094 estevo Sat Nov 23 21:11:00 2013 Add library.c dependencies: build-version.c and (transitively) buildtag.h.
18971 mario Sat Jul 24 15:34:00 2010 Replaced <scheme> tag by <enscript highlight=scheme>
16353 felix Tue Nov 3 12:38:00 2009 various changes; added emacs page
6648 svnwiki Fri Nov 2 16:20:00 2007 Changes applied for Anonymous (193.11.12.233) through svnwiki: added an unanswered question
4904 svnwiki Thu Jul 5 06:54:00 2007 Changes applied for Shawn W (4.242.87.234) through svnwiki: Added reference to -mdynamic-no-pic on OS X. Added table of contents
1578 svnwiki Mon Aug 28 14:40:00 2006 Changes applied for Mario (200.132.45.151) through svnwiki: Reverting vandalism.
1483 svnwiki Mon Aug 28 05:36:00 2006 Changes applied for Reg Joynt (62.189.34.9) through svnwiki:
1152 svnwiki Wed Jun 28 23:56:00 2006 Changes applied for Mario (201.47.218.151) through svnwiki: Migrating the "Generating the smallest possible, self-contained executable" page from the "Tips and tricks" section from coop to svnwiki.