similar to: [LLVMdev] "Name that compiler"

Displaying 20 results from an estimated 500 matches similar to: "[LLVMdev] "Name that compiler""

2009 Jan 06
1
xCache install error ($PHP_AUTOCONF?)
Hey Guys I'm trying to install xcache on our web server (php optcode cacher) but I am having the following error. I have download the xcache tar ball, unzipped and when in the unzipped directory attempting to run phpize but it fails with the following error: [root at server1882 xcache-1.2.2]# phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20060613 Zend
2007 Sep 09
2
Re: multiple core support
--- Harry Sack <tranzedude@gmail.com> wrote: > 2007/9/8, Josh Coalson <xflac@yahoo.com>: > > > > it actually is complicated. the libFLAC api is not suited to a > > multithreaded design because the i/o is stream-based, not file- > > based. flac(.exe) is the file-based wrapper around libFLAC that > > allows it to work on files. the way libFLAC buffers
2007 Apr 13
3
Just another ini patch
Hi, well after some ever further investigation of some bugs, I ended up cleaning up the code, again. I also fixed some really heavy memory leaks in csvToList and made it in general more stable. Regards, Patrick "Marex" Niklaus -------------- next part -------------- A non-text attachment was scrubbed... Name: ini.c.patch Type: text/x-patch Size: 8275 bytes Desc: not available Url :
2007 Apr 13
2
Anaconda can't squeeze out the repomd.xml
Greetings. There must be some minor changes to anaconda. I'm getting the error: "Cannot open repomd.xml file...." the file seems to be located in the repodata directory... I'm using the following .cf taken directly from the CentOS 4.4 install : install url --url ftp://centos.westmancom.com/5.0/os/i386/ #cdrom lang en_US.UTF-8 langsupport --default=en_US.UTF-8 en_US.UTF-8
2007 Apr 13
4
E1 capacity
Can anyone tell me what the capacity is of 2 E1's in minutes. Ie how many minutes can 2 E1's take. Steve -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070413/de59fcf5/attachment.htm
2007 Sep 07
6
Re: multiple core support
it actually is complicated. the libFLAC api is not suited to a multithreaded design because the i/o is stream-based, not file- based. flac(.exe) is the file-based wrapper around libFLAC that allows it to work on files. the way libFLAC buffers data is also impossible to parallelize without significantly changing the api. it would take a specialty file-based encoder using an independent frame
2007 Apr 13
0
[LLVMdev] [llvm-commits] CVS: llvm-www/Name.html
Dale Johannesen wrote: > On Apr 13, 2007, at 9:49 AM, Devang Patel wrote: > >> + <tr><td>Jeff Cohen</td><th> >> + Oscar</th> >> + <td>Oscar = Open Source Compiler And Runtime</td></tr> >> > > Perfect, and very nice backronym. Unfortunately, Wikipedia says: > > >> Both Oscar
2007 Apr 13
4
openvz resources
Anyone here running asterisk on openvz, if so what are your experiences? Right now we are trying to tune out the resources for the difference VEs, but not with a whole lot of luck. Just wondering if someone watching could shed some like on what has worked for them, and how many exts/simultaneous calls etc are happening. Thanks Miles -------------- next part -------------- An HTML attachment was
2007 Apr 13
8
Many Fedora 6 packages in CentOS 5
Why are there so many Fedora 6 packages in CentOS 5? Are there something wrong with the build system? -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 5766 bytes Desc: S/MIME Cryptographic Signature URL: <http://lists.centos.org/pipermail/centos/attachments/20070413/2a65a831/attachment-0004.bin>
2007 Apr 13
53
v1.0.0 released
http://dovecot.org/releases/dovecot-1.0.0.tar.gz http://dovecot.org/releases/dovecot-1.0.0.tar.gz.sig It took almost 5 years, but it's finally ready. I'm not expecting to release v1.0.1 anytime soon, unless someone's been sitting on a major bug just waiting for v1.0 to be released. :) People wanting new features should start testing the upcoming v1.1. http://dovecot.org/nightly/
2007 Apr 13
53
v1.0.0 released
http://dovecot.org/releases/dovecot-1.0.0.tar.gz http://dovecot.org/releases/dovecot-1.0.0.tar.gz.sig It took almost 5 years, but it's finally ready. I'm not expecting to release v1.0.1 anytime soon, unless someone's been sitting on a major bug just waiting for v1.0 to be released. :) People wanting new features should start testing the upcoming v1.1. http://dovecot.org/nightly/
2007 Apr 13
5
OT: AMD CPU actual speed....
I know this is a bit OT, but the subject of CPU speed came up here and I was (and have been for some time) curious: What is the actual speed of an AMD CPU? E.g., I have a Athlon 64 X2 "4200+" but my /proc/cpuinfo shows 1005.164 MHz for the two cores. What do those mean? Is there a reference for this (huge) discrepancy? Also, is there a way (and what) to tell what the actuall running
2007 Apr 12
9
taille de caractère
en fait je vous renvoi ce message car maintenant la taille de la police change au bout de 500 lignes environ, alors que j''avais reussi à garder la taille jusqu''à environ 5000 lignes. Je ne comprend pas. Est-ce que c''est instable? le bout de code que vous m''avez envoyer ne marche pas. merci Sebastien _______________________________________________ wxruby-users
2006 Oct 12
0
Problem: samba refuse my user with error message : NT_STATUS_NO_ SUCH_USER
Hi all, I'm trying to make samba authenticate to my Active Directory Domain. I already configured and tested Kerberos5 and joined my machine to my domain with no problems, getent passwd and group give me the correct output also wbinfo give a good output too, and I can logon using my domain user to SSH and to my server console, so I assume my Kerberos config is correct. Also I
2007 Apr 13
3
rspec on rails won''t install
Hi: This command: svn co svn://rubyforge.org/var/svn/rspec/tags/REL_0_9_0/rspec_on_rails/vendor/plugins/rspec_on_rail Gives me this output: svn: URL ''svn://rubyforge.org/var/svn/rspec/tags/REL_0_9_0/rspec_on_rails/vendor/plugins/rspec_on_rails'' doesn''t exist If I go the ''script/plugin install'' route, I get "Export complete." Anybody know
2007 Sep 10
0
Re: multiple core support
2007/9/9, Josh Coalson <xflac@yahoo.com>: > > --- Harry Sack <tranzedude@gmail.com> wrote: > > 2007/9/8, Josh Coalson <xflac@yahoo.com>: > > > > > > it actually is complicated. the libFLAC api is not suited to a > > > multithreaded design because the i/o is stream-based, not file- > > > based. flac(.exe) is the file-based wrapper
2014 Sep 10
1
How to test impact of candidate changes to package?
I use a package to contain simple functions that can be handled by unit tests for correctness and more complex functions that combine the simple functions with business logic. Where there are proposals to change either the simple functions or the business logic, a sample needs to be run before the change and then after it to understand the impact of the change. I do this currently by 1. Using
2007 Apr 13
5
[LLVMdev] [llvm-commits] CVS: llvm-www/Name.html
On Apr 13, 2007, at 9:49 AM, Devang Patel wrote: > + <tr><td>Jeff Cohen</td><th> > + Oscar</th> > + <td>Oscar = Open Source Compiler And Runtime</td></tr> Perfect, and very nice backronym. Unfortunately, Wikipedia says: > Both Oscar and Academy Award are registered trademarks of the > Academy [of Motion Picture Arts
2014 Jun 30
0
convergence warning in betamix()
Hi, I am running some rather complex mixtures of beta regressions using the betamix() command from the betareg package (V. 3.0-4). If I am doing exploratory regressions with only one random starting value (nstart=1) I obtain results which converge after about 100 iterations. However, if I run regressions with nstart=100 random starting values I obtain solutions amended with a warning that no
2009 Nov 18
1
Inquiry:What is the equivalent of "ping -f -l" on the CentOS server?
Dear All To find the optimum MTU size , on the MS Windows client , we need to try for "C:\ping www.google.com -f -l 1472" and then do for trial and error to find the optimum size . Can you please do me favor and let me know what is the equivalent of "ping -f -l" on the CentOS server ? Let me thank you in advance -------------- next part -------------- An HTML attachment was