compilation

  1. ruby R53

    Solved How to *actually* compile with multiple threads?

    I just installed FreeBSD 16.0-CURRENT on my PC, and am currently building the NodeJS port. However, because it's such a large port, compiling it in a single thread is obnoxiously slow. How do I fix that? I've tried setting FORCE_MAKE_JOBS, MAKE_JOBS_NUMBER=16 and even have MAKE_JOBS_UNSAFE set...
  2. R

    Waiting times for missing packages

    Hi, If you go to https://pkg-status.freebsd.org/beefy20/build.html?mastername=142amd64-quarterly&build=4764684db30f for the quarterly packages. In my case, I need blender and evince. Do I have to wait until 100% for the packages to be available again ? I'm interested in some technical...
  3. tembun

    strip(1) vs. llvm-strip(1) vs. strip via ld.lld(1).

    Hi fellows! I'm playing with stripping the binaries and I found that there are several ways to perform this task and they work slightly differently. They are strip, llvm-strip(1) and stripping via ld.lld. I'm on 13.4-RELEASE and using a standard toolchain for compiling (LLVM, clang). So, I...
  4. P

    Compiling btree which is part of the freebsd source code

    Hello all, I want to use the btree present in /lib/libc/db/btree of the freebsd source code. How do I compile it in an ubuntu userspace?
Back
Top