Re: New Patches for SCO OpenServer 5.0.X and UnixWare 7.1.X and OpenUNIX 8.0.0
Derek Robert Price <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.bugs |
|---|---|
| Organization | Ximbiot <http://ximbiot.com> |
| Message-ID | <[email protected]> |
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: [email protected]
Get CVS support at <http://ximbiot.com>!
--
Man who run behind car get exhausted.