Hi.
 
I need to compile the mountd.c program with the debbuger option.
 
I wrote the command:
 
# gcc -g mountd.c
And I received these errors:

In file included from mountd.h:14,
                 from mountd.c:22:
nfslib.h:117: warning: `union nfsctl_res' declared inside parameter list
nfslib.h:117: warning: its scope is only this definition or declaration,
which is probably not what you want.
nfslib.h:117: warning: `struct nfsctl_arg' declared inside parameter list
nfslib.h:119: warning: `struct nfsctl_client' declared inside parameter list
nfslib.h:120: warning: `struct nfsctl_client' declared inside parameter list
nfslib.h:121: warning: `struct nfsctl_export' declared inside parameter list
nfslib.h:122: warning: `struct nfsctl_export' declared inside parameter list
mountd.c: In function `mount_mnt_1_svc':
mountd.c:76: dereferencing pointer to incomplete type
mountd.c: In function `mount_mnt_3_svc':
mountd.c:224: dereferencing pointer to incomplete type
mountd.c:225: dereferencing pointer to incomplete type
 
Can you help me, please?
 
Sorry for my english. This isn't my original language.
 
Thanks in advance, Myriam from Argentina.

Reply via email to