similar to: [LLVMdev] Static Library Compliation

Displaying 20 results from an estimated 30000 matches similar to: "[LLVMdev] Static Library Compliation"

2008 Feb 16
3
[LLVMdev] amd64, FreeBSD and shared libraries
Hello, I am trying to build llvm-gcc 4.2 w/ llvm 2.2 on FreeBSD/amd64 and have found that it doesn't seem to want to build shared libraries. I've found numerous notes that I should try --disable-shared, because the linker ends up erroring out with a linker error when building libgcc_s.so. Subsequently, the same error is produced when it attempts to build libstdc++.so. If you do happen to
2007 Jan 16
0
[LLVMdev] OK, how does this work?
Hi Michael, On Tue, 2007-01-16 at 13:13 +0800, Michael T. Richter wrote: > On Tue, 2007-16-01 at 02:50 +0000, Reid Spencer wrote: > > > The build instructions provided tell me to build llvm-gcc first from > > > the source. > > > The source for that tells me to build llvm first from the source. I'm > > > not sure where to go from this point. >
2007 Jun 21
3
[LLVMdev] Accounting for stack space
On Wed, 20 Jun 2007, Sandro Magi wrote: > To this end, are there any implicit allocations being done by > generated LLVM code, other than the system stack? heap allocations? Only malloc/free. Note that the compiler does generate calls to runtime libraries (e.g. libstdc++ and libgcc), we don't have control over when they do allocations. The libstdc++ calls show up in the .ll file,
2014 May 05
1
how to specify more than one LDLFAGS
Hi friends, I'm build libtheora on MingW W64 and want to get rid of the dependency on libgcc_s_sjlj-1.dll. I tried to use LDFLAGS=-static-libgcc but seems it doesn't work. Someone told me I should use -static-libgcc -static-libstdc++, but I don't know how to set it. Should I use ./configure LDFLAGS="-static-libgcc -static-libstdc++" or ./configure LDFLAGS=-static-libgcc
2007 Jul 08
0
[LLVMdev] Accounting for stack space
How about if I were to use LLVM's JIT? I suspect plenty of allocations are performed in the JIT. Sandro On 6/20/07, Chris Lattner <sabre at nondot.org> wrote: > On Wed, 20 Jun 2007, Sandro Magi wrote: > > To this end, are there any implicit allocations being done by > > generated LLVM code, other than the system stack? > > heap allocations? Only malloc/free. Note
2006 Sep 28
0
[LLVMdev] GCC_4.2.0 problem
Chris Lattner wrote: >>Why does llvm-gcc build its own libgcc_s.so? Would we have the same >>problem if we tried to build FSF GCC 4.01, or is this problem LLVM-specific? > > libgcc is part of the GCC distro. My (possibly flawed) understanding of > the issue is that GCC generates code that contains calls into libgcc. > This means that any code compiled with llvm-gcc
2018 Mar 14
0
CEBA-2018:0513 CentOS 6 gcc BugFix Update
CentOS Errata and Bugfix Advisory 2018:0513 Upstream details at : https://access.redhat.com/errata/RHBA-2018:0513 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: f5c2ee1b5cea1749cff1f379d3f2cbe8f24f066bfc91dcb45b570475263c3cfc cpp-4.4.7-18.el6_9.2.i686.rpm b5a67dfa5f1df3d656694f40abb01b4a98f00735b90d67266d9af1d443c0a47b
2012 May 10
0
CEBA-2012:0527 CentOS 5 gcc Update
CentOS Errata and Bugfix Advisory 2012:0527 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0527.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: c205107bf53281f15e974963cd804f42dd41992b2831cc42f76c07d2b27527c4 cpp-4.1.2-52.el5_8.1.i386.rpm bc3a4f2905fbafd295d64e15e5cf60b83a7ca6b8dd8eab9cc8b4162eb0b304f7
2014 Sep 30
0
CEBA-2014:1209 CentOS 5 gcc BugFix Update
CentOS Errata and Bugfix Advisory 2014:1209 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1209.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 6f14774b88e8f86a171d4bb128e9cff402f22713b941b7507607bb6c101f46b4 cpp-4.1.2-55.el5.i386.rpm c1244909b03f5ebc6d494f39d1f3f6082ca1c4198ece795c163622762e996695
2012 May 11
0
CentOS-announce Digest, Vol 87, Issue 7
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2009 Oct 20
0
[LLVMdev] Problem when build LLVM
Hi Heyu Zhu, > Then then the error is: > > /tools/IUS611/tools/lib/libgcc_s.so.1: version `GCC_4.2.0' not found > (required by /usr/lib/libstdc++.so.6) you can get this if you compile C++ code using a different compiler to your system compiler. Based on the error message, your system compiler is gcc-4.2 and the other compiler is probably gcc-4.3 or later. What has happened
2009 Jun 14
1
[LLVMdev] CROSS COMPILING LLVM
I was able to use your scripts to build� llvm and llvm-gcc successfully. But when i try to link to llvm libraries i get the following : ......................... .......................... /arm-2007q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.1/../../../../arm-none-linux-gnueabi/bin/ld: /arm-llvm/llvm-project/i686-pc-linux-gnu/arm-none-linux-gnueabi/llvm/lib/LLVMXCore.o: Relocations in generic
2017 Oct 23
1
libGLU.so.1
I have a C++ program that I have been running on RedHat 6 and I want to move to CentOS 7. When I run it on the CentOS 7 system it fails with: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory I did this, but still have no libGLU. I did a find of the entire system for '*libGLU*' and nothing. bash-4.2# yum whatprovides libGLU.so.1
2009 Oct 20
3
[LLVMdev] Problem when build LLVM
According to your description i should not use the system libstdc++ and i need to specify the OTHER compiler libstdc++. But i don't where the OTHER compiler libstdc++ is. Is the OTHER compiler libstdc++ contained in llvm-2.5.tar.gz? if not where can i get it? 2009/10/20, Duncan Sands <baldrick at free.fr>: > > Hi Heyu Zhu, > > Then then the error is: >>
2007 Jul 10
2
[LLVMdev] Accounting for stack space
On Sun, 8 Jul 2007, Sandro Magi wrote: > How about if I were to use LLVM's JIT? I suspect plenty of allocations > are performed in the JIT. The JIT does a ton of heap allocation. There is no way to approximate it from the code you give it. -Chris > Sandro > > On 6/20/07, Chris Lattner <sabre at nondot.org> wrote: >> On Wed, 20 Jun 2007, Sandro Magi wrote:
2018 Mar 10
0
CEBA-2018:0408 CentOS 7 gcc BugFix Update
CentOS Errata and Bugfix Advisory 2018:0408 Upstream details at : https://access.redhat.com/errata/RHBA-2018:0408 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 4fb0ac741ff4b403c04bbc5a667efef16b8c90b3a6a0fc46f213e06a2110253b cpp-4.8.5-16.el7_4.2.x86_64.rpm
2019 Apr 30
0
CEBA-2019:0807 CentOS 7 gcc BugFix Update
CentOS Errata and Bugfix Advisory 2019:0807 Upstream details at : https://access.redhat.com/errata/RHBA-2019:0807 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 0aa2fe9110c371e8233a318a4080947071efa1520a65ca2ac53d008f33bb9226 cpp-4.8.5-36.el7_6.2.x86_64.rpm
2017 Dec 06
0
CEBA-2017:3302 CentOS 7 gcc BugFix Update
CentOS Errata and Bugfix Advisory 2017:3302 Upstream details at : https://access.redhat.com/errata/RHBA-2017:3302 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 479ced9c09356a9a2636d60a593d2be977846085b680917a4cab549acf2d8a45 cpp-4.8.5-16.el7_4.1.x86_64.rpm
2019 Mar 19
0
CEBA-2019:0501 CentOS 7 gcc BugFix Update
CentOS Errata and Bugfix Advisory 2019:0501 Upstream details at : https://access.redhat.com/errata/RHBA-2019:0501 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: cabc4de18159f5c3f0e475a52c52a1ff984ccea0ff174bccad1723892fa81843 cpp-4.8.5-36.el7_6.1.x86_64.rpm
2014 Aug 18
0
CEBA-2014:1071 CentOS 7 gcc BugFix Update
CentOS Errata and Bugfix Advisory 2014:1071 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1071.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 38a9566b7799eee6b5cefcba64a8bba474ea4babd4a0ec47a35c5cd947dbc0b7 cpp-4.8.2-16.2.el7_0.x86_64.rpm