plz help + UNIX NETWORK PROGRAMMING

2005-12-26 Thread e8033102
Dear
I installed the package autoconf but still day time client is not working
following error occur

plz help

[EMAIL PROTECTED] ~]$ gcc -o byteorder byteorder.c
byteorder.c:1:17: unp.h: No such file or directory
byteorder.c: In function `main':
byteorder.c:10: error: `CPU_VENDOR_OS' undeclared (first use in this
function)
byteorder.c:10: error: (Each undeclared identifier is reported only once
byteorder.c:10: error: for each function it appears in.)


i am lookinf forward from you
misc@openbsd.org



Re: plz help + UNIX NETWORK PROGRAMMING

2005-12-26 Thread Tony
[EMAIL PROTECTED] wrote:

 Dear
 I installed the package autoconf but still day time client is not working
 following error occur

 plz help

 [EMAIL PROTECTED] ~]$ gcc -o byteorder byteorder.c
 byteorder.c:1:17: unp.h: No such file or directory
 byteorder.c: In function `main':
 byteorder.c:10: error: `CPU_VENDOR_OS' undeclared (first use in this
 function)
 byteorder.c:10: error: (Each undeclared identifier is reported only once
 byteorder.c:10: error: for each function it appears in.)


 i am lookinf forward from you
 misc@openbsd.org

Me, I'm just a kibitzer on the list, but there is some painfully missing
information. It appears that you have some trouble installing an unspecified
package autoconf on an unspecified system. I assume that the package and
the system are both some sort of OpenBSD (as opposed to some kind of Linux).
There is nothing to suggest whether this is a vax or macppc or sparc.
Packages, ports, systems, on OpenBSD appear to NOT be a mix-and-match.
Stuff for the wrong system can be expected to fail, consistently.
Since none has been specified, the answer is almost certainly that you are
mixing things that were never intended to be mixed.