compiling djb’s 822field on Ubuntu x64 / gcc 4.1.2 ? Here’s a hint

It works much better if you edit ‘compile’ to read:


#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
exec gcc -include /usr/include/errno.h -O2 -c ${1+”$@”}

the -include /usr/include/errno.h part is the part that makes it work. 😉

Leave a Reply