Displaying 20 results from an estimated 23 matches for "20150611".
Did you mean:
  20150619
  
2015 Jun 12
5
[LLVMdev] How to change the linker of clang
1) Build clang with GCC-4.9.2, when compling other application s with
clang/clang++, the default linker is ld, can I replace it with other linker
tool, if we can, how to do it?
I.E. can we use collect2 instead?
2) how to specify the  path, if we do not use the default vertion GCC?
Best Regards!
Eric Lew
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Jun 11
2
[LLVMdev] Self compiling latest clang from SVN
...ts on the
SVN version as we go along, or is it more the case that the SVN version is
expected to have bugs and it would be better to wait for a release
candidate?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150611/0fbeca55/attachment.html>
2015 Jun 11
2
asterisk & google contacts
2015 Jun 11
2
[LLVMdev] Question about usage of LLVMLinkModules()
...s not the problem (and it
> probably isn't, since I'd expect crashes there), my bet would be on
> some sort of linkage conflict between the modules.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150611/960a47a4/attachment.html>
2015 Jun 11
0
Bridges, VLANs, Bonding on CentOS 7
..._________________________________
> CentOS-virt mailing list
> CentOS-virt at centos.org
> http://lists.centos.org/mailman/listinfo/centos-virt
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20150611/5844781f/attachment-0006.html>
2015 Jun 11
2
Bridges, VLANs, Bonding on CentOS 7
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
some months ago I ran into a hassle with following, quite simple
config that works on CentOS 6 and CentOS 5 extremeley well, for years.
However, I have problems getting it running on CentOS 7.
                                   ,-- bond0.100 -- brbond0.100 -> (VMs)
eth0 (eno1 on C7) --.              |
                    |--- bond0 ----|--
2015 Jun 11
2
[LLVMdev] Question about NoWrap flag for SCEVAddRecExpr
> On Jun 10, 2015, at 11:44 PM, Sanjoy Das <sanjoy at playingwithpointers.com> wrote:
> 
>> Base is treated as unsigned so 0xff…ff + 1 would be 0x100…00
> 
> This is the part I was missing, thanks for pointing out the FAQ.  So
> the infinitely precise address computed by a GEP is
> 
> zext(Base) + sext(Idx0) + sext(Idx1) … ?
Yes, that is the way I read it.
2015 Jun 08
2
Problem with GT218 (GeForce GT210)
Hello, I'm facing issues with a Point of View GT210/218 and nouveau
drivers. I'm using ubuntu server with LXDE on top of it...
*lshw -c video* output:
*-display
       description: VGA compatible controller
       product: GT218 [GeForce 210]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci at 0000:01:00.0
       version: a2
       width: 64 bits
       clock:
2015 Jun 11
2
tinc as layer 2 switch doesn't automatically mesh with other nodes
...them as we only need a
layer 2 connection.
Thanks,
Dan
-- 
GPG Key: 45EBD675
<http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x7B0002AD45EBD675>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20150611/0949b20e/attachment.html>
2015 Jun 11
2
Allowing calls - maybe I'm just stupid...
Zitat von Guido Falsi <mad at madpilot.net>:
> So, trying to bind authentication to originate calls to registrations is
> conceptually wrong in the SIP world. Maybe you can do that but that's
> not the way the protocols have been engineered to work.
Hi Guido,
thanks for your answer.
Well, I decided to do that, since I have my Asterisk reachable from  
Internet just for my
2015 Jun 11
28
[Bug 90932] New: gm105 font glitches with kernel 4.1rc
...ox. Please note that the word Firefox is sometimes displayed
as 'Fire  x'
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20150611/1fa0d28b/attachment.html>
2015 Jun 11
0
Replication: "cross-updates" of mail meta-data
...driver = static
    name =
  }
}
Thanks in advance,
Andre
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: OpenPGP digital signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20150611/4ab78beb/attachment.sig>
2015 Jun 11
2
[LLVMdev] How to pick default floating point ABI?
...known it works if uses *-mips64* etc, but I need mips3.
    Please let me know if I'm post to the wrong place, I'm new here.
    Thank you.
-- 
*Regards*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150611/0fcd6366/attachment.html>
2015 Jun 11
2
[LLVMdev] Question about NoWrap flag for SCEVAddRecExpr
...other cases, the behavior is undefined.
So this works as expected without a potential overflow:
for (char *p = array; p < array + sizeof(array); ++p) …
Adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150611/948f846a/attachment.html>
2015 Jun 11
0
答复: I love NUT
...IHREM WISSENSVERWALTER FUER IHREN BETRIEB!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4252 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20150611/baa8abbf/attachment.bin>
2015 Jun 08
3
[LLVMdev] Question about usage of LLVMLinkModules()
Hello all,
I am using llvm as a backend to a hobby language I am making.  I have
experimented with the C bindings since the project is written in C. I had
no problems building a single lllvm module so far. I am not using a JIT
compiler but at least at the moment am simply generating executables. The
workflow I am using is to build a module with LLVMModuleCreateWithName()
and populate it with the
2015 Jun 10
2
[LLVMdev] Self-compiling clang on Windows
I'm trying to get clang 3.6.1 to compile itself on Windows, using this
command line:
msbuild /p:Configuration=Release /p:CLToolExe=clang-cl.exe
/p:CLToolPath=c:\llvm\build\Release\bin\ /p:TrackFileAccess=false
/p:Platform="x64" /fileLogger ALL_BUILD.vcxproj
It barfed on an occurrence of __try but that was only in a test file so I
commented it out and retried. Now it's getting
2015 Jun 11
2
EFI/PXE boot on Oracle X5-2
...Hope this is useful,
-- 
Michael Glasgow <glasgow at beer.net>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pxe.pcap
Type: application/vnd.tcpdump.pcap
Size: 217801 bytes
Desc: /tmp/pxe.pcap
URL: <http://www.zytor.com/pipermail/syslinux/attachments/20150611/718e0a99/attachment-0001.pcap>
2015 Jun 11
0
CFP: 2nd IEEE/ACM International Symposium on Big Data Computing (BDC) 2015 -- co-located with IEEE/ACM UCC 2015
...jE73HYAAAAAJ
=================================================================
=================================================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20150611/b7378b0c/attachment-0001.html>
2015 Jun 11
0
CFP: 2nd IEEE/ACM International Symposium on Big Data Computing (BDC) 2015 -- co-located with IEEE/ACM UCC 2015
...jE73HYAAAAAJ
=================================================================
=================================================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20150611/b7378b0c/attachment-0001.html>