hai all,
i am trying to compile svinit in my system , the following error message
will be displayed, please give the clarifiaction for the issue.
cc -g svinit.o -o svinit
svinit.o(.text+0x509): In function `execThroughSyslog':
/sample/svinit-0.1-1/svinit.c:233: undefined reference to `errno'
svinit.o(.text+0x659): In function `execCustomLogProgram':
/sample/svinit-0.1-1/svinit.c:284: undefined reference to `errno'
svinit.o(.text+0x75a): In function `execCustomLogLogger':
/sample/svinit-0.1-1/svinit.c:326: undefined reference to `errno'
collect2: ld returned 1 exit status
make: *** [svinit] Error 1
thanks
balamurugan.j
>>>>> "balamurugan" == balamurugan <[email protected]> writes:
balamurugan> hai all, i am trying to compile svinit in my system , the
balamurugan> following error message will be displayed, please give
balamurugan> the clarifiaction for the issue.
balamurugan> cc -g svinit.o -o svinit svinit.o(.text+0x509): In
Balamurugan,
You seem to have found the wrong list. Please be advised that
linux-kernel is not intended for discussing compilation problems with
random userland applications.
When you have a kernel related question you are very welcome to post
that.
Sincerly,
Jes