[OmniOS-discuss] Anyone built Horde?
Michael Mounteney
gate03 at landcroft.co.uk
Sat Sep 13 23:36:58 UTC 2014
Partly answering my own question, I managed to break into the build
process so that pecl didn't delete config.log. It contains:
configure:2857: gcc -o conftest conftest.c >&5
conftest.c:9:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.
Even though:
root at horde:~# find / -name stdio.h
/opt/gcc-4.8.1/include/c++/4.8.1/tr1/stdio.h
/opt/gcc-4.8.1/lib/gcc/i386-pc-solaris2.11/4.8.1/include/ssp/stdio.h
It was a straightforward installation of gcc:
# pkg install gcc48
So surely it should be configured to find the headers with which it was
installed?
Michael.
More information about the OmniOS-discuss
mailing list