| 1 | | |
| | 1 | Copy in Haiku config.guess/config.sub, then ./configure gives: |
| | 2 | |
| | 3 | ~/ruby-1.8.7-p22> ./configure --prefix=/boot/common |
| | 4 | checking build system type... i586-pc-haiku |
| | 5 | checking host system type... i586-pc-haiku |
| | 6 | checking target system type... i586-pc-haiku |
| | 7 | checking for gcc... gcc |
| | 8 | checking for C compiler default output file name... conftest |
| | 9 | checking whether the C compiler works... yes |
| | 10 | checking whether we are cross compiling... no |
| | 11 | checking for suffix of executables... |
| | 12 | checking for suffix of object files... o |
| | 13 | checking whether we are using the GNU C compiler... yes |
| | 14 | checking whether gcc accepts -g... yes |
| | 15 | checking for gcc option to accept ISO C89... none needed |
| | 16 | checking how to run the C preprocessor... gcc -E |
| | 17 | checking for grep that handles long lines and -e... /bin/grep |
| | 18 | checking for egrep... /bin/grep -E |
| | 19 | checking whether gcc needs -traditional... no |
| | 20 | checking whether the linker is GNU ld... yes |
| | 21 | checking whether gcc -E accepts -o... yes |
| | 22 | checking for bison... bison -y |
| | 23 | checking for ranlib... ranlib |
| | 24 | checking for ar... ar |
| | 25 | checking for as... as |
| | 26 | checking whether ln -s works... yes |
| | 27 | checking whether make sets $(MAKE)... yes |
| | 28 | checking for a BSD-compatible install... /bin/install -c |
| | 29 | checking for AIX... no |
| | 30 | checking for ANSI C header files... yes |
| | 31 | checking for sys/types.h... yes |
| | 32 | checking for sys/stat.h... yes |
| | 33 | checking for stdlib.h... yes |
| | 34 | checking for string.h... yes |
| | 35 | checking for memory.h... yes |
| | 36 | checking for strings.h... yes |
| | 37 | checking for inttypes.h... yes |
| | 38 | checking for stdint.h... yes |
| | 39 | checking for unistd.h... yes |
| | 40 | checking minix/config.h usability... no |
| | 41 | checking minix/config.h presence... no |
| | 42 | checking for minix/config.h... no |
| | 43 | checking for special C compiler options needed for large files... no |
| | 44 | checking for _FILE_OFFSET_BITS value needed for large files... no |
| | 45 | checking for long long... yes |
| | 46 | checking for off_t... yes |
| | 47 | checking for int... yes |
| | 48 | checking size of int... 4 |
| | 49 | checking for short... yes |
| | 50 | checking size of short... 2 |
| | 51 | checking for long... yes |
| | 52 | checking size of long... 4 |
| | 53 | checking for long long... (cached) yes |
| | 54 | checking size of long long... 8 |
| | 55 | checking for __int64... no |
| | 56 | checking size of __int64... 0 |
| | 57 | checking for off_t... (cached) yes |
| | 58 | checking size of off_t... 8 |
| | 59 | checking for void*... yes |
| | 60 | checking size of void*... 4 |
| | 61 | checking for float... yes |
| | 62 | checking size of float... 4 |
| | 63 | checking for double... yes |
| | 64 | checking size of double... 8 |
| | 65 | checking for time_t... yes |
| | 66 | checking size of time_t... 4 |
| | 67 | checking for pid_t... yes |
| | 68 | checking for gid_t... yes |
| | 69 | checking for uid_t... yes |
| | 70 | checking for prototypes... yes |
| | 71 | checking token paste string... ansi |
| | 72 | checking for variable length prototypes and stdarg.h... yes |
| | 73 | checking for noreturn function attribute... __attribute__ ((noreturn)) x |
| | 74 | checking for noinline function attribute... x |
| | 75 | checking for RUBY_EXTERN... no |
| | 76 | checking whether sys_nerr is declared... no |
| | 77 | checking for crypt in -lcrypt... no |
| | 78 | checking for dlopen in -ldl... no |
| | 79 | checking for shl_load in -ldld... no |
| | 80 | checking for dirent.h that defines DIR... yes |
| | 81 | checking for library containing opendir... no |
| | 82 | checking for ANSI C header files... (cached) yes |
| | 83 | checking for sys/wait.h that is POSIX.1 compatible... yes |
| | 84 | checking for stdlib.h... (cached) yes |
| | 85 | checking for string.h... (cached) yes |
| | 86 | checking for unistd.h... (cached) yes |
| | 87 | checking limits.h usability... yes |
| | 88 | checking limits.h presence... yes |
| | 89 | checking for limits.h... yes |
| | 90 | checking sys/file.h usability... yes |
| | 91 | checking sys/file.h presence... yes |
| | 92 | checking for sys/file.h... yes |
| | 93 | checking sys/ioctl.h usability... yes |
| | 94 | checking sys/ioctl.h presence... yes |
| | 95 | checking for sys/ioctl.h... yes |
| | 96 | checking sys/syscall.h usability... no |
| | 97 | checking sys/syscall.h presence... no |
| | 98 | checking for sys/syscall.h... no |
| | 99 | checking fcntl.h usability... yes |
| | 100 | checking fcntl.h presence... yes |
| | 101 | checking for fcntl.h... yes |
| | 102 | checking sys/fcntl.h usability... no |
| | 103 | checking sys/fcntl.h presence... no |
| | 104 | checking for sys/fcntl.h... no |
| | 105 | checking sys/select.h usability... yes |
| | 106 | checking sys/select.h presence... yes |
| | 107 | checking for sys/select.h... yes |
| | 108 | checking sys/time.h usability... yes |
| | 109 | checking sys/time.h presence... yes |
| | 110 | checking for sys/time.h... yes |
| | 111 | checking sys/times.h usability... yes |
| | 112 | checking sys/times.h presence... yes |
| | 113 | checking for sys/times.h... yes |
| | 114 | checking sys/param.h usability... yes |
| | 115 | checking sys/param.h presence... yes |
| | 116 | checking for sys/param.h... yes |
| | 117 | checking syscall.h usability... no |
| | 118 | checking syscall.h presence... no |
| | 119 | checking for syscall.h... no |
| | 120 | checking pwd.h usability... yes |
| | 121 | checking pwd.h presence... yes |
| | 122 | checking for pwd.h... yes |
| | 123 | checking grp.h usability... yes |
| | 124 | checking grp.h presence... yes |
| | 125 | checking for grp.h... yes |
| | 126 | checking a.out.h usability... no |
| | 127 | checking a.out.h presence... no |
| | 128 | checking for a.out.h... no |
| | 129 | checking utime.h usability... yes |
| | 130 | checking utime.h presence... yes |
| | 131 | checking for utime.h... yes |
| | 132 | checking for memory.h... (cached) yes |
| | 133 | checking direct.h usability... no |
| | 134 | checking direct.h presence... no |
| | 135 | checking for direct.h... no |
| | 136 | checking sys/resource.h usability... yes |
| | 137 | checking sys/resource.h presence... yes |
| | 138 | checking for sys/resource.h... yes |
| | 139 | checking sys/mkdev.h usability... no |
| | 140 | checking sys/mkdev.h presence... no |
| | 141 | checking for sys/mkdev.h... no |
| | 142 | checking sys/utime.h usability... no |
| | 143 | checking sys/utime.h presence... no |
| | 144 | checking for sys/utime.h... no |
| | 145 | checking netinet/in_systm.h usability... no |
| | 146 | checking netinet/in_systm.h presence... no |
| | 147 | checking for netinet/in_systm.h... no |
| | 148 | checking float.h usability... yes |
| | 149 | checking float.h presence... yes |
| | 150 | checking for float.h... yes |
| | 151 | checking ieeefp.h usability... no |
| | 152 | checking ieeefp.h presence... no |
| | 153 | checking for ieeefp.h... no |
| | 154 | checking pthread.h usability... yes |
| | 155 | checking pthread.h presence... yes |
| | 156 | checking for pthread.h... yes |
| | 157 | checking ucontext.h usability... no |
| | 158 | checking ucontext.h presence... no |
| | 159 | checking for ucontext.h... no |
| | 160 | checking intrinsics.h usability... no |
| | 161 | checking intrinsics.h presence... no |
| | 162 | checking for intrinsics.h... no |
| | 163 | checking for rlim_t... yes |
| | 164 | checking size of rlim_t... configure: error: cannot compute sizeof (rlim_t) |
| | 165 | See `config.log' for more details. |
| | 166 | ~/ruby-1.8.7-p22> |