Displaying 20 results from an estimated 1342 matches for "libstdc++".
2007 Dec 07
2
Problems compiling xapian-core to run omega, SunOS
Hello xapian users,
The server I'm compiling on is a little odd. SunOS on a sun4
architecture.
Fails when linking, gives the following,
memcpy 0x10
/usr/local/gcc-3.3.2/lib/./libstdc++.a(ctype.o)
ld: fatal: relocations remain against allocatable but non-writable
sections
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `libxapian.la'
Current working directory
/Net/www/webdata/htdocs/UCB/StudentGroups/cogsci/xapian-core-1...
2009 Dec 09
2
Kerio Mail Server - anyone?
Hey guys,
I'm trying to install the latest Kerio and it seems to want an older
version of libstdc++ which I cannot find anywhere in RPM land
(sorry, but I just know gmail is going to mangle this on its way out )
[root at localhost ~]# rpm --install
/home/amckay/kerio-kms-6.7.3-7892.linux.i386.rpm
error: Failed dependencies:
libstdc++.so.5 is needed by kerio-kms-6.7.3-7892.linux.i386
libstd...
2008 Jul 30
4
libstdc++.so.5 for xten voip phone
Which rpm has libstdc++.so.5?
xten-xlite for linux says it needs this.
Of course, there will be something else it will need after I get this....
2008 Nov 15
1
library strangeness
while doing a yum update today, I noticed a few errors being reported
that seemed strange to me...
/sbin/ldconfig: /usr/lib/libxml2.so.2 is not a symbolic link
/sbin/ldconfig: /usr/lib/libstdc++.so.6 is not a symbolic link
# ls -l /usr/lib/libstdc++.so.*
lrwxrwxrwx 1 root root 18 Oct 13 18:38 /usr/lib/libstdc++.so.5 ->
libstdc++.so.5.0.7
-rwxr-xr-x 1 root root 733168 Jan 8 2007 /usr/lib/libstdc++.so.5.0.7
-rwxr-xr-x 1 root root 804212 Oct 23 10:09 /usr/lib/libstdc++.so.6
-rwxr-...
2005 Jan 14
2
[LLVMdev] Building the CFE I get this error: there are no arguments to `lrand48'
...for the mingw platform, I get
this error: 'error: there are no arguments to `lrand48' that depend on a
template parameter, so a declaration of `lrand48' must be available'.
------------------------
make[3]: Entering directory
`/C/projects/build/MinGW/llvm-gcc-1-1/i686-pc-mingw32/libstdc++-v3/testsuite'
`/C/projects/build/MinGW/llvm-gcc-1-1/i686-pc-mingw32/libstdc++-v3/scripts/testsuite_flags
--build-cxx` -DHAVE_CONFIG_H -I.
-I../../../../../../src/llvm-gcc-1/llvm-gcc/libstdc++-v3/testsuite -I..
-I/C/projects/build/MinGW/llvm-gcc-1-1/i686-pc-mingw32/libstdc++-v3/include/i68...
2006 Sep 16
1
[LLVMdev] cpp program linking error
...lem about llvm-gcc4. It can not compile a
cpp code like this:
#include <iostream>
using std::cout;
using std::endl;
int main()
{
cout << "Hello" << endl;
}
$llvm-g++ hello.cc -o hello
/developer/zsth/llvm-gcc/install/bin/../lib/gcc/i686-pc-linux-gnu/4.0.1/../../..
/libstdc++.so:undefined reference to 'A_::LTHUNK8'
/developer/zsth/llvm-gcc/install/bin/../lib/gcc/i686-pc-linux-gnu/4.0.1/../../..
/libstdc++.so:undefined reference to 'A_::LTHUNK11'
/developer/zsth/llvm-gcc/install/bin/../lib/gcc/i686-pc-linux-gnu/4.0.1/../../..
/libstdc++.so:undefined ref...
2014 Jul 30
2
[LLVMdev] [3.5 Release] Release Candidate 1 Sources and Binaries Available
On 07/30/2014 10:06 AM, Larry Evans wrote:
> On 07/30/2014 12:35 AM, Ben Pope wrote:
>> On Wednesday, July 30, 2014 01:31 PM, Ben Pope wrote:
>>
>>> ldd your_built_clang | grep libstdc++
>>> chrpath -l your_built_clang
>>
>> Hmm, where "your_built_clang" should be the actual failing executable:
>> /home/evansl/dwnlds/llvm/3.5rc1/build/Release+Asserts/bin/llvm-tblgen
>>
>> Ben
> Here's the result:
>
> -*- mode: compila...
2003 Apr 25
1
Fwd: [bug & patch] libstdc++ in linux_base-7.1_3
...d-ports. Looks
like Brandon D. Valentine might needs to create a PR to get the better
attention and keep the track.
Cheers,
Mezz
>Summary:
>
>This began as a problem report from <reigncracks@hotmail.com> inquiring
>about my linux-flashplugin6 port's dependency on the Linux libstdc++
>shared library. I traced this to a bug in the linux_base-7.1 port.
>Patch is attached.
>
>Feel free to tell me to go file a PR, but this seems like a pretty
>trivial fix to go to all of that trouble. This is going to -ports since
>-ports is listed as the MAINTAINER.
>
>...
2015 Jul 09
2
boot... round 2
...ing the upstream 5.x branch:
* Thu Jun 18 2015 Jakub Jelinek <jakub at redhat.com> 5.1.1-4
- update from the 5 branch
- fix C++ ICE in build_ctor_subob_ref (#1232679, #1233030, #1233068,
PR c++/66536)
- PRs c++/58063, c++/65719, c++/66289, c++/66450, c++/66571,
fortran/66385,
libstdc++/66030, libstdc++/66464, middle-end/66429,
target/65527,
target/66258, testsuite/65944
* Fri Jun 12 2015 Jakub Jelinek <jakub at redhat.com> 5.1.1-3
- update from the 5 branch
- PRs bootstrap/66252, bootstrap/66319, c++/66383, c++/66387,
fortran/66245, libstdc++/66327, lib...
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...
2015 Feb 21
4
[LLVMdev] [cfe-dev] [RFC] When can libc++ "officially" support linux?
On Fri, Feb 20, 2015 at 7:02 PM, Hal Finkel <hfinkel at anl.gov> wrote:
> > 2. We need to clarify how libstdc++ and libsupc++ can be used as
> > libc++'s ABI library and explicitly define the level of support for
> > these configurations. Are there any people using this functionality?
> > These configurations have been broken for GCC >= 4.9.2 and I haven't
> > heard any c...
2005 Jan 14
0
[LLVMdev] Building the CFE I get this error: there are no arguments to `lrand48'
...GCC
snapshot we are using isn't happy with mingw. In any case, I think it
would be better to ask on the mingw lists to get some idea of what to do
about this.
-Chris
> ------------------------
> make[3]: Entering directory
> `/C/projects/build/MinGW/llvm-gcc-1-1/i686-pc-mingw32/libstdc++-v3/testsuite'
> `/C/projects/build/MinGW/llvm-gcc-1-1/i686-pc-mingw32/libstdc++-v3/scripts/testsuite_flags
> --build-cxx` -DHAVE_CONFIG_H -I.
> -I../../../../../../src/llvm-gcc-1/llvm-gcc/libstdc++-v3/testsuite -I..
> -I/C/projects/build/MinGW/llvm-gcc-1-1/i686-pc-mingw32/libst...
2012 Feb 23
9
32bit and 64bit version of a package
Hi,
I''m trying to write a recipe to install the latest libstdc++ in both
32bit and 64bit flavors and running into issues. Yum only wants to
install the 64bit version if I do:
yum install libstdc++
If I do something like:
package { "libstdc++.i386" : ensure => latest }
It tells me "nothing to do"
Any suggestions on the right way to...
2005 Oct 18
1
How to get GLIBCXX_3.4.4 ??
Hi CentOS,
I just completed the yum update to 4.2, hoping to get included with
libstdc++.so.6(GLIBCXX_3.4.4) for the x86_64.
I need the libs to run cinelerra:
[ryan at dorje]# cinelerra
cinelerra: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.4' not found (required by cinelerra)
An: "rpm -q -i --provides -l libstdc++-3.4.4-2" returns:
(A bunch of stuff......
2014 Jul 30
2
[LLVMdev] [3.5 Release] Release Candidate 1 Sources and Binaries Available
On Wednesday, July 30, 2014 01:31 PM, Ben Pope wrote:
> ldd your_built_clang | grep libstdc++
> chrpath -l your_built_clang
Hmm, where "your_built_clang" should be the actual failing executable:
/home/evansl/dwnlds/llvm/3.5rc1/build/Release+Asserts/bin/llvm-tblgen
Ben
2005 Jan 14
1
[LLVMdev] Building the CFE I get this error: there are no arguments to `lrand48'
...9;t happy with mingw. In any case, I think
> it would be better to ask on the mingw lists to get some idea of what
> to do about this.
>
> -Chris
>
>> ------------------------
>> make[3]: Entering directory
>> `/C/projects/build/MinGW/llvm-gcc-1-1/i686-pc-mingw32/libstdc++-v3/testsuite'
>>
>> `/C/projects/build/MinGW/llvm-gcc-1-1/i686-pc-mingw32/libstdc++-v3/scripts/testsuite_flags
>> --build-cxx` -DHAVE_CONFIG_H -I.
>> -I../../../../../../src/llvm-gcc-1/llvm-gcc/libstdc++-v3/testsuite
>> -I..
>> -I/C/projects/build/MinG...
2007 Aug 22
2
[LLVMdev] llvm-gcc-4.0 compilation erros
...d.
Thanks,
Ryan
----------- compilation errors ------------------
/home/crhc3/lefever/llvm/cvs-070820/llvm-gcc-4.0_obj/gcc/xgcc
-shared-libgcc
-B/home/crhc3/lefever/llvm/cvs-070820/llvm-gcc-4.0_obj/gcc/ -nostdinc++
-L/home/crhc3/lefever/llvm/cvs-070820/llvm-gcc-4.0_obj/x86_64-unknown-linux-gnu/libstdc++-v3/src
-L/home/crhc3/lefever/llvm/cvs-070820/llvm-gcc-4.0_obj/x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs
-B/home/crhc3/lefever/llvm/cvs-070820/llvm-gcc-4.0_obj/../install/x86_64-unknown-linux-gnu/bin/
-B/home/crhc3/lefever/llvm/cvs-070820/llvm-gcc-4.0_obj/../install/x86_64-unknown-linux-g...
2009 Jul 27
3
[LLVMdev] [Cygwin] error building llvm-gcc - X86ATTAsmPrinter error in libstdc++
I am now getting an X86ATTAsmPrinter error in compiling libstdc++-v3 right
near the end of compiling llvm-gcc in valarray-inst.cc.
assertion "IndexReg.getReg() != X86::ESP && "X86 doesn't allow scaling
by ESP"
Does this build on Linux ?
My remote Linux box has died and not a ble to reset it for a day or two.
/home/ang/build/ll...
2007 Aug 10
2
yum install libstdc++-devel
On CentOS 4.5 (x86_64); happening on several different machines
with libstdc++ and libstdc++-devel v. 3.4.6-8
only one of the i386 or x86_64 versions of libstc++-devel is installed
if I
yum install libstdc++-devel
it will install the x86_64 version and remove the i386 version, but
not warn me. Similarly if the i386 version is installed it will
install the x86_64 and...
2012 Sep 11
2
[LLVMdev] Build Error from Intrinsics.td
...after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
0 llvm-tblgen 0x000000000058525f
1 llvm-tblgen 0x0000000000585719
2 libpthread.so.0 0x00002b05a7801c60
3 libc.so.6 0x00002b05a83ead05 gsignal + 53
4 libc.so.6 0x00002b05a83eeab6 abort + 390
5 libstdc++.so.6 0x00002b05a7f556dd
__gnu_cxx::__verbose_terminate_handler() + 285
6 libstdc++.so.6 0x00002b05a7f53926
7 libstdc++.so.6 0x00002b05a7f53953
8 libstdc++.so.6 0x00002b05a7f53a5e
9 libstdc++.so.6 0x00002b05a7f53e6d operator new(unsigned long) + 125
10 libstdc++.so.6 0x00002b05a7f36e6d s...