search for: libiberty

Displaying 20 results from an estimated 118 matches for "libiberty".

2008 Oct 01
0
[LLVMdev] llvm-gcc linux build broken
.../gcc/ -B/usr/local/gnat-llvm/x86_64-unknown-linux-gnu/bin/ -B/usr/local/gnat-llvm/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/gnat-llvm/x86_64-unknown-linux-gnu/include -isystem /usr/local/gnat-llvm/x86_64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../llvm-gcc4.2/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../llvm-gcc4.2/libiberty/cplus-dem.c -o cplus-dem.o ../../../llvm-gcc4.2/libiberty/cplus-dem.c:55: warning: function declaration isn’t a prototype ../../../llvm-gcc4.2/libiberty/cplus-dem.c:55: error: conflicting...
2008 Oct 01
2
[LLVMdev] llvm-gcc linux build broken
> It builds here (Linux x86_64), I use the following configure line: > ../llvm-gcc4.2/configure > --prefix=/home/edwin/llvm-svn/obj42/../install --program-prefix=llvm- > --enable-llvm=/home/edwin/llvm-svn/llvm/ --disable-multilib > --enable-checking=release --enable-languages=c,c++ I'm using (x86-64 linux, gcc 4.3) ../gcc-4.2.llvm/configure --prefix=/usr/local/gnat-llvm
2009 Jan 20
3
[LLVMdev] linux build problem
...nfused and failing to detect a stdlib.h. John /home/regehr/z/tmp/llvm-gcc-r62547-src/build/./prev-gcc/xgcc -B/home/regehr/z/tmp/llvm-gcc-r62547-src/build/./prev-gcc/ -B/home/regehr/z/tmp/llvm-gcc-r62547-install/i686-pc-linux-gnu/bin/ -c -DHAVE_CONFIG_H -O2 -g -fomit-frame-pointer -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../libiberty/cplus-dem.c -o cplus-dem.o no checking for ldfcn.h... ../../libiberty/cplus-dem.c:55: warning: function declaration isn’t a prototype ../../libiberty/cplus-dem.c:55: error: conflicting types for ‘mallo...
2009 Jan 20
0
[LLVMdev] linux build problem
...h. > > John > > > /home/regehr/z/tmp/llvm-gcc-r62547-src/build/./prev-gcc/xgcc > -B/home/regehr/z/tmp/llvm-gcc-r62547-src/build/./prev-gcc/ > -B/home/regehr/z/tmp/llvm-gcc-r62547-install/i686-pc-linux-gnu/bin/ -c > -DHAVE_CONFIG_H -O2 -g -fomit-frame-pointer -I. > -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings > -Wstrict-prototypes -Wc++-compat ../../libiberty/cplus-dem.c -o > cplus-dem.o > no > checking for ldfcn.h... ../../libiberty/cplus-dem.c:55: warning: > function declaration isn’t a prototype > ../../libiberty/cplus-dem.c:55: error...
2010 Jul 28
1
Libiberty/mkstemps compile problem
...o typelib.o typetree.o utils.o widl.o write_msft.o parser.tab.o parser.yy.o ../../libs/wpp/libwpp.a ../../libs/port/libwine_port.a parser.yy.o: In function `do_import': /home/jcoppens/wine-1.2/tools/widl/parser.l:477: undefined reference to `mkstemps' I found out this should come from libiberty, which is present as a static library (probably ok, as the rest of the above links static?). Recompiling libiberty from the binutils with --enable-static doesn't do it - that option is not recognized (though it does appear several times in configure) I checked parser.l, and it didn't have...
2009 Jan 27
3
[LLVMdev] [PATCH] llvm/llvm-gcc broken on mingw32
...mingw32/bin/ -Bc:/cygwin/home/jlerouge/buildbot/llvm-test/i686-pc-mingw32/lib/ -isystem c:/cygwin/home/jlerouge/buildbot/llvm-test/i686-pc-mingw32/include -isystem c:/cygwin/home/jlerouge/buildbot/llvm-test/i686-pc-mingw32/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../../llvm-gcc4.2-src/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../../llvm-gcc4.2-src/libiberty/pex-win32.c -o pex-win32.o ../../../../llvm-gcc4.2-src/libiberty/pex-win32.c: In function 'argv_to_cmdline': ../../../../llvm-gcc4.2-src/libiberty/pex-win32.c:365: warning:...
2005 Mar 11
3
[LLVMdev] Anyone seen this before?
.../gcc/ -B/usr/lib/llvm/cfrontend/x86_64-unknown-linux-gnu/bin/ -B/usr/lib/llvm/cfrontend/x86_64-unknown-linux-gnu/lib/ -isystem /usr/lib/llvm/cfrontend/x86_64-unknown-linux-gnu/include -isystem /usr/lib/llvm/cfrontend/x86_64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -O2 -I. -I../../../src/libiberty/../include -W -Wall -Wtraditional -pedantic ../../../src/libiberty/concat.c -o concat.o gccas: /tmp/ccl9eZIl.s:569: Can't load from pointer of non-first-class type: make[3]: *** [concat.o] Error 1 make[3]: Leaving directory `/home/ahs3/llvm/llvm-1.4/cfrontend/build/x86_64-unknown-linux-gnu/lib...
2007 Jan 24
2
[LLVMdev] patch - update libiberty/psignal to latest prototypes.
Hi , I needed to apply this patch to get the GCC frontend building on an FC5 x86 box . [ramana at venglathur gcc]$ svn diff Index: libiberty/strsignal.c =================================================================== --- libiberty/strsignal.c (revision 254) +++ libiberty/strsignal.c (working copy) @@ -557,8 +557,8 @@ void psignal (signo, message) - unsigned signo; - char *message; + int signo; + const char *messa...
2008 Oct 01
2
[LLVMdev] llvm-gcc linux build broken
...gcc/ -B/usr/local/gnat-llvm/x86_64-unknown-linux-gnu/bin/ -B/usr/local/gnat-llvm/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/gnat-llvm/x86_64-unknown-linux-gnu/include -isystem /usr/local/gnat-llvm/x86_64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.llvm/libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat ../../../gcc-4.2.llvm/libiberty/cplus-dem.c -o cplus-dem.o ../../../gcc-4.2.llvm/libiberty/cplus-dem.c:55: warning: function declaration isn’t a prototype ../../../gcc-4.2.llvm/libiberty/cplus-dem.c:55: error: conflicti...
2005 May 25
5
[LLVMdev] LLVM Cygwin Run Errors
...in cygwin successfully using GCC3.4.3 and binutils2.15 (as in makefiles do not complain errors except some warnings). However when I do this, there are some errors like, *************************************************************** u0201201 at 9nnvf2ay /home/cfrontend/install/lib $ llvm-ranlib libiberty.a llvm-ranlib: Error opening archive file: libiberty.a **************************************************************** This happens to llvm-ranlib libiberty.a, llvm-ranlib libstdc++.a, llvm-ranlib libsupc++.a too. May I know what is the cause and how to solve it? (I saw a post similar to this, bu...
2012 Jan 16
1
[LLVMdev] Problem with building llvm-gcc
Thank you, I did try that and got the following error: checking for library containing strerror... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. make[1]: *** [configure-target-libiberty] Error 1 make[1]: Leaving directory `/home/ghoang/llvm-test/llvm-gcc-2.8-build' make: *** [all] Error 2 I also tried adding --disable-libiberty but make would fail even earlier with the following error: make[1]: Entering directory `/home/ghoang/llvm-test/llvm-gcc-2.8-build' make[2]: En...
2006 Dec 22
5
[LLVMdev] in Cygwin problems
How to solve this problem? $ make make[1]: Entering directory `/tmp/llvm3/llvm/build/libiberty' make[2]: Entering directory `/tmp/llvm3/llvm/build/libiberty/testsuite' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/llvm3/llvm/build/libiberty/testsuite' make[1]: Leaving directory `/tmp/llvm3/llvm/build/libiberty' make[1]: Entering directory `/tmp/l...
2005 May 19
4
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
Hi, Got everything built but am now experiencing new errors on making the symbol tables and on 'make check'. Here's the errors I am experiencing :- Aaron Gray at AMD-LAPTOP-1 /usr/llvm-gcc/lib $ ls gcc libdummy.a libiberty.a libstdc++.a libsupc++.la libc.a libgcc.a libm.a libstdc++.la libtrace.a libcrtend.a libgcsemispace.a libprofile_rt.a libsupc++.a Aaron Gray at AMD-LAPTOP-1 /usr/llvm-gcc/lib $ llvm-ranlib libiberty.a llvm-ranlib: Error opening archive file: libiberty.a This...
2006 Dec 22
0
[LLVMdev] in Cygwin problems
On Sat, 23 Dec 2006, Roman wrote: > How to solve this problem? Java isn't supported. Use --enable-languages=c,c++ -Chris > $ make > make[1]: Entering directory `/tmp/llvm3/llvm/build/libiberty' > make[2]: Entering directory `/tmp/llvm3/llvm/build/libiberty/testsuite' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/tmp/llvm3/llvm/build/libiberty/testsuite' > make[1]: Leaving directory `/tmp/llvm3/llvm/build/libiberty' > make[1]: E...
2005 May 19
0
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
Aaron, Could you send me the libiberty.a file? Please gzip it. I would like to make sure this isn't an llvm-ranlib bug. Thanks, Reid. On Thu, 2005-05-19 at 15:36 +0100, Aaron Gray wrote: > Hi, > > Got everything built but am now experiencing new errors on making the > symbol tables and on 'make check'. >...
2005 Mar 11
0
[LLVMdev] Anyone seen this before?
...m/cfrontend/x86_64-unknown-linux-gnu/bin/ > -B/usr/lib/llvm/cfrontend/x86_64-unknown-linux-gnu/lib/ > -isystem /usr/lib/llvm/cfrontend/x86_64-unknown-linux-gnu/include > -isystem /usr/lib/llvm/cfrontend/x86_64-unknown-linux-gnu/sys-include -c > -DHAVE_CONFIG_H -O2 -O2 -I. -I../../../src/libiberty/../include -W > -Wall -Wtraditional -pedantic ../../../src/libiberty/concat.c -o > concat.o > gccas: /tmp/ccl9eZIl.s:569: Can't load from pointer of non-first-class > type: > make[3]: *** [concat.o] Error 1 > make[3]: Leaving directory > `/home/ahs3/llvm/llvm-1.4/cfrontend...
2006 Aug 01
0
[LLVMdev] Building llvm under cygwin
...ion > /bin/sh: -c: line 0: syntax error near unexpected token `;' > /bin/sh: -c: line 0: `if ; then \' > make[1]: *** [xlimits.h] Error 2 > make: *** [all-gcc] Error 2 > > and there is the output of standart stream: > > make[1]: Entering directory `/llvm-gcc/obj/libiberty' > make[2]: Entering directory `/llvm-gcc/obj/libiberty/testsuite' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/llvm-gcc/obj/libiberty/testsuite' > make[1]: Leaving directory `/llvm-gcc/obj/libiberty' > make[1]: Entering directory `/llv...
2007 Jan 22
0
[LLVMdev] more llvmgcc build issues.
...pc-linux-gnu/bin/ -B/home/ramana/llvm/install-llvm/i686-pc-linux-gnu/lib/ -isystem /home/ramana/llvm/install-llvm/i686-pc-linux-gnu/include -isystem /home/ramana/llvm/install-llvm/i686-pc-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I/home/ramana/llvm/llvmgccfrontend/llvmgcc4-source/gcc/libiberty/../include -W -Wall -Wtraditional -pedantic /home/ramana/llvm/llvmgccfrontend/llvmgcc4-source/gcc/libiberty/strsignal.c -o strsignal.o /home/ramana/llvm/llvmgccfrontend/llvmgcc4-source/gcc/libiberty/strsignal.c: In function ‘psignal’: /home/ramana/llvm/llvmgccfrontend/llvmgcc4-source/gcc/libiberty...
2006 Jul 31
0
[LLVMdev] Building llvm under cygwin
If you're building llvm-gcc4, you don't need the runtime libraries, so I'd just stick with the "tools-only" build and declare success. If you're building llvm-gcc3, I'd suggest you switch to llvm-gcc4 :) However, the problem appears to be your PATH variable. In your path you have the following directory: C:/Program Files/Microsoft DirectX SDK (June
2006 Dec 23
1
[LLVMdev] in Cygwin problems
Problem 2: Configure: ../src/configure --prefix=/tmp/llvm/install --disable-threads --disable-nls --disable-shared --enable-languages=c,c++ --disable-c-mbchar --program-prefix=llvm- $ make make[1]: Entering directory `/tmp/llvm3/llvm/build/libiberty' make[2]: Entering directory `/tmp/llvm3/llvm/build/libiberty/testsuite' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/llvm3/llvm/build/libiberty/testsuite' make[1]: Leaving directory `/tmp/llvm3/llvm/build/libiberty' make[1]: Entering directory `/tmp/l...