Skip to content
Snippets Groups Projects
  1. Jan 03, 2025
  2. Jan 02, 2025
  3. Jan 01, 2025
    • Nicolas Cavallari's avatar
      Makefile: Fix library link order · ee5756e2
      Nicolas Cavallari authored
      When compiling with the internal lexbor, the linker is invoked as
      cc [...] -lm lexbor_static.a which, at least on i386 glibc, fails with:
      
      /usr/bin/ld: c_src/lexbor/liblexbor_static.a(diyfp.c.o): in function `lexbor_cached_power_bin':
      ./deps/fast_html/c_src/lexbor/./deps/fast_html/c_src/lexbor/source/lexbor/core/diyfp.c:140: undefined reference to `ceil'
      collect2: error: ld returned 1 exit status
      make[2]: *** [Makefile:45: priv/fasthtml_worker] Error 1
      
      Fix it by ordering -lm after lexbor_static.a.
      ee5756e2
  4. Nov 13, 2024
  5. Apr 04, 2024
  6. Jan 29, 2024
  7. Jan 26, 2024
  8. Jul 16, 2023
  9. Apr 08, 2023
  10. Mar 06, 2023
  11. Mar 05, 2023
  12. Sep 25, 2022
  13. Aug 07, 2022
  14. Dec 15, 2021
Loading