bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New Patches for SCO OpenServer 5.0.X and UnixWare 7.1.X and OpenUNIX


From: Derek Robert Price
Subject: Re: New Patches for SCO OpenServer 5.0.X and UnixWare 7.1.X and OpenUNIX 8.0.0
Date: Fri, 09 May 2003 14:30:00 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02


Boyd Lynn Gerber wrote:

I just downloaded it and had the failure.  I did a ...

$ make distclean
$ ./configure
$ make

Same error.  Below is the relevant part of config.log.  I have attached
the config.log file.

configure:4705: checking for S_ISSOCK
configure:4730: gcc -c -g -O2  conftest.c >&5
configure:4733: $? = 0
configure:4736: test -s conftest.o
configure:4739: $? = 0
configure:4786: result: yes
Can you compile the following by hand?

#include <sys/stat.h>
int main( int argc, char **argv )
{
    int a;
    S_ISSOCK(a);
}



If so, why? Is a header being excluded somehow for buffer.c? If not, why does configure manage to compile it?

Derek

--
              *8^)

Email: derek@ximbiot.com

Get CVS support at <http://ximbiot.com>!
--
Man who run behind car get exhausted.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]