> Recently Linus posted elcr.c that looks like this:
[ code snipped ]
> but if I try to compile it - it won't link because inb() is unresolved.

Enable optimizations (any level):
  gcc -O elcr.c -o elcr

--Patrick

Reply via email to