Hi Thomas,
Yes, I did run make gnu-includes elf-libraries in /usr/src and the
system I'm using is 3.2.0 (the one which can be downloaded from the
minix3 page). So I'm not tracking current. Please, find the config.log
below.
Regards,
r0ller
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:620: checking host system type
configure:641: checking target system type
configure:659: checking build system type
configure:693: checking for a BSD compatible install
configure:746: checking whether build environment is sane
configure:803: checking whether make sets ${MAKE}
configure:843: checking for working aclocal
configure:856: checking for working autoconf
configure:869: checking for working automake
configure:882: checking for working autoheader
configure:895: checking for working makeinfo
configure:909: checking whether make sets ${MAKE}
configure:938: checking for gcc
configure:1051: checking whether the C compiler (gcc ) works
configure:1067: gcc -o conftest conftest.c 1>&5
configure:1093: checking whether the C compiler (gcc ) is a cross-
compiler
configure:1098: checking whether we are using GNU C
configure:1107: gcc -E conftest.c
configure:1126: checking whether gcc accepts -g
configure:1158: checking for POSIXized ISC
configure:1182: checking whether the C compiler (gcc) compiles and
links a simple C program
configure:1203: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1235: checking for c++
configure:1267: checking whether the C++ compiler (g++ ) works
configure:1283: g++ -o conftest conftest.C 1>&5
configure:1309: checking whether the C++ compiler (g++ ) is a cross-
compiler
configure:1314: checking whether we are using GNU C++
configure:1323: g++ -E conftest.C
configure:1342: checking whether g++ accepts -g
configure:1530: checking whether the C++ compiler (g++) compiles a
simple program
configure:1551: g++ -o conftest -g -O2 conftest.C 1>&5
configure:1545:22: error: iostream.h: no such file or directory
configure: In function 'int main()':
configure:1547: error: 'cout' was not declared in this scope
configure: failed program was:
#line 1544 "configure"
#include "confdefs.h"
#include <iostream.h>
int main() {
cout << "hello, world!";
; return 0; }
> > > - Show quoted text -- Hide quoted text -