Search results

  1. OstermanA

    Compiling GCC, not baking rpath correctly

    AHA! I think I found the root of my problems! Digging through the documentation for gcc, I find these: It doesn't say anything anywhere about it, but I can deduce from the existence of these flags that it ignores normal linker flags in environment variables during the build, on the basis that...
  2. OstermanA

    Compiling GCC, not baking rpath correctly

    By default both --libdir and --libexec build themselves relative to --prefix, so I doubt that's it. The ./configure example above would be fine if I was installing a system copy, as libtool will take care of all that automagically by itself. My issue is that I'm trying to compile it in a...
  3. OstermanA

    Compiling GCC, not baking rpath correctly

    I am attempting to compile my own copy of gcc 9.2.0 on CentOS 8 in a non-standard path, ~/tools/system. I have local copies of automake, autoconf, libtool, gmc, mpc and mpfr in there and they all work fine. However, when I compile gcc the build artifacts are not baking in the rpath, and will...
Top