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: Boyd Lynn Gerber
Subject: Re: New Patches for SCO OpenServer 5.0.X and UnixWare 7.1.X and OpenUNIX 8.0.0
Date: Fri, 9 May 2003 12:05:22 -0600 (MDT)

> Is it possible that one of the includes is being skipped for some reason
> on your platform?  Or maybe you didn't `make distclean' before updating
> and rerunning configure?  I added a test compile of the following code
> to the configure script:
>
> #include <sys/stat.h>
> int main( int argc, char **argv )
> {
>     int a;
>     S_ISSOCK(a);
> }
>
> I can't imagine that that compiles on your platform unless S_ISSOCK is
> defined in sys/stat.h.  Unless maybe I typo'd the AC_DEFINE_UNQUOTED
> portion...  which I did, but the typo shouldn't have caused the error
> message you reported.
>
> I just checked in a fix for my typo.  Could you `make distclean' your
> source, pull down the new version, configure it, and test it again.
>  Then please send me your `config.log' if it still isn't working.

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

tt,

--
Boyd Gerber <gerberb@zenez.com>
ZENEZ   1042 East Fort Union #135, Midvale Utah  84047

Attachment: config.log
Description: config.log


reply via email to

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