blob: 35d7cadde21c8357ce6416344b46d4bfceb73109 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
current directory: /Users/ben/Documents/Websites/Personal-Website-2025/vendor/bundle/ruby/3.4.0/gems/bigdecimal-3.2.2/ext/bigdecimal
/Users/ben/.rubies/ruby-3.4.1/bin/ruby extconf.rb
checking for __builtin_clz()... yes
checking for __builtin_clzl()... yes
checking for __builtin_clzll()... yes
checking for float.h... yes
checking for math.h... yes
checking for stdbool.h... yes
checking for stdlib.h... yes
checking for x86intrin.h... no
checking for intrin.h... no
checking for labs() in stdlib.h... yes
checking for llabs() in stdlib.h... yes
checking for finite() in math.h... no
checking for isfinite() in math.h... no
checking for ruby/atomic.h... yes
checking for ruby/internal/has/builtin.h... yes
checking for ruby/internal/static_assert.h... yes
checking for rb_rational_num() in ruby.h... yes
checking for rb_rational_den() in ruby.h... yes
checking for rb_complex_real() in ruby.h... yes
checking for rb_complex_imag() in ruby.h... yes
checking for rb_opts_exception_p() in ruby.h... yes
checking for rb_category_warn() in ruby.h... yes
checking for RB_WARN_CATEGORY_DEPRECATED in ruby.h... yes
creating Makefile
current directory: /Users/ben/Documents/Websites/Personal-Website-2025/vendor/bundle/ruby/3.4.0/gems/bigdecimal-3.2.2/ext/bigdecimal
make DESTDIR\= sitearchdir\=./.gem.20251011-8915-yif0oc sitelibdir\=./.gem.20251011-8915-yif0oc clean
current directory: /Users/ben/Documents/Websites/Personal-Website-2025/vendor/bundle/ruby/3.4.0/gems/bigdecimal-3.2.2/ext/bigdecimal
make DESTDIR\= sitearchdir\=./.gem.20251011-8915-yif0oc sitelibdir\=./.gem.20251011-8915-yif0oc
compiling bigdecimal.c
compiling missing.c
linking shared-object bigdecimal.bundle
ld: warning: search path '/opt/homebrew/Cellar/readline/8.2.13/lib' not found
ld: warning: search path '/opt/homebrew/Cellar/gdbm/1.24/lib' not found
current directory: /Users/ben/Documents/Websites/Personal-Website-2025/vendor/bundle/ruby/3.4.0/gems/bigdecimal-3.2.2/ext/bigdecimal
make DESTDIR\= sitearchdir\=./.gem.20251011-8915-yif0oc sitelibdir\=./.gem.20251011-8915-yif0oc install
/usr/bin/install -c -m 0755 bigdecimal.bundle ./.gem.20251011-8915-yif0oc
current directory: /Users/ben/Documents/Websites/Personal-Website-2025/vendor/bundle/ruby/3.4.0/gems/bigdecimal-3.2.2/ext/bigdecimal
make DESTDIR\= sitearchdir\=./.gem.20251011-8915-yif0oc sitelibdir\=./.gem.20251011-8915-yif0oc clean
|