gcc compiler

  1. Farhan Khan

    Append arguments to end of compile line - gcc fails where clang links

    Hi all, TLDR; Is there a way to have make append arguments at the end of the final build command or at least after the object files? I am trying to statically link against a library using the build process (pardon my terminological mistakes). In my Makefile, I am doing this: LDFLAGS+=...
  2. T

    Solved gcc8 compile fails "cannot run C compiled programs"

    A host of other ports just compiled without issue (eg apache) but gcc8 fails with this: configure:3506: checking for C compiler default output file name configure:3528: /usr/ports/lang/gcc8/work/.build/./gcc/xgcc -B/usr/ports/lang/gcc8/work/.build/./gcc/ -B/usr/local/x86_64-portbld-...
  3. U

    How could I add gcc compiler at build world or build kernel stage ??

    How could I add gcc compiler at buildworld or buildkernel stage ?? which Makefile I can set this up. thanks.
Back
Top