compilation

  1. A

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