compilation

  1. 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...
  2. 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...
  3. 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