I have just installed a linux on my desktop box (pclinuxOS)[ which is really well put together ] and I've been trying to compile an ip updater for dyndns.
the
./configure
part goes ok and shows no errors, but when i run
make
I get the following
gcc -g -O2 -o ez-ipupdate ez-ipupdate.o conf_file.o md5.o cache_file.o pid_file.o
conf_file.o(.text+0x270): In function `parse_conf_file':
/root/Desktop/exip/ez-ipupdate-3.0.11b7/conf_file.c:88: undefined reference to `errno'
collect2: ld returned 1 exit status
make: *** [ez-ipupdate] Error 1
error encountered
using "kedit" line 88 looks like this
{
fprintf(stderr, "could not open config file \"%s\":%s\n", fname, error_string);
return(-1);
}
I've said it before that I'm no coder so I have also included the conf_file.c as an attachment.(remove the .txt for the raw conf_file.c)
If any of you REALcoders can figure this out and maybe a brief description of what I am actually looking for it would be great.
BTW: I didn't know where else to turn and this was the only place I could think of, feel free to use the dc messages to reply, or e-mail at
[email protected] if the forum isn't the right place to do it. thanks again forum.