09-23-04 02:13 PM
Dragan Cvetkovic <me@privacy.net> wrote in message news:<lm65669see.fsf@privacy.net>...[vbco
l=seagreen]
> Rich Teer <rich.teer@rite-group.com> writes:
>
>
> Except for {shm,msg,sem}ids(2), of course.
>
> Dragan[/vbcol]
Dear Sir Rich Teer and all,
Thanks a lot for ur reply....
Pls may I tell again my problem detail.....
I downloaded unpv22e from Internet to test Sys V IPC......
And then, I try to run many files from that folder....
When I compile some files the path are unpv22e/svmsg/msgcreate.c,
msgsnd.c , msgrcv.c, limits.c, I found the similar errors firstly. The
errors are
'MSG_R'undeclared (Each undeclared identifier is reported only once
for each function it appears in.)
and 'MSG_W' undeclared(first use in this function)
and also similar from msgsnd.c, with the above error and the next
error is
dereferencing pointer to incomplete type
So, I configured the header file unpipc.h and comment out some
prototypes...
After that, when I compile them again, I found the other errors....
In that time, the errors are:
In function main:undefined reference Msgget()
undefined reference Getopt()
undefined reference Ftok()
undefined reference err_quit()
So, would u mind advising to solve those errors?...
Thanks in advance,
Zaw
[ Post a follow-up to this message ]
|