Skip to content

Instantly share code, notes, and snippets.

@sgrove

sgrove/make_fail Secret

Created March 30, 2016 17:46
Show Gist options
  • Save sgrove/31ff939b7881c235214b6c691d73b15c to your computer and use it in GitHub Desktop.
Save sgrove/31ff939b7881c235214b6c691d73b15c to your computer and use it in GitHub Desktop.
$ make clean && make
ocamlbuild -clean
Finished, 0 targets (0 cached) in 00:00:00.
ocamlbuild -use-ocamlfind -pkgs aws,conduit.mirage,containers,cstruct,functoria.runtime,io-page,io-page.unix,js_of_ocaml,js_of_ocaml.ocamlbuild,js_of_ocaml.ppx,lambdasoup,lwt,lwt.syntax,magic-mime,mirage-clock-xen,mirage-console.xen,mirage-http,mirage-net-xen,mirage-types,mirage-types.lwt,mirage.runtime,nocrypto.xen,omd,opium,ptime,sequence,sexplib,syndic,tcpip.arpv4,tcpip.ethif,tcpip.ipv4,tcpip.stack-direct,tcpip.tcp,tcpip.udp,tls.mirage,tyxml -tags "syntax(camlp4o),annot,bin_annot,strict_sequence,principal" -tag-line "<static*.*>: -syntax(camlp4o)" -cflag -g -lflags -g,-linkpkg,-dontlink,unix -I liquid -use-menhir -plugin-tag "package(js_of_ocaml.ocamlbuild)" main.native.o
Warning: option -plugin-tag(s) has no effect in absence of plugin file "myocamlbuild.ml"
+ ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -principal -keep-locs -strict-sequence -w +A-4-6-9-40-42-44-48 -package tyxml -package tls.mirage -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv4 -package tcpip.ethif -package tcpip.arpv4 -package syndic -package sexplib -package sequence -package ptime -package opium -package omd -package nocrypto.xen -package mirage.runtime -package mirage-types.lwt -package mirage-types -package mirage-net-xen -package mirage-http -package mirage-console.xen -package mirage-clock-xen -package magic-mime -package lwt.syntax -package lwt -package lambdasoup -package js_of_ocaml.ppx -package js_of_ocaml.ocamlbuild -package js_of_ocaml -package io-page.unix -package io-page -package functoria.runtime -package cstruct -package containers -package conduit.mirage -package aws -syntax camlp4o -I liquid -o site_dispatch.cmx site_dispatch.ml
File "site_dispatch.ml", line 94, characters 2-1175:
Warning 33: unused open Omd.
File "site_dispatch.ml", line 120, characters 4-12:
Warning 32: unused value site_url.
File "site_dispatch.ml", line 126, characters 4-20:
Warning 32: unused value site_description.
File "site_dispatch.ml", line 190, characters 4-16:
Warning 32: unused value empty_string.
Finished, 22 targets (0 cached) in 00:00:12.
pkg-config --print-errors --exists mirage-xen
ld -d -static -nostdlib \
_build/main.native.o \
-L/home/s/.opam/4.02.3/lib/tcpip -ltcpip_xen_stubs \
-L/home/s/.opam/4.02.3/lib/mirage-entropy-xen -lmirage-entropy-xen_stubs \
-L/home/s/.opam/4.02.3/lib/nocrypto -lnocrypto_xen_stubs \
-L/home/s/.opam/4.02.3/lib/zarith -lzarith-xen -L/home/s/.opam/4.02.3/lib/gmp-xen -lgmp-xen \
-L/home/s/.opam/4.02.3/lib/io-page -lio_page_xen_stubs \
$(pkg-config --static --libs mirage-xen) \
/usr/lib/gcc/x86_64-linux-gnu/5/libgcc.a \
-o mir-riseos.xen
_build/main.native.o: In function `camlNat__loop_1144':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:227: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:229: undefined reference to `div_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:232: undefined reference to `add_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:234: undefined reference to `shift_right_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:237: undefined reference to `blit_nat'
_build/main.native.o: In function `camlNat__make_nat_1043':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:58: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:58: undefined reference to `set_to_zero_nat'
_build/main.native.o: In function `camlNat__copy_nat_1049':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:66: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:67: undefined reference to `blit_nat'
_build/main.native.o: In function `camlNat__is_zero_nat_1054':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:71: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:71: undefined reference to `compare_nat_native'
_build/main.native.o: In function `camlNat__is_nat_int_1058':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:74: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:74: undefined reference to `is_digit_int'
_build/main.native.o: In function `camlNat__sys_int_of_nat_1062':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:78: undefined reference to `nth_digit_nat'
_build/main.native.o: In function `camlNat__nat_of_int_1068':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:87: undefined reference to `set_digit_nat'
_build/main.native.o: In function `camlNat__eq_nat_1071':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:91: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:90: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:90: undefined reference to `compare_nat_native'
_build/main.native.o: In function `camlNat__le_nat_1072':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:94: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:93: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:93: undefined reference to `compare_nat_native'
_build/main.native.o: In function `camlNat__lt_nat_1073':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:97: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:96: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:96: undefined reference to `compare_nat_native'
_build/main.native.o: In function `camlNat__ge_nat_1074':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:100: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:99: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:99: undefined reference to `compare_nat_native'
_build/main.native.o: In function `camlNat__gt_nat_1075':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:103: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:102: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:102: undefined reference to `compare_nat_native'
_build/main.native.o: In function `camlNat__gcd_int_nat_1106':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:143: undefined reference to `nth_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:143: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:146: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:147: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:148: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:149: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:150: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:151: undefined reference to `div_digit_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:152: undefined reference to `nth_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:152: undefined reference to `set_digit_nat'
_build/main.native.o: In function `camlNat__gcd_nat_1119':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:161: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:163: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:164: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:165: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:166: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:167: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:168: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:172: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:174: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:176: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:177: undefined reference to `div_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:180: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:182: undefined reference to `blit_nat'
_build/main.native.o: In function `camlNat__sqrt_nat_1130':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:196: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:201: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:202: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:203: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:204: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:216: undefined reference to `num_leading_zero_bits_in_digit'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:221: undefined reference to `complement_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:222: undefined reference to `shift_right_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:223: undefined reference to `create_nat'
_build/main.native.o: In function `camlNat__raw_string_of_digit_1149':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:277: undefined reference to `nth_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:279: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:280: undefined reference to `div_digit_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:281: undefined reference to `nth_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:282: undefined reference to `nth_digit_nat'
_build/main.native.o: In function `camlNat__make_power_base_1158':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:331: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:332: undefined reference to `is_digit_zero'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:334: undefined reference to `mult_digit_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:338: undefined reference to `is_digit_int'
_build/main.native.o: In function `camlNat__power_base_int_1171':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:376: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:378: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:381: undefined reference to `square_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:383: undefined reference to `set_to_zero_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:385: undefined reference to `mult_digit_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:388: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:389: undefined reference to `set_to_zero_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:393: undefined reference to `mult_digit_nat_native'
_build/main.native.o: In function `camlNat__unadjusted_string_of_nat_1187':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:461: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:466: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:475: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:476: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:478: undefined reference to `div_digit_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:490: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:491: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:492: undefined reference to `set_digit_nat'
_build/main.native.o: In function `camlNat__sys_nat_of_string_1209':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:550: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:554: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:557: undefined reference to `mult_digit_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:559: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:560: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:569: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:570: undefined reference to `blit_nat'
_build/main.native.o: In function `camlNat__entry':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:50: undefined reference to `initialize_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:247: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/nat.ml:249: undefined reference to `mult_digit_nat_native'
_build/main.native.o: In function `camlBig_int__carry_incr_1291':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:758: undefined reference to `is_digit_zero'
_build/main.native.o: In function `camlBig_int__or_aux_1311':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:806: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:808: undefined reference to `lor_digit_nat'
_build/main.native.o: In function `camlBig_int__xor_aux_1323':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:828: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:830: undefined reference to `lxor_digit_nat'
_build/main.native.o: In function `camlBig_int__create_big_int_1011':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:24: undefined reference to `num_digits_nat'
_build/main.native.o: In function `camlBig_int__num_digits_big_int_1018':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:42: undefined reference to `num_digits_nat'
_build/main.native.o: In function `camlBig_int__compare_big_int_1024':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:67: undefined reference to `compare_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:70: undefined reference to `compare_nat_native'
_build/main.native.o: In function `camlBig_int__pred_big_int_1048':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:94: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:95: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:96: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:97: undefined reference to `incr_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:89: undefined reference to `decr_nat'
_build/main.native.o: In function `camlBig_int__succ_big_int_1055':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:111: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:112: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:113: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:114: undefined reference to `incr_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:106: undefined reference to `decr_nat'
_build/main.native.o: In function `camlBig_int__add_big_int_1062':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:125: undefined reference to `compare_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:134: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:135: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:136: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:137: undefined reference to `add_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:127: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:128: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:129: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:131: undefined reference to `add_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:142: undefined reference to `compare_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:154: undefined reference to `sub_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:148: undefined reference to `sub_nat_native'
_build/main.native.o: In function `camlBig_int__big_int_of_int_1071':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:162: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:164: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:165: undefined reference to `incr_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:166: undefined reference to `set_digit_nat'
_build/main.native.o: In function `camlBig_int__mult_int_big_int_1080':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:178: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:179: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:180: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:181: undefined reference to `mult_digit_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:186: undefined reference to `mult_digit_nat_native'
_build/main.native.o: In function `camlBig_int__mult_big_int_1087':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:199: undefined reference to `mult_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:201: undefined reference to `mult_nat_native'
_build/main.native.o: In function `camlBig_int__quomod_big_int_1094':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:210: undefined reference to `compare_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:231: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:232: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:233: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:234: undefined reference to `set_to_zero_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:243: undefined reference to `div_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:246: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:269: undefined reference to `sub_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:265: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:266: undefined reference to `incr_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:272: undefined reference to `set_digit_nat'
_build/main.native.o: In function `camlBig_int__gcd_big_int_1112':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:293: undefined reference to `compare_nat_native'
_build/main.native.o: In function `camlBig_int__is_int_big_int_1123':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:316: undefined reference to `compare_nat_native'
_build/main.native.o: In function `camlBig_int__big_int_of_nativeint_1128':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:332: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:333: undefined reference to `set_digit_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:336: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:337: undefined reference to `set_digit_nat_native'
_build/main.native.o: In function `camlBig_int__nativeint_of_big_int_1132':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:343: undefined reference to `nth_digit_nat_native'
_build/main.native.o: In function `camlBig_int__sys_big_int_of_nat_1150':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:405: undefined reference to `num_digits_nat'
_build/main.native.o: In function `camlBig_int__power_base_nat_1177':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:463: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:465: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:468: undefined reference to `square_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:471: undefined reference to `set_to_zero_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:472: undefined reference to `mult_digit_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:474: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:476: undefined reference to `set_to_zero_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:479: undefined reference to `mult_digit_nat_native'
_build/main.native.o: In function `camlBig_int__power_big_int_positive_int_1200':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:506: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:508: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:510: undefined reference to `set_to_zero_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:511: undefined reference to `square_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:514: undefined reference to `set_to_zero_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:515: undefined reference to `mult_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:516: undefined reference to `blit_nat'
_build/main.native.o: In function `camlBig_int__power_int_positive_big_int_1212':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:532: undefined reference to `is_digit_odd'
_build/main.native.o: In function `camlBig_int__base_power_big_int_1219':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:580: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:586: undefined reference to `mult_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:589: undefined reference to `mult_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:562: undefined reference to `num_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:567: undefined reference to `compare_digits_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:570: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:571: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:572: undefined reference to `set_digit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:573: undefined reference to `div_nat_native'
_build/main.native.o: In function `camlBig_int__square_big_int_1236':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:618: undefined reference to `square_nat_native'
_build/main.native.o: In function `camlBig_int__shift_left_big_int_1258':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:680: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:682: undefined reference to `set_to_zero_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:683: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:686: undefined reference to `shift_left_nat_native'
_build/main.native.o: In function `camlBig_int__shift_right_towards_zero_big_int_1266':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:702: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:703: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:705: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:706: undefined reference to `shift_right_nat_native'
_build/main.native.o: In function `camlBig_int__two_power_m1_big_int_1275':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:722: undefined reference to `set_digit_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:724: undefined reference to `decr_nat'
_build/main.native.o: In function `camlBig_int__extract_big_int_1282':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:749: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:752: undefined reference to `complement_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:759: undefined reference to `incr_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:762: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:763: undefined reference to `shift_right_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:767: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:768: undefined reference to `set_digit_nat_native'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:770: undefined reference to `land_digit_nat'
_build/main.native.o: In function `camlBig_int__and_big_int_1296':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:786: undefined reference to `create_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:787: undefined reference to `blit_nat'
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:789: undefined reference to `land_digit_nat'
_build/main.native.o: In function `camlBig_int__or_big_int_1304':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:804: undefined reference to `create_nat'
_build/main.native.o: In function `camlBig_int__xor_big_int_1316':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/big_int.ml:826: undefined reference to `create_nat'
_build/main.native.o: In function `camlNum__num_of_nat_1269':
/home/s/.opam/4.02.3/build/ocaml/otherlibs/num/num.ml:376: undefined reference to `nth_digit_nat'
_build/main.native.o: In function `camlNat__8':
nat.o:(.data+0x2a6460): undefined reference to `initialize_nat'
nat.o:(.data+0x2a6468): undefined reference to `lxor_digit_nat'
nat.o:(.data+0x2a6470): undefined reference to `lor_digit_nat'
nat.o:(.data+0x2a6478): undefined reference to `land_digit_nat'
nat.o:(.data+0x2a6480): undefined reference to `compare_nat_native'
nat.o:(.data+0x2a6488): undefined reference to `compare_digits_nat'
nat.o:(.data+0x2a6490): undefined reference to `shift_right_nat_native'
nat.o:(.data+0x2a6498): undefined reference to `div_nat_native'
nat.o:(.data+0x2a64a0): undefined reference to `div_digit_nat_native'
nat.o:(.data+0x2a64a8): undefined reference to `shift_left_nat_native'
nat.o:(.data+0x2a64b0): undefined reference to `square_nat_native'
nat.o:(.data+0x2a64b8): undefined reference to `mult_nat_native'
nat.o:(.data+0x2a64c0): undefined reference to `mult_digit_nat_native'
nat.o:(.data+0x2a64c8): undefined reference to `sub_nat_native'
nat.o:(.data+0x2a64d0): undefined reference to `decr_nat'
nat.o:(.data+0x2a64d8): undefined reference to `complement_nat'
nat.o:(.data+0x2a64e0): undefined reference to `add_nat_native'
nat.o:(.data+0x2a64e8): undefined reference to `incr_nat'
nat.o:(.data+0x2a64f0): undefined reference to `is_digit_odd'
nat.o:(.data+0x2a64f8): undefined reference to `is_digit_normalized'
nat.o:(.data+0x2a6500): undefined reference to `is_digit_zero'
nat.o:(.data+0x2a6508): undefined reference to `is_digit_int'
nat.o:(.data+0x2a6510): undefined reference to `num_leading_zero_bits_in_digit'
nat.o:(.data+0x2a6518): undefined reference to `num_digits_nat'
nat.o:(.data+0x2a6520): undefined reference to `nth_digit_nat_native'
nat.o:(.data+0x2a6528): undefined reference to `set_digit_nat_native'
nat.o:(.data+0x2a6530): undefined reference to `nth_digit_nat'
nat.o:(.data+0x2a6538): undefined reference to `set_digit_nat'
nat.o:(.data+0x2a6540): undefined reference to `blit_nat'
nat.o:(.data+0x2a6548): undefined reference to `set_to_zero_nat'
nat.o:(.data+0x2a6550): undefined reference to `create_nat'
Makefile:34: recipe for target 'build' failed
make: *** [build] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment