search for: 20110731

Displaying 20 results from an estimated 22 matches for "20110731".

2012 Jul 15
3
[LLVMdev] Compiling llvm and Clang on Linux
...mpfr-install/ --with-ppl=/builddir/build/BUILD/gcc-4.4.6-20110824/obj-i386-redhat-linux6E/ppl-install --with-cloog=/builddir/build/BUILD/gcc-4.4.6-20110824/obj-i386-redhat-linux6E/cloog-install --with-tune=generic --with-arch=i586 --build=i386-redhat-linux6E Thread model: posix gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) build> g++44 -v Using built-in specs. Target: i386-redhat-linux6E Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --...
2012 Jul 15
0
[LLVMdev] Compiling llvm and Clang on Linux
...l=/builddir/build/BUILD/gcc-4.4.6-20110824/obj-i386-redhat-linux6E/ppl-install > > --with-cloog=/builddir/build/BUILD/gcc-4.4.6-20110824/obj-i386-redhat-linux6E/cloog-install > --with-tune=generic --with-arch=i586 --build=i386-redhat-linux6E > Thread model: posix > gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) > > > build> g++44 -v > Using built-in specs. > Target: i386-redhat-linux6E > Configured with: ../configure --prefix=/usr --mandir=/usr/share/man > --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla > --enable-bootstrap --e...
2011 Jul 30
2
[PATCH] net_connect_*(): Wait for fd to complete connect(2) when fd is non-blocking
....co.jp/ -- Personal Home: http://www.SFO.jp/blog/ -------------- next part -------------- A non-text attachment was scrubbed... Name: dovecot-2.0.13-wait-for-fd-to-complete-connect.patch Type: text/x-diff Size: 2278 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20110731/89043659/attachment-0002.bin>
2011 Jul 31
3
[LLVMdev] SwitchInst::addCase with BlockAddress
...lo Alberto Ferraris <cafxx at strayorange.com <mailto:cafxx at strayorange.com>> website/blog <http://cafxx.strayorange.com> - +39 333 7643 235 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110731/fa1e0254/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: cafxx.vcf Type: text/x-vcard Size: 233 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110731/fa1e0254/attachment.vcf>
2012 Jul 15
0
[LLVMdev] Compiling llvm and Clang on Linux
PS: Do you actually have gcc-4.4 installed and in your path? What do the commands gcc44 -v and g++44 -v output? On 15/07/12 10:59, Duncan Sands wrote: > Hi Sitvanit, > >> I tried >> >> CC=gcc44 CXX=g++44 ../llvm/configure >> >> and got >> >> CC=gcc44: Command not found >> >> So the syntax is indeed as wriiten in the help. >
2012 Jul 15
2
[LLVMdev] Compiling llvm and Clang on Linux
Hi Sitvanit, > I tried > > CC=gcc44 CXX=g++44 ../llvm/configure > > and got > > CC=gcc44: Command not found > > So the syntax is indeed as wriiten in the help. actually, no, this just means that you are using a shell that doesn't support this syntax. What shell are you using? Try export CC=gcc44 export CXX=g++44 ../llvm/configure Ciao, Duncan. >
2012 Mar 25
1
CentOS-virt Digest, Vol 55, Issue 10
...xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 xen_scheduler : credit xen_pagesize : 4096 platform_params : virt_start=0xffff800000000000 xen_changeset : unavailable xen_commandline : cc_compiler : gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) cc_compile_by : su cc_compile_domain : (none) cc_compile_date : Mon Mar 12 16:39:43 CDT 2012 xend_config_format : 4 [root at XenTester su]# Anything else info needed? Thanks, > > ------------------------------ > > ____________________...
2012 Mar 14
6
Host does not support virtualization type 'xen'
Hello Community, I successfully installed and run xen (xm list and xm info can output appropriately). However, while I was installing domU image by using virt-install -p at domU OS. I encountered an error information" Host does not support virtualization type ''xen'' ". I built xen from source. Some of my friends have the same issue, but if they use pre-build xen, the
2011 Jul 30
0
[LLVMdev] Reflective execution on LLVM
...It would be tremendously helpful if anyone can kindly share some experience, or point me to the right resource! Any comments are highly appreciated! Thanks -Sai -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110731/a9b45223/attachment.html>
2011 Jul 31
0
[LLVMdev] llvm-link Patch
On Sun, Jul 31, 2011 at 12:43 AM, Duncan Sands <baldrick at free.fr> wrote: > Hi Rafael, > >>> I'm working on a project that involves archive files and since llvm-link >>> does not currently support them, I have a simple patch (attached) to add >>> this functionality. It isn't really efficient (it recomputes the set of >>> symbols that need
2011 Jul 31
1
example package for devel newcomers
...exandre -- Alexandre Santos Aguiar, MD, SCT -------------- Pr?xima Parte ---------- Um anexo n?o-texto foi limpo... Nome: n?o dispon?vel Tipo: application/pgp-signature Tamanho: 198 bytes Descri??o: This is a digitally signed message part. URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110731/33b6f29f/attachment.bin>
2011 Jul 31
2
[LLVMdev] llvm-link Patch
Hi Rafael, >> I'm working on a project that involves archive files and since llvm-link >> does not currently support them, I have a simple patch (attached) to add >> this functionality. It isn't really efficient (it recomputes the set of >> symbols that need to be linked in after each link), and it probably has >> some problems with append linkage, but so far
2012 May 02
1
Incomplete host name resolution
...TX packets:4038 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:393067 (383.8 KiB) And here is how my applications behave: [adrian at adrian projects]$ python Python 2.6.6 (r266:84292, Dec 7 2011, 20:48:22) [GCC 4.4.6 20110731 (Red Hat 4.4.6-3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import socket >>> socket.gethostbyname_ex('adrian') ('adrian', [], ['192.168.122.1']) >>> for a in so...
2011 Jul 31
4
How to count numbers of a vector and use them as index values?
...1] 0 2 2 1 0 1 0 0 Thank you in advance, Paul -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110731/347cca14/attachment.bin>
2013 Jun 10
1
Mellanox SR-IOV IB PCI passthrough in Xen - MSI-X pciback issue
...en-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 xen_scheduler : credit xen_pagesize : 4096 platform_params : virt_start=0xffff800000000000 xen_changeset : unavailable xen_commandline : cc_compiler : gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) cc_compile_by : mockbuild cc_compile_domain : cc_compile_date : Fri Jun 15 17:40:35 EDT 2012 xend_config_format : 4 [root@hp6 xen_tests]# dmesg | grep "Command line" Command line: ro root=/dev/mapper/vg_hp6-lv_root nomodeset rd_NO_LUKS LA...
2011 Jul 31
4
[LLVMdev] high bit of function address set incorrectly?
...set? Anybody willing to shed some light on what is happening here? Thanks, Maurice -------------- next part -------------- A non-text attachment was scrubbed... Name: disassemble.png Type: image/png Size: 9049 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110731/621fca5b/attachment.png>
2011 Jul 31
3
example package for devel newcomers
...Alexandre -- Alexandre Santos Aguiar, MD, SCT -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20110731/e55ffca6/attachment.bin>
2011 Jul 31
0
[LLVMdev] RFC: Exception Handling Rewrite
Hi Bill, > Please read this proposal and send me your comments, suggestions, and concerns. this proposal looks great to me. Thanks for working on it. I have a few minor comments, see below. > //===-------------------------- > // The 'landingpad' Instruction > // > > The 'landingpad' instruction replaces the current 'llvm.eh.exception' and >
2012 May 21
1
[OT] Cannot boot into GUI after Video Driver is Installed
...i May 11 23:28:10 PDT 2012 -------------------output cut------------------- After I installed the nVidia drivers the nouveau drivers was automatically blacklisted. May 20 19:51:57 wildfire kernel: Linux version 2.6.32-220.17.1.el6.x86_64 ( mockbuild at c6b5.bsys.dev.centos.org) (gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) ) #1 SMP Wed May 16 00:01:37 BST 2012 May 20 19:51:57 wildfire kernel: Command line: ro root=/dev/mapper/vg_wildfire-LogVol00 nomodeset rd_NO_LUKS LANG=en_US.UTF-8 rd_NO_MD quiet SYSFONT=latarcyrheb-sun16 rhgb crashkernel=auto rd_LVM_LV=vg_wildfire/LogVol00 KEYBOARDTYPE=pc...
2011 Jul 23
14
[LLVMdev] RFC: Exception Handling Rewrite
What? Yet another EH proposal?! This one is different from the others in that I'm planning to start implementing this shortly. But I want your feedback! I've all ready gotten a lot of feedback from Chris, John, Jim, Eric, and many others. Now is your turn! Please read this proposal and send me your comments, suggestions, and concerns. -bw