[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building m4 on BSDI 4.0.1
From: |
Paul Eggert |
Subject: |
Re: Building m4 on BSDI 4.0.1 |
Date: |
Tue, 12 Dec 2006 23:38:45 -0800 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
Chris McGuire <address@hidden> writes:
> I suspect that it is just a matter of configure not applying changes
> it would make to BSD/OS 4.1 to my BSDI 4.0.1 box.
Yes, most likely so. But to turn this vague idea into code that
actually works for you, we need a concrete example of a simple
C program that does not work on your host. Something like this:
#include <wchar.h>
#include <sys/types.h>
wchar_t foo;
or whatever the pattern is that makes your C compiler reject
the program.
On second thought, perhaps you should just remove /usr/include/wchar.h
on your host. That solves your problem, and the file can't be doing
you any good anyway.
Re: Building m4 on BSDI 4.0.1, Stepan Kasal, 2006/12/14
Re: Building m4 on BSDI 4.0.1, Eric Blake, 2006/12/20