HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of dev-lang/ruby/1.8.7-p22/1


Ignore:
Timestamp:
07/29/08 10:27:27 (7 years ago)
Author:
scottmc
Comment:

initial build attempt

Legend:

Unmodified
Added
Removed
Modified
  • dev-lang/ruby/1.8.7-p22/1

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

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/