similar to: `make install` error with gcc-4.0

Displaying 20 results from an estimated 20000 matches similar to: "`make install` error with gcc-4.0"

2006 Feb 22
0
Re: [PATCH] Fix IPSec for Xen checksum offload packets (Jon Mason)
Hello Xen folks, I have independently verified that this patch indeed fixes the issue (I posted a message about the issue over the summer: http://lists.xensource.com/archives/html/xen-devel/2005-08/msg00114.html). I used changeset 8911 of xen-unstable.hg. The patch as written expects kernel linux-2.6.16-rc2, but changeset 8911 uses kernel 2.6.16-rc4. I verified that the patch works with
2006 Apr 20
1
Xen 3.0.2 and DHCP from domU
Hello, I am running Xen 3.0.2 on a regular Intel P4, with the default network setup. My problem is that my domU''s DHCP requests do not seem to reach the outside world. I can see them if I tcpdump in dom0 on xenbr0, but I cannot see them from another machine plugged into the same switch as my Xen machine. This external machine _can_ see the DHCP requests made when dom0 makes its
2005 Sep 30
14
pdb missing files?
Hello, I''m trying to get PDB working in accordance with the instructions at http://www.cl.cam.ac.uk/~sos22/replay.bk/docs/misc/XenDebugger-HOWTO and a message from this list: http://lists.xensource.com/archives/html/xen-devel/2004-08/msg00017.html When I try to build pdb I first get errors because the Makefile is configured to treat warnings as errors, and there are some warnings.
2008 Oct 29
3
OT - Please don't feed the Troll(s)
Folks, I fully understand the emotional need to respond to one who throws around terms like "Communist", "Tyrannical", etc. even if ostensibly framed as a rhetorical question. Certain terms and phrases are by nature pejorative and I;m sure the OP knew this when he entered his post. My feeling was the OP is either an ignorant, unappreciative, self-centered, and emotionally
2010 Mar 23
1
Bold greek letters using plotmath
I'm trying to annotate some graphics using plotmath and finding out that the code I'm using isn't bolding the greek letters - it bolds the rest (once I adjusted the numerics to characters), it's just failing on the greek characters. Any suggestions welcomed. Jim Price. Cardiome Pharma Corp. Test code: plot(1:5, type = 'n') # The not bold version text(2, 2:4, cex =
2008 Jul 25
1
extracting Pr>ltl from robcov/ols (Design)
I am trying to extract significance levels out of a robcov+ols call. For background: I am analysing data where multiple measurements(2 per topic) were taken from individuals(36) on their emotional reaction (dependent variable) to various topics (3 topics). Because I have several emotions and a rotation to do on the topics, I'd like to have the results pumped into a nice table.
2003 Jun 30
1
gigabit networks and kernel loads
I have been using pxelinux with Intel 850 1.7 Ghz P4 motherboards using 10/100 ethernet switches for about a year in a multichannel visual generation system. We are shifting to SuperMicro P4SAA 2.8 Ghz P4 motherboards with onboard gigabit ethernet and gigabit ethernet switches. Put are hung up because the diskless slave nodes will not load the (Linux) kernel from the master 2.8 Ghz computer.
2020 Feb 26
1
[External] Re: Installing a single rpm package from desktop/browser on CentOS 7
On 24/02/2020 15:46, Pete Biggs wrote: >> In many case, but in the situations I'm talking about here is really a >> lot more cumbersome to use. To use the command line to install a a >> package from a website, I have to >> >> 1. Right-click >> 2. Select Save Link As >> 3. Enter filename/directory >> 4. Open a terminal >> 5.
2005 Jun 23
1
PRI auto reset?
I have a small problem. I have an asterisk installation where asterisk doesn't automatically restart the idle PRI channels. I am using the same CVS on 2 asterisk boxes. One is a dual Proc 2.8 GHz XEON, with a Digium Quad PRI card, the other a P4 with HT off, with a digium single PRI card. The P4 is the one that won't behave. Any way to force it via config to reset the PRI channels every
2007 Jul 24
2
High CPU usage
The below seems to give me several minutes of 15-60% cpu usage. As far as I can tell there doesn''t seem to be anything really wrong with my configuration. Anyone have any idea why this might be the case? I also get about 6% memory usage. This is a 3.0 ghz Xeon with 2 gigs of memory. class apache2 { file { "/etc/apache2": recurse =>
2005 May 12
2
[LLVMdev] Scheme + LLVM JIT
> llvm_function_new/llvm_value_set_name/llvm_executionengine_run_function, > etc. > > If kept simple, standardized, and generic, I think it would be very useful > to people (even if incomplete). This would allow others to build on it, > and we could 'ship' it as a standard llvm library. It looks like my interface will look vaguely like this. Functions like
2010 Apr 13
1
Xen breaks aacraid
Hello, I''m using Xen 4.0.0 compiled from source with the 2.6.31.13 kernel that it pulls down on its own. I added support for the aacraid driver to the kernel using ''make menuconfig'' from the build-linux-2.6-pvops_x86_64 subdirectory, and then built and installed the whole thing using ''make install'' from the xen-4.0.0 directory. I compiled this
2008 May 13
3
[LLVMdev] Emotional responses to feedback
Earlier this year I was lucky enough to have the chance to speak with a very successful businessman at the top of his niche, and I asked him, "Clearly you have a formula for success, what is it?" He told me his secret. He said that every month they pull a name out of a bucket, and that person must then prepare a 20 minute presentation explaining why one of their COMPETITOR'S
2007 Feb 14
1
se.contrast confusion
Hello, I've got what I'd expect to be a pretty simple issue: I fit an aov object using multiple error strata, and would like some significance tests for the contrasts I specified. In this contrived example, I model some test score as the interaction of a subject's gender and two emotion variables (angry, happy, neutral), measured at entry to the experiment (entry) and later
2005 May 17
1
File list Performance question
I have a server running SuSE 9.3 (Samba 3.0.13-1.1). The underlying filesystem is xfs, and the NICs are Netgear gigabit. 2 Gb of ram in a P4/3.0 Ghz. The workstations are windows XP Pro, with all service packs installed, on P4 3+ Ghz, 1-2 Gb of ram. (varies a bit by workstation) I have one particular tree on the server that contains over 12K files in a few hundred subdirs. Breaking it up
2005 May 13
0
[LLVMdev] Scheme + LLVM JIT
On Thu, 12 May 2005, Alexander Friedman wrote: >> llvm_function_new/llvm_value_set_name/llvm_executionengine_run_function, >> etc. >> >> If kept simple, standardized, and generic, I think it would be very useful >> to people (even if incomplete). This would allow others to build on it, >> and we could 'ship' it as a standard llvm library. > > It
2017 Jun 29
2
The undef story
On Wed, Jun 28, 2017 at 11:53 PM, Peter Lawrence via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Philip, > email responses are varied, some say what you do, but > others say give the guys a chance and listen to what he has to say. > > I say that I have a mild personality disorder such that I can’t say > things in politically correct style, and that this is a
2011 Feb 19
0
[xen-4.0-testing test] 5856: regressions - FAIL
flight 5856 xen-4.0-testing real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/5856/ Regressions :-( Tests which did not succeed and are blocking: test-amd64-xcpkern-i386-rhel6hvm-amd 5 xen-boot fail REGR. vs. 5691 Tests which did not succeed, but are not blocking, including regressions (tests previously passed) regarded as allowable: test-amd64-amd64-win 16
2009 Dec 17
0
acpi for Intel p45 chipset (C2Duo)
Hello, First time I install Centos (5.4) on a consumer Intel Motherboard. I've done 5+ AMD (am2 form factor) installs. The MB is Gigabyte ep45-ud3r with a CPU:Intel LGA 775 E7600 wolfdale I cracked the lm_sensors nut with 2 modules and lm_sensors from elrepo. The modules were kmod-coretemp kmod-it87 Now I'm trying to get cpuspeed to behave, or at least understand what it's
2003 Jan 21
2
infinite loop in make for src/unix (PR#2477)
Full_Name: John Van Voorhis Version: 1.6.2 OS: SunOS 5.8 Submission from: (NULL) (128.8.130.192) While running initial 'make' everything went fine until src/unix. At which point it kept entering and exiting src/unix without doing anything. I fixed the problem by deleting the dependencies on Makefile for the Makedeps and R targets. I am using gnu Make 3.79, gcc 2.95.3, Solaris SunOS5.8