search for: gcc32

Displaying 16 results from an estimated 16 matches for "gcc32".

Did you mean: gcc2
2003 Apr 18
2
USE_GCC=3.2 vs make clean in ports
hello all! i've installed gcc-3.2 about a month ago and put "USE_GCC=3.2" into /etc/make.conf. now "make clean" for any of ports leads to smth like Apr 18 12:38:54 alc /kernel: swap_pager: out of swap space Apr 18 12:38:54 alc /kernel: swap_pager_getswapspace: failed Apr 18 12:38:54 alc /kernel: pid 219 (XFree86), uid 0, was killed: out of swap space "ps ax"
2004 Jan 26
4
Currently no Java for Linux-Mozilla on 4-Stable?
Hey folks, I was trying to install a jvm for the linux-mozilla port on 4-stable. 4-stable of yesterday (updated) and all ports of yesterday except as indicated. I am through all of them, blackdown-1.3, blackdown-1.4.2, checked out the previous blackdown-1.4.1, Sun-1.3.1 and Sun-1.4.2. Most of them have incompatible C++ interfaces to the current linux-mozilla, except blackdown-1.4.2, which
2006 Mar 30
3
[LLVMdev] Running LLVM Analysis on real-world projects.
...then run configure and make. This approach works with very small code bases only. For most of the projects, it bails out with errors. Some of them are very clear, like llvm does not support inline assembly yet. Some others do not make much sense. I should note, that I try to compile the same with gcc32 first, to check that code is acceptable for gcc v3. Also, I am interested in compiling projects partially, if full compilation is not possible due to missing dependencies. For this, I usually run make with '-i' options, which does not stop on errors. After that, I am combining all the .o f...
2006 Jan 26
1
Fedora 4 Compile environment
Hi Does anyone have a working environmet to compile Fedora 4 xen rpm packages? Hopefully based on fc4 + additional packages. I need to have rpm-packages, because I cannot have development tools in production systems. I have looked through the archives without any working solutions. I have tried gcc32 and tune=pentium4 modifications, but I have always found new challenges (problems). -- Timo _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Sep 07
1
Building GCC 3.2.3
Hello! I'm trying to build GCC 3.2.3 in CentOS 5. I wonder if there are some script or manual that contains all the configure options? Is GCC 3.2.3 built with all patches gcc32-* applied? What I really need is GCC 3.2.3 with the same options as in original one and the same pathches + 1 applied. This patch fixes the erroneous write in linkonce section. Thanks in advance, Igor
2011 Mar 04
1
Does R use "computed gotos" - a gcc extension of C?
The R manual says R will not build with gcc on 64-bit Solaris x86 with gcc http://cran.r-project.org/doc/manuals/R-admin.html#Solaris "Tests with gcc32 on ?x86? and ?amd64? have been less successful: ?x86? builds have failed on tests using complex arithmetic33, whereas on ?amd64? the builds have failed to complete in several different ways, most recently with relocation errors for libRblas.so. " I know what the "relocation errors&quo...
2003 Sep 03
3
help.start( )
Dear R experts, I installed R-1.7.1 on Linux (Red Hat 9.0) starting from R-1.7.1.tgz without a problem. Then I fired up R and tried things and found that help.start( ) does not work. I downloaded Sun Java j2re1.4.2, installed that and re-installed R-1.7.1 from scratch. I tried help.start( ) again and the browser (Mozilla 1.2.1) crashed. I read about copying libjavaplugin_oji.so into
2004 Mar 08
2
R search engine broken (PR#6653)
Full_Name: St?phane Gourichon Version: R 1.7.1 (2003-06-16). OS: GNU/Linux Submission from: (NULL) (132.227.205.226) The HTML help is great. But the search engine is broken. It used to work in Galeon 1.x, not Konqueror 3.0 . Now it doesn't work, neither on Mozilla 1.6 / Firebird 0.6 / Firefox 0.8 nor Konqueror 3.2 which are IMHO the latest versions of those advanced, standard-compliant
2006 Mar 30
0
[LLVMdev] Running LLVM Analysis on real-world projects.
..../include/arch/unix -c apr_snprintf.c && touch > apr_snprintf.lo > In file included from apr_snprintf.c:22: > ../include/apr_network_io.h:122: error: redefinition of `struct in_addr' > make[4]: *** [apr_snprintf.lo] Error 1 > > However, this source compiles fine with gcc32 and gcc4 We also had some problems compinling apache-2 and did not get to the bottom of it. We stuck with using apache-1 and I believe the website http://safecode.cs.uiuc.edu/ was at some point (or still is?) hosted by Apache-1.3 running in LLVM via the JIT. If you can narrow this test case down...
2005 Aug 13
0
cvs STABLE of 08/10 & gcc4 issue
...nel.c:64: error: static declaration of 'uniquelock' follows non-static declaration include/asterisk/channel.h:58: error: previous declaration of 'uniquelock' was here make: *** [channel.o] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.94064 (%install) When I force the use of gcc32 all is well and the asterisk srpm compiles fine. Any ideas how I can make asterisk compile with gcc4 too? Thanks and regards, Patrick
2006 Jan 30
2
ERROR: Kernel image does not have a a.out9 header
...y problem but I can''t seem to find a reference or fix to the problem that I can understand. gcc packages installed are ... libgcc-4.0.0-8 gcc-gnat-4.0.0-8 gcc-java-4.0.0-8 gcc-4.0.0-8 gcc-c++-4.0.0-8 compat-gcc-32-3.2.3-47.fc4 compat-libgcc-296-2.96-132.fc4 compat-gcc-32-c++-3.2.3-47.fc4 gcc32-3.2.3-6 gcc-gfortran-4.0.0-8 compat-gcc-32-g77-3.2.3-47.fc4 whilst on does anyone know if a redhat 7.3 kernel (2.4.18-10) will run ok under xen 3.0? Any help appreciated. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.c...
2006 Mar 31
1
[LLVMdev] Running LLVM Analysis on real-world projects.
...nprintf.c && touch > > apr_snprintf.lo > > In file included from apr_snprintf.c:22: > > ../include/apr_network_io.h:122: error: redefinition of `struct in_addr' > > make[4]: *** [apr_snprintf.lo] Error 1 > > > > However, this source compiles fine with gcc32 and gcc4 > > We also had some problems compinling apache-2 and did not get to the > bottom of it. We stuck with using apache-1 and I believe the website > http://safecode.cs.uiuc.edu/ was at some point (or still is?) hosted by > Apache-1.3 running in LLVM via the JIT. > > If y...
2006 Sep 14
3
Anyone using fuse and/or sshfs under Centos 4.4?
Hi A search of google failed to show any prebuilt rpms for sshfs and fuse. I do see that fuse support is in 2.6.14 kernel which isn't a whole lot of help. Before I dive headlong into this has anyone successfully built fuse/sshfs against Centos 4.4. If so would you share your experience? Thanks Daveh
2003 Oct 03
3
openoffice port build on FreeBSD 4.9
...penoffice-1.0.3_2 ===> Patching for mozilla-1.0.2_1 ===> Applying FreeBSD patches for mozilla-1.0.2_1 ===> Removing GIF LZW compression for openoffice-1.0.3_2 ===> Find old malloc.h defines and fix them in openoffice-1.0.3_2 source ===> openoffice-1.0.3_2 depends on executable: gcc32 - found ===> openoffice-1.0.3_2 depends on file: /usr/local/jdk1.3.1/bin/java - not found ===> Verifying install for /usr/local/jdk1.3.1/bin/java in /usr/ports/java/jdk13 ===> Building for jdk-1.3.1p8_2 # Start of jdk build i386 Build started: 1.3.1-p8-stephen-031002-11:34 Sanity c...
2006 Jan 12
6
Mysql::Error: Lost connection to MySQL server during query
I have been very VERY frustrated for the past week trying to solve a seemingly spurious problem with my Windows XP SP2 box with Ruby 1.8.2/Rails 1.0.0/MySQL 5.0.16 or 4.1.15 (yes, I tried both) installed running against a remote MySQL server that was either 3.23 or 4.1 (4.1.15 to be exact--we finally matched them both up to make sure that wasn''t the problem). So I post it here (as
2004 Apr 23
3
zaptel on Fedora (Core 1) RedHat Linux-2.4
Hi! I have fresh installation of Fedora (Core 1) RedHat Linux-2.4.22-1.2115.nptl The kernel source is in place /usr/src/linux-2.4.22-1.2115.nptl The config file for the kernel is in place /boot/config-2.4.22-1.2115.nptl As per zaptel instruction, i first created the kernel config file as follows: # cd /usr/src/linux-2.4.22-1.2115.nptl; make menuconfig (in the menu config window) I loaded the