On Wed, Jul 11, 2001 at 03:03:41PM +0100, [EMAIL PROTECTED] wrote: > lpd.o(.text+0x16a): undefined reference to `__errno_location'
You have to include <errno.h>. After that, it can be used like a normal lvalue. Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann GNU http://www.gnu.org [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.marcus-brinkmann.de

