|
G. Pape socklog socklog - use dietlibcTo recompile the socklog programs with the diet libc, check that you have the recent version of dietlibc installed. Change to the package directory of socklog: # cd /package/admin/socklog/Change the conf-cc and conf-ld to use diet: # echo 'diet gcc -O2 -Wall' >src/conf-cc # echo 'diet gcc -s -Os -pipe' >src/conf-ldRebuild and install the socklog programs: # package/install Gerrit Pape <pape@smarden.org> $Id: usedietlibc.html,v 1.3 2002/08/07 21:45:07 pape Exp $ |