Displaying 20 results from an estimated 55 matches for "bdynam".
Did you mean:
dynam
2014 Sep 17
2
[LLVMdev] [lld] -Bstatic / -Bdynamic switches handling
Hi Simon,
Thank you for the info.
Do you know if there are any plans to add -Bdynamic support and make
-Bstatic/-Bdynamic compatible with GNU ld?
I am giving lld a try building the Boost libraries and this is a real
show stopper. Boost.Build passes both -Bstatic and -Bdynamic to the
linker which makes lld think the output file is static, so it totally
ignores shared libraries....
2014 Sep 17
2
[LLVMdev] [lld] -Bstatic / -Bdynamic switches handling
...) is treated by lld and GNU ld.
According to the GNU ld docs, the switch affects library searching for
-l options *which follow it*.
This means -Bstatic can be used multiple times in the command line to
disable dynamic linking for particular -l options. For example:
ld -Bstatic -lslib1 -lslib2 -Bdynamic -ldlib1 -Bstatic -lslib3...
Even though the GNU linker won't search for so-files for slib1, slib2
and slib3, so-file for dlib1 will still be considered as it is preceded
by -Bdynamic.
Lld behaves differently.
-Bdynamic is not recognized yet, whereas -Bstatic applies static linkage
on the...
2017 Mar 31
2
Invoking lld for PE/COFF (Windows) linking
...\test\config_info.test\clang-linux-5.0cl\debug\address-model-32\config_info.exe"
-Wl,--start-group
"C:\Programming\VersionControl\modular-boost\build\boost\bin.v2\libs\preprocessor\test\config_info.test\clang-linux-5.0cl\debug\address-model-32\config_info.obj"
-Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g
--target=i686-pc-windows-msvc -### -fuse-ld=lld
clang version 5.0.0 (trunk 298890)
Target: i686-pc-windows-msvc
Thread model: posix
InstalledDir: C:\Programming\VersionControl\bninja_installed_clang\bin
"C:\\Programming\\VersionControl\\bninja_installed_clang\\bin\\lld...
2016 Feb 03
3
binutils (objcopy?) >= 2.26 breaks syslinux (bios) build
On February 3, 2016 7:17:37 AM PST, Celelibi <celelibi at gmail.com> wrote:
>2016-02-02 18:50 UTC+01:00, poma via Syslinux <syslinux at zytor.com>:
>> On 30.01.2016 16:59, poma wrote:
>>> ...
>>>
>>> https://sourceware.org/bugzilla/show_bug.cgi?id=19538
>>>
>>>
>>
>> Mister Anvin,
>> care to share what's the
2017 Mar 31
3
Invoking lld for PE/COFF (Windows) linking
On 3/30/2017 7:59 PM, Reid Kleckner via llvm-dev wrote:
> On Thu, Mar 30, 2017 at 6:08 AM, Edward Diener via llvm-dev
> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>
> Are you saying that once lld is built with mingw-64/gcc on Windows
> it is impossible to tell it to handle PE/COFF files when invoking it
> from clang++ using the
2018 Mar 23
2
LLVM gold plugin do not add llvm instrinsics symbols to the linker symbol table
...ot claim that something is necessary wrong, just want to share my observations with the community.
Brief summary
If I create a static library with a custom version of 'exp()' math function and link it as follows:
$ clang -O0 -ffast-math -flto a.o -L. -Wl,-Bstatic -lexp -Wl,-Bdynamic -lm
exp gets resolved from libm instead of my static library (libexp.a) even though the static library appears first on the link command line.
Reproducer
1) As a reproducer I built a tiny static library (with the name libexp.a) with exp function defined:
$ cat exp.c
double exp (d...
2007 Feb 09
20
Hello Everyone
I have a bit of a problem with installation. I installed wxX11 in my
linux box. I compiled the demos and all the demos, save dbbrowse,
work. I think I have a functional wx. Now I''m trying to install wxRuby
from source, since I have a 64 bit machine. I only have permission to
my home directory so my installation is :
/usr/people/stevenq/Applications/wxX11/
2016 Feb 09
2
binutils (objcopy?) >= 2.26 breaks syslinux (bios) build
...>>
>
> So here is the deal... syslinux.elf in the BIOS case is really an odd
> duck. It has parts that are relocatable (and needs to export its
> symbols) and parts that aren't (and also needs to export at least some
> of its symbols.)
>
> It might be that we need -Bdynamic rather than -pie, and perhaps some
> modification to the relocation code, but it could also be that ld needs
> a whack to the head.
>
> -hpa
>
s/LD_PIE = -pie/LD_PIE = -Bdynamic/
Failed to load ldlinux.c32
Boot failed: press a key to retry...
_
2005 Dec 05
0
Compiling R under AIX 4.3
...y `/home/mau/sy/R-2.2.0/src/modules/X11'
/usr/local/bin/gcc -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo
rotated.lo rbitmap.lo -lSM -lICE -lX11 -ljpeg -lpng -lz
/lib/crt0.o: :(.pr+0x88): undefined reference to `.main'
collect2: ld returned 1 exit status
SHLIB_LDFLAGS="-Wl,-Bdynamic"
Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11'
/usr/local/bin/gcc -Wl,-Bdynamic -L/usr/local/lib -o R_X11.so
dataentry.lo devX11.lo rotated.lo rbitmap.lo -lSM -lICE -lX11 -ljpeg
-lpng -lz
/lib/crt0.o: :(.pr+0x88): undefined reference to `.main'
collect2: ld returned 1...
2005 Aug 30
1
[LLVMdev] X86ISelPattern.cpp:73: undefined reference to `X86CompilationCallback
Hi LLVM'ers,
I can't figure out why I get this error:
--------------------------------------------------
c:/MinGW/bin/../libexec/gcc/mingw32/3.4.2/collect2.exe -Bdynamic -o
c:/projects/build/MinGW/llvm-1-1/Debug/bin/llc.exe /mingw/lib/crt2.o
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/crtbegin.o
-Lc:/projects/build/MinGW/llvm-1-1/Debug/lib
-Lc:/projects/build/MinGW/llvm-1-1/Debug/bin
-Lc:/MinGW/bin/../lib/gcc/mingw32/3.4.2 -Lc:/MinGW/bin/../lib/gcc
-L/mingw/lib/g...
2006 Jan 18
1
compiling R on powerpc-ibm-aix5.1.0.0
...reliably create shared libraries on AIX.
*** Therefore, libtool is disabling shared libraries support. If you
*** really care for shared libraries, you may want to modify your PATH
*** so that a non-GNU linker is found, and then restart.
(2) make
make is failed, the error message is:
gcc -Wl,-bdynamic -Wl,-bE:../../etc/R.exp -Wl,-bM:SRE -L/usr/local/lib -o R.bin Rmain.o CConverters.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o arithmetic.o apse.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o dcf.o datetime.o deb...
2018 Mar 23
0
LLVM gold plugin do not add llvm instrinsics symbols to the linker symbol table
...ant to share my observations with
> the community.
>
>
>
> Brief summary
>
>
>
> If I create a static library with a custom version of ‘exp()’ math
> function and link it as follows:
>
> $ clang -O0 -ffast-math -flto a.o -L. -Wl,-Bstatic -lexp -Wl,-Bdynamic -lm
>
> exp gets resolved from libm instead of my static library (libexp.a) even
> though the static library appears first on the link command line.
>
>
>
> Reproducer
>
>
>
> 1) As a reproducer I built a tiny static library (with the name libexp.a)...
2004 Jun 23
1
R 1.9.1 compilation error
...quot;make" to compile:
# make
.....
gcc -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre
-I. -I../../src/include -I../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -mno-fp-in-toc -g -O2 -c registration.c -o registration.o
g77 -g -O2 -c xxxpr.f -o xxxpr.o
gcc -Wl,-bdynamic -Wl,-bE:../../etc/R.exp -Wl,-bM:SRE -L/usr/local/lib -o
R.bin CConverters.o Rdynload.o RNG.o apply.o arithmetic.o apse.o array.o
attrib.o base.o bind.o builtin.o character.o coerce.o colors.o complex.o
connections.o context.o cov.o cum.o dcf.o datetime.o debug.o devPS.o
devPicTeX.o deparse.o der...
2014 Jun 21
1
broken samba-4.1.8 waf configure
..._SAMBA_BUILD_=4
-DHAVE_CONFIG_H=1 -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 ../test.c
-c -o default/test_1.o
21:53:04 runner /usr/bin/gcc default/test_1.o -o
/scratch01/gigo.d1/gigo.d/samba-4.1.7/bin/.conf_check_0/testbuild/default/testprog
-fstack-protector -Wl,-no-undefined -L/usr/local/lib -Wl,-Bdynamic
-lk5crypto
not found
i find it peculiar that the gssapi/gssapi_krb5.h test used the
proper -I flag, but the k5crypto test included NEITHER the
proper -I flag nor the -L flag. nor did it find -lk5crypto
in the location indicated by /etc/ld.so.conf and ldconfig -p ...
your waf program set flags...
2005 Jun 01
1
[LLVMdev] [Cygwin] 'make tools-only' configuration error
Reid,
Getting the same error again :-(
/usr/gcc/gcc-3.4.3/libexec/gcc/i686-pc-cygwin/3.4.3/collect2.exe -Bdynamic --dl
l-search-prefix=cyg -o /usr/build/llvm-2/Debug/bin/llc.exe /lib/crt0.o -L/usr/bu
ild/llvm-2/Debug/lib -L/usr/build/llvm-2/Debug/bin -L/usr/gcc/gcc-3.4.3/lib/gcc/
i686-pc-cygwin/3.4.3 -L/usr/gcc/gcc-3.4.3/lib/gcc/i686-pc-cygwin/3.4.3/../../..
/usr/build/llvm-2/tools/llc/Debug/llc.o /usr/build...
2010 Apr 27
3
[LLVMdev] "clang -v" shows a GCC call
...j --disable-java-awt --with-system-zlib
--enable-interpreter --disable-libgcj-debug --enable-threads=posix
--enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions
--enable-hash-synchronization --enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (Red Hat 3.4.4)
collect2 -Bdynamic --dll-search-prefix=cyg -o a.out
/usr/lib/gcc/i386-redhat-linux/3.4.4/../../../crt0.o
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i386-redhat-linux/3.4.4
-L/usr/lib/gcc/i386-redhat-linux/3.4.4/../../.. /tmp/cc-J586JU.o -lgcc
-lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc
Can you...
2019 Apr 02
2
Make/Build Error on armhf
...ib/messaging/*messaging_send.c.1.o*',
'-o/home/pi/samba-4.10.0P1/bin/default/source4/lib/messaging/*libMESSAGING-SEND-samba4.so*',
'-Wl,-rpath,/home/pi/samba-4.10.0P1/bin/shared',
'-Wl,-rpath,/home/pi/samba-4.10.0P1/bin/shared/private',
'-Wl,-Bstatic',
'-Wl,-Bdynamic',
'-L/home/pi/samba-4.10.0P1/bin/default/libcli/util',
'-L/home/pi/samba-4.10.0P1/bin/default/lib/tevent',
'-L/home/pi/samba-4.10.0P1/bin/default/lib/dbwrap',
'-L/home/pi/samba-4.10.0P1/bin/default/lib/param',
'-L/home/pi/samba-4.10.0P1/bin/default/lib/tdb_...
2019 Apr 02
2
Make/Build Error on armhf
Hello $List,
just downloaded and tried to compile samba 4.10.0 an raspbian stretch which
ends in an error:
[1924/4121] Compiling source3/rpc_client/rpc_transport_np.c
[1925/4121] Linking bin/default/source3/libmsrpc3-samba4.so
/usr/bin/ld:
/install/samba-4.10.0/bin/default/source3/libutil-cmdline-samba4.so: invalid
string offset 3888 >= 3489 for section `.strtab'
/usr/bin/ld:
2010 Apr 27
0
[LLVMdev] "clang -v" shows a GCC call
...ystem-zlib
> --enable-interpreter --disable-libgcj-debug --enable-threads=posix
> --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions
> --enable-hash-synchronization --enable-libstdcxx-debug
> Thread model: posix
> gcc version 3.4.4 (Red Hat 3.4.4)
> collect2 -Bdynamic --dll-search-prefix=cyg -o a.out
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../crt0.o
> -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4
> -L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../..
> /cygdrive/c/Users/lbonnet/AppData/Local/Temp/cc-J586JU.o -lgcc -lcygwin
>...
2016 Feb 08
0
binutils (objcopy?) >= 2.26 breaks syslinux (bios) build
...t EFI, and their requirements differ.
>
So here is the deal... syslinux.elf in the BIOS case is really an odd
duck. It has parts that are relocatable (and needs to export its
symbols) and parts that aren't (and also needs to export at least some
of its symbols.)
It might be that we need -Bdynamic rather than -pie, and perhaps some
modification to the relocation code, but it could also be that ld needs
a whack to the head.
-hpa