https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229155
Julien Cigar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Julien Cigar <[email protected]> --- Although not related to TensorFlow, I have the same problem when I try to compile an old Ruby interpreter (1.9.3): this is the command I used: CC=clang CXX=clang++ CPP=clang-cpp RUBY_CONFIGURE_OPTS="--enable-shared" MAKE="make" MAKE_OPTS="-j1" LDFLAGS="-Wl,-z,notext" RBENV_ROOT=/home/jcigar/rbenv rbenv install 1.9.3-p551 which fails as configure with the same "Unsupported relocation type 11 in non-PLT relocations" I've copy/pasted the config.log at https://gist.github.com/silenius/52c0febc48e46d95435eafec9ff15054 this is on: FreeBSD sandbox 12.0-RELEASE FreeBSD 12.0-RELEASE r341666 GENERIC amd64 with: LLD 6.0.1 (FreeBSD 335540-1200005) (compatible with GNU linkers) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
