Displaying 20 results from an estimated 600 matches similar to: "[LLVMdev] tblgen error in svn"
2010 Sep 15
0
[LLVMdev] LLVMdev Digest, Vol 75, Issue 32
2010/9/15 <llvmdev-request at cs.uiuc.edu>
> Send LLVMdev mailing list submissions to
> llvmdev at cs.uiuc.edu
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
> or, via email, send a message with subject or body 'help' to
> llvmdev-request at cs.uiuc.edu
>
> You can
2008 Jun 04
0
[LLVMdev] Broken versions of GCC and other tools
GCC versions listed here are known to not work. If you are using one of
these versions, please try to upgrade your GCC to something more recent.
If you run into a problem with a version of GCC not listed here, please
let us know. Please use the "gcc -v" command to find out which version
of GCC you are using.
Hello, I just wanted to report that I had problems compiling
LLVM 2.2
2013 May 27
2
Dovecot 2.2 build rpm on Centos6
Hi list,
I tried to build rpm based on dovecot-2.2.2-2.fc20.src.rpm on Centos 6.4
rpmbuild --define 'rhel 64' -ba dovecot-2.2.spec
I get this error:
checking for C compiler default output file name...
configure: error: in `/home/builder/rpmbuild/BUILD/dovecot-2.2.2':
configure: error: C compiler cannot create executables
See `config.log' for more details.
(config.log
2008 Jun 10
7
error compiling fc9 x64
when i run ./configure in fedora 9 64 bit i get this error
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc -m32
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
this is
2008 Oct 28
5
Wine does not compile on Fedora 9 x86_64
Hi,
I downloaded wine source from winehq and installed all dependencies as per the wiki:
http://wiki.winehq.org/WineOn64bit
However when i run ./configure,its displays the following and exits:
Code:
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost.localdomain
uname -m = x86_64
uname -r = 2.6.26.5-45.fc9.x86_64
uname -s = Linux
uname -v = #1 SMP Sat Sep 20
2013 Feb 06
1
Weird ldlinux loading trouble
Hi,
I'm currently on elflink branch with commit 52443dc7dc5a203d053b70e870e6b83986ebb530
I did a make spotless before the following problem.
If I do a make inside com32/ my hdt.c32 is working properly.
If I do a make inside com32/hdt/ my hdt.c32 is not working and fails with
Failed to load ldlinux.c32
To to my tests, I use the following command
qemu-kvm -net nic -net user -boot n -tftp
2008 Mar 05
5
C compiler cannot create executables when building zaptel
When attempting to build zaptel I get the following error:
configure:2184: error: C compiler cannot create executables
vi config.log
configure:2066: $? = 0
configure:2073: gcc -v >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--enable-checking=release
2009 Mar 04
3
[LLVMdev] llvm-gcc fails to build on REL5.1 Linux and Intel x86_64
While attempting to compile llvm-gcc on Intel x86_64 2-way 4-core machine,
i got the following errors:
configure line i used is:
../llvm-gcc4.2-2.5.source/configure --enable-llvm=`pwd`/../../llvm-2.5
--program-prefix=llvm- --enable-languages=c,c++ --host=x86_64-redhat-linux
--build=x86_64-redhat-linux --disable-multilib --disable-shared
Errors:
lvm-gcc4.2-2.5.source/gcc/.
2008 Feb 14
1
[LLVMdev] Bug Report - Broken versions of FC6-GCC.4.1.1 when complie llvm-2.2 source
2012 Mar 21
15
[PATCH RFC V6 0/11] Paravirtualized ticketlocks
From: Jeremy Fitzhardinge <jeremy.fitzhardinge at citrix.com>
Changes since last posting: (Raghavendra K T)
[
- Rebased to linux-3.3-rc6.
- used function+enum in place of macro (better type checking)
- use cmpxchg while resetting zero status for possible race
[suggested by Dave Hansen for KVM patches ]
]
This series replaces the existing paravirtualized spinlock mechanism
with a
2012 Mar 21
15
[PATCH RFC V6 0/11] Paravirtualized ticketlocks
From: Jeremy Fitzhardinge <jeremy.fitzhardinge at citrix.com>
Changes since last posting: (Raghavendra K T)
[
- Rebased to linux-3.3-rc6.
- used function+enum in place of macro (better type checking)
- use cmpxchg while resetting zero status for possible race
[suggested by Dave Hansen for KVM patches ]
]
This series replaces the existing paravirtualized spinlock mechanism
with a
2006 Sep 27
1
Jpackage tomcat55-common-lib requires eclipse-ecj >= 0:3.1.1
Guys,
I'm running into a dependecy issue running through the process of
building a system for Openbravo. My test system's running CentOS 4.4,
i386.
Openbravo requires...
- Jakarta-Tomcat version 5.5. It can be downloaded from
http://tomcat.apache.org/
- Java (TM) 2 Platform Standard Edition 5.0. It can be downloaded from
http://java.sun.com/j2se/1.5.0/download.jsp
- Oracle(r) 10g
2014 Sep 27
0
possible error in rdevel with --enable-strict-barrier?
Hi,
With a fresh Rdevel r66690 (yesterday 26th) in ~/R/Rtrunk I get :
~/R/Rtrunk $ ./configure CC="gcc -std=gnu99 -fsanitize=address"
CFLAGS="-fno-omit-frame-pointer -O0 -g -Wall -pedantic -mtune=native"
--without-recommended-packages
~/R/Rtrunk $ make clean
~/R/Rtrunk $ make
Works fine.
Now adding --enable-strict-barrier to the end :
~/R/Rtrunk $ ./configure
2009 Feb 21
1
Install failure (PR#13545)
Hello:
Encountered a problem installing R on
CentOS release 5.2
This is a 64bit OS
I need to know if this will work on this server or do I need to change OS>
Thanks
Bob
I downloaded the source ( R-2.8.1.tar.gz ) due to no release being available
for CentOS.
My ./configure --with-x=no --with-readline=no R_PAPERSIZE='letter'
Failed:
./configure --with-x=no --with-readline=no
2015 Aug 21
2
rpmbuild dwz error
CentOS,
I'm not sure where to ask this, please let me know if there is a more
appropriate place.
On CentOS 7, I'm building a large C++ package with rpmbuild. Arachne
(https://www.broadinstitute.org/crd/wiki/index.php/Arachne_Main_Page).
During the debuginfo extraction stage, I get the following error:
+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz
2019 Jul 30
2
LLVM Build Error: Target object too big
While trying to assemble a particular input file, my build system failed because
the target object was too big. I calculated that the input source file after
preprocessing would be about 3.91Mb.
system: CYGWIN_NT-10.0 x86_64 Cygwin
file: llvm-master/lib/Passes/PassBuilder.cpp
build output:
Scanning dependencies of target LLVMPasses
[ 84%] Building CXX object
2015 Sep 14
0
EFI: HP + syslinux = crash [ brown paper bag update ]
On 2015-09-13 18:00, Gene Cumm via Syslinux wrote:
> Patrick, Oscar, what specific build tools are you two using?
Oscar is on holiday for another week. But I'm pretty sure his
environment should be:
# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.0 (Maipo)
# ld -v
GNU ld version 2.23.52.0.1-16.el7 20130226
# gcc -v
Using built-in specs.
COLLECT_GCC=gcc
2015 Sep 14
0
EFI: HP + syslinux = crash [ brown paper bag update ]
On Mon, Sep 14, 2015 at 05:22:40AM -0700, Patrick Masotta via Syslinux wrote:
> Teun wrote:
} } Gene wrote
} } } Smells like an optimizer/stripper bug :(
} } } Patrick, Oscar what build environment do you use?
> > Oscar is on holiday for another week. But I'm pretty sure his
> > environment should be:
> > ...
} } # gcc -v
} } Using built-in specs.
} } COLLECT_GCC=gcc
}
2015 Aug 21
3
rpmbuild dwz error
Am 21.08.2015 um 21:08 schrieb ????????? ???????? <nevis2us at infoline.su>:
>> On CentOS 7, I'm building a large C++ package with rpmbuild. Arachne
>> (https://www.broadinstitute.org/crd/wiki/index.php/Arachne_Main_Page).
>> During the debuginfo extraction stage, I get the following error:
>> + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz
2006 Oct 18
2
Redhat compilers and lme4 with R-2.4.0
I've tried unsuccessfully to install lme4 on two different Redhat
systems but I've not noticed anything on this list to indicate anyone
else has had similar problems.
* Installing *source* package 'lme4' ...
** libs
gcc -I/usr/local/R-2.4.0/include -I/usr/local/R-2.4.0/include -I/usr/local/include -fpic -g -O2 -std=gnu99 -c init.c -o init.o
In file included from init.c:1: