Displaying 4 results from an estimated 4 matches for "libssp_nonshar".
Did you mean:
libssp_nonshared
2016 Mar 07
2
Linking the FreeBSD base system with lld -- status update
...kernel linker scripts contain expressions not supported by
lld - for example, ". = ALIGN(. != 0 ? 64 / 8 : 1);". I'm using ld.bfd
to link the kernel for now.
3. Library search paths
In FreeBSD /usr/lib/libc.so is a linker script that contains "GROUP (
libc.so.7 libc_nonshared.a libssp_nonshared.a )". ld.bfd includes a
built-in /lib search path and finds /lib/libc.so.7 there. lld relies
only on the -L paths specified on the command line, and cannot locate
libc.so.7. As a workaround I've changed /usr/lib/libc.so to include
the full path.
4. -N/--omagic option
-N makes the text...
2009 Jan 19
1
[LLVMdev] Trying to install gcc front end...
...s log in this error:
llvm-gcc: /usr/lib/libgomp.a exists in filesystem
llvm-gcc: /usr/lib/libgomp.spec exists in filesystem
llvm-gcc: /usr/lib/libmudflap.a exists in filesystem
llvm-gcc: /usr/lib/libmudflapth.a exists in filesystem
llvm-gcc: /usr/lib/libssp.a exists in filesystem
llvm-gcc: /usr/lib/libssp_nonshared.a exists in filesystem
Do you know how to get around this problem? I cannot remove or downgrade gcc-libs because a lot of my applications require the latest version (gnutls, libsmbios, mesa, poppler, thunderbird, xulrunner).
What should I do?
Thank you,
Veniamin
2014 Oct 09
3
configure: error: "Net-SNMP Libraries not found, required for SNMP drivers"
...o libquadmath.so.0
libgcj.so.15 libquadmath.so.0.0.0
libgcj.so.15.0.0 libreadline.so.6
libgcj.spec libruby18.so.1
libgdbm.so.4 libruby18.so.1.8.7
libgdbm.so.4.0.0 libssl.so.1.0.0
libgfortran.spec libssp_nonshared.a
libgij.so libssp_nonshared.la
libgij.so.15 libssp.a
libgij.so.15.0.0 libssp.la
libgmp.so.10 libssp.so
libgmp.so.10.0.4 libssp.so.0
libgnugetopt.so.0 libssp.so.0.0.0
libgnugetopt.so.0.0.0 libstdc++.so.6...
2013 Feb 07
2
CLANG and -fstack-protector
Hello,
Does the -fstack-protector option work on CLANG 3.1 and 3.2?
There is thread on FreeBSD forums about the stack protector and ports
and I'm wondering if it's possible to use the -fstack-protector option
with CLANG.
http://forums.freebsd.org/showthread.php?t=36927
-Kimmo