Displaying 20 results from an estimated 61 matches for "gcc42".
Did you mean:
gcc2
2008 Feb 06
2
[LLVMdev] strange visibility error when compiling llvm-gcc-4.2
...on svn revision 46813.
I'm using the following commands for the compilation:
----------------------------------
# Get the sources
mkdir /s/llvm
cd /s/llvm
svn co http://llvm.org/svn/llvm-project/llvm/trunk /s/llvm/svn.llvm
svn co http://llvm.org/svn/llvm-project/llvm-gcc-4.2/trunk /s/llvm/svn.gcc42
# Compile llvm
mkdir -p /s/llvm/obj.llvm
cd /s/llvm/obj.llvm
/s/llvm/svn.llvm/configure \
--prefix=/s/llvm/dist \
--with-llvmgccdir=/s/llvm/dist \
--enable-optimized \
--disable-debug \
--disable-doxygen
make tools-only
# Compile llvm-gcc-4.2
mkdir -p /s/llvm/obj.gcc42
cd /s/llvm/o...
2008 Feb 06
0
[LLVMdev] strange visibility error when compiling llvm-gcc-4.2
Hi,
> if /bin/sh ./libtool --mode=compile /s/llvm/obj.gcc42/./gcc/xgcc -B/s/llvm/obj.gcc42/./gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/s/llvm/svn.gcc42/libgomp -I. -I/s/llvm/svn.gcc42/libgomp/config/linux...
2008 Aug 11
5
[LLVMdev] gfortran link failure in current llvm svn
...an/trans.o fortran/trans-array.o fortran/trans-common.o fortran/trans-const.o fortran/trans-decl.o fortran/trans-expr.o fortran/trans-intrinsic.o fortran/trans-io.o fortran/trans-openmp.o fortran/trans-stmt.o fortran/trans-types.o llvm-main.o libbackend.a ../libcpp/libcpp.a /sw/src/fink.build/llvm-gcc42-2.3.999-20080810/llvm_objdir/Release/lib/libLLVMBitReader.a /sw/src/fink.build/llvm-gcc42-2.3.999-20080810/llvm_objdir/Release/lib/libLLVMipo.a /sw/src/fink.build/llvm-gcc42-2.3.999-20080810/llvm_objdir/Release/lib/libLLVMBitWriter.a /sw/src/fink.build/llvm-gcc42-2.3.999-20080810/llvm_objdir/Releas...
2008 Nov 02
1
[LLVMdev] llvm-2.4 prerelease gfortran results
...fail
on x86_64 Linux, these are the exact gfortran.log entries for them
under i686 Darwin9...
> FAIL: gfortran.dg/array_constructor_12.f90 -O0 (internal compiler error)
> FAIL: gfortran.dg/array_constructor_12.f90 -O0 (test for excess errors)
Executing on host: /sw/src/fink.build/llvm-gcc42-2.4-1/llvm_gcc42_objdir/gcc/testsuite/gfortran/../../gfortran -B/sw/src/fink.build/llvm-gcc42-2.4-1/llvm_gcc42_objdir/gcc/testsuite/gfortran/../../ /sw/src/fink.build/llvm-gcc42-2.4-1/llvm-gcc4.2-2.4.source/gcc/testsuite/gfortran.dg/array_constructor_12.f90 -O0 -pedantic-errors -L/sw/src/fink....
2008 Feb 06
6
[LLVMdev] strange visibility error when compiling llvm-gcc-4.2
On Feb 6, 2008, at 5:18 AM, Duncan Sands wrote:
> Hi,
>
>> if /bin/sh ./libtool --mode=compile /s/llvm/obj.gcc42/./gcc/xgcc -B/
>> s/llvm/obj.gcc42/./gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/
>> local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/
>> include -isystem /usr/local/i686-pc-linux-gnu/sys-include -
>> DHAVE_CONFIG_H -I. -I/s/llvm/svn.gcc42/libgomp -...
2008 Aug 11
0
[LLVMdev] gfortran link failure in current llvm svn
Hi,
> I am confused. Shouldn't the gcc 4.2 front-end build behave
> just like the FSF gcc build. The first stage builds the compilers
> and the second stage rebuilds them using those from the first
> stage?
the FSF gcc requires you to build the C compiler (I think - will check).
Thus a newly built C compiler is always available to build later stages.
We can't reasonably
2012 Apr 01
4
Installation stuck on Building apple-gcc42
The tutorial for installing wine said there should be a constant flow of information in the terminal window while it's installing, though for me it appears to be stuck on "---> Building apple-gcc42" for the last 20 minutes. Is this normal? Why does the installation take so long / what is it doing / how difficult is it to reverse whatever it's doing?
2008 Aug 11
2
[LLVMdev] gfortran link failure in current llvm svn
Duncan,
I am confused. Shouldn't the gcc 4.2 front-end build behave
just like the FSF gcc build. The first stage builds the compilers
and the second stage rebuilds them using those from the first
stage?
Jack
On Mon, Aug 11, 2008 at 03:56:23PM +0200, Duncan Sands wrote:
> > I don't be that can be the cause because I have...
> >
> >
2008 Aug 11
3
[LLVMdev] gfortran link failure in current llvm svn
...an/trans.o fortran/trans-array.o fortran/trans-common.o fortran/trans-const.o fortran/trans-decl.o fortran/trans-expr.o fortran/trans-intrinsic.o fortran/trans-io.o fortran/trans-openmp.o fortran/trans-stmt.o fortran/trans-types.o llvm-main.o libbackend.a ../libcpp/libcpp.a /sw/src/fink.build/llvm-gcc42-2.3.999-20080810/llvm_objdir/Release/lib/libLLVMBitReader.a /sw/src/fink.build/llvm-gcc42-2.3.999-20080810/llvm_objdir/Release/lib/libLLVMipo.a /sw/src/fink.build/llvm-gcc42-2.3.999-20080810/llvm_objdir/Release/lib/libLLVMBitWriter.a /sw/src/fink.build/llvm-gcc42-2.3.999-20080810/llvm_objdir/Releas...
2008 Jan 01
0
[LLVMdev] using llvm-ld with existing libraries
I am seeing the same problems using 'llvm-ld' with llvm-gcc
at -O4 on x86_64 Fedora 8 linux as on Darwin. Another example
of this is building the scimark2_1c benchmark...
http://math.nist.gov/scimark2/download_c.html
as follows on x86_64 Fedora 8...
/home/howarth/llvm-gcc42-work/bin/gcc -O4 -m64 -c FFT.c
/home/howarth/llvm-gcc42-work/bin/gcc -O4 -m64 -c kernel.c
/home/howarth/llvm-gcc42-work/bin/gcc -O4 -m64 -c Stopwatch.c
/home/howarth/llvm-gcc42-work/bin/gcc -O4 -m64 -c Random.c
/home/howarth/llvm-gcc42-work/bin/gcc -O4 -m64 -c SOR.c
/home/howarth/llvm-gcc42-wo...
2008 Feb 06
0
[LLVMdev] strange visibility error when compiling llvm-gcc-4.2
On 2/6/08, Chris Lattner <sabre at nondot.org> wrote:
>
> On Feb 6, 2008, at 5:18 AM, Duncan Sands wrote:
>
> > Hi,
> >
> >> if /bin/sh ./libtool --mode=compile /s/llvm/obj.gcc42/./gcc/xgcc -B/
> >> s/llvm/obj.gcc42/./gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/
> >> local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/
> >> include -isystem /usr/local/i686-pc-linux-gnu/sys-include -
> >> DHAVE_CONFIG_H -I. -I/s/llvm/svn...
2011 Aug 22
2
[LLVMdev] llvm-gcc and -march
...nfo:
[naromero:~/pmr] naromero% llvm-gcc -v
Using built-in specs.
Target: x86_64-apple-darwin10
Configured with: ../llvm-gcc-4.2-2.9.source/configure
--prefix=/opt/local --host=x86_64-apple-darwin10
--enable-llvm=/opt/local --enable-languages=c,c++,objc,obj-c++,fortran
--libdir=/opt/local/lib/llvm-gcc42
--includedir=/opt/local/include/llvm-gcc42
--infodir=/opt/local/share/info --mandir=/opt/local/share/man
--with-local-prefix=/opt/local --with-system-zlib --disable-nls
--program-prefix=llvm- --program-suffix=-4.2 --with-gmp=/opt/local
--with-mpfr=/opt/local --with-build-time-tools=/usr/bin
--with-...
2007 Dec 28
2
[LLVMdev] fink llvm-gcc42 test packaging
...tial run looked to be
failing about half of the testsuite. Here is the info
and patch file I am using in fink.
Jack
ps I assume I am supposed to also install the llvm that I
build for the llvm-gcc-4.2 front end as well as the
llvm-gcc-4.2 front end itself.
Info2: <<
Package: llvm-gcc42
Version: 2.1.999
Revision: r45367
Source: llvm-2.2-%r.tar.bz2
Source-MD5: b2489582afc41f1d7d04c7a03e76d96f
Source2: llvm-gcc-4.2-%r.tar.bz2
Source2-MD5: a3bd327510a2af4dbec8044d88deec9b
Type: -64bit
Depends: gmp-shlibs (>= 4.2.1-1), libmpfr1-shlibs (>= 2.2.0-2),libgettext3-shlibs, %N-shlibs (...
2011 Feb 19
2
[LLVMdev] llvm-gcc4.2 bootstrap broken?
Is anyone able to bootstrap llvm-gcc42 svn on x86_64-apple-darwin10? Currently it is
failing here with...
/sw/src/fink.build/llvm-gcc42-2.9-0/llvm_gcc42_objdir/./prev-gcc/xgcc -B/sw/src/fink.build/llvm-gcc42-2.9-0/llvm_gcc42_objdir/./prev-gcc/ -B/sw/lib/llvm-gcc-4.2/x86_64-apple-darwin10/bin/ -c -g -O2 -mdynamic-no-pic -DIN_GCC -W...
2008 Jan 28
0
Package Installation produces "gcc fails sanity check" error when installing RODBC error
..., which I already
have.
The following relevant software is installed on the machine:
cpp
cpp41
cpp42
gcc
gcc-c++
gcc-fortran
gcc-fortran-32-bit
gcc-gij
gcc-info
gcc-java
gcc-locale
gcc-objc
gcc-obj-c++
gcc41
gcc41-c++
gcc41-fortran
gcc41-gij
gcc41-java
gcc41-objc
gcc41-obj-c++
gcc41-testresults
gcc42
gcc42-ada
gcc42-c++
gcc42-fortran
gcc42-fortran-32bit
gcc42-gij
gcc42-info
gcc42-java
gcc42-locale
gcc42-objc
gcc42-obj-c++
gcc42-objc-32bit
gcc42-testresults
libgcc42
libgcc42-32bit
libgcc41
libgcc41-32bit
libgcj42
libgcj42-32bit
glibc
glibc-32-bit
glibc-devel
glibc-devel-32bit
glibc-html
glibc-...
2011 Aug 22
0
[LLVMdev] llvm-gcc and -march
...o% llvm-gcc -v
> Using built-in specs.
> Target: x86_64-apple-darwin10
> Configured with: ../llvm-gcc-4.2-2.9.source/configure
> --prefix=/opt/local --host=x86_64-apple-darwin10
> --enable-llvm=/opt/local --enable-languages=c,c++,objc,obj-c++,fortran
> --libdir=/opt/local/lib/llvm-gcc42
> --includedir=/opt/local/include/llvm-gcc42
> --infodir=/opt/local/share/info --mandir=/opt/local/share/man
> --with-local-prefix=/opt/local --with-system-zlib --disable-nls
> --program-prefix=llvm- --program-suffix=-4.2 --with-gmp=/opt/local
> --with-mpfr=/opt/local --with-build-ti...
2012 Dec 28
3
installing ruby 1.9.3 in michael hartl's ruby on rails tutorial
...bin/gcc-4.2.
Xcode 4.1 and earlier:
- Ruby will build fine.
Xcode 4.2 and later (including Command Line Tools for Xcode):
- If you have gcc-4.2 (and friends) from an earlier Xcode version, Ruby will build fine.
- If you don''t have gcc-4.2, you have two options to get it:
* Install apple-gcc42 from Homebrew
* Install osx-gcc-installer
Homebrew:
If you are using Homebrew, you can install the apple-gcc42 and required libraries from homebrew/dupes:
brew update
brew tap homebrew/dupes
brew install autoconf automake apple-gcc42
rvm pkg install openssl
Xcode...
2011 Aug 22
3
[LLVMdev] llvm-gcc and -march
Hi,
I apologize if I am not asking on the right mailing list.
I am using the llvm-gcc4.2 from MacPorts.
https://trac.macports.org/browser/trunk/dports/lang/llvm-gcc42/Portfile
llvm-gcc does not seem to accept the -march flag. This is the error,
I got:
cc1: error: unrecognized command line option "-march"
The port developer asked me to find out if this is a known issue.
--
Nichols A. Romero, Ph.D.
Argonne Leadership Computing Facility
Argonne, IL 6...
2011 Aug 22
2
[LLVMdev] llvm-gcc and -march
...Mon, Aug 22, 2011 at 2:34 PM, Nichols A. Romero <naromero at gmail.com> wrote:
>> Hi,
>>
>> I apologize if I am not asking on the right mailing list.
>>
>> I am using the llvm-gcc4.2 from MacPorts.
>> https://trac.macports.org/browser/trunk/dports/lang/llvm-gcc42/Portfile
>>
>> llvm-gcc does not seem to accept the -march flag. This is the error,
>> I got:
>>
>> cc1: error: unrecognized command line option "-march"
>>
>> The port developer asked me to find out if this is a known issue.
>
> llvm-gcc 4....
2011 Aug 22
2
[LLVMdev] llvm-gcc and -march
...Using built-in specs.
>> Target: x86_64-apple-darwin10
>> Configured with: ../llvm-gcc-4.2-2.9.source/configure
>> --prefix=/opt/local --host=x86_64-apple-darwin10
>> --enable-llvm=/opt/local --enable-languages=c,c++,objc,obj-c++,fortran
>> --libdir=/opt/local/lib/llvm-gcc42
>> --includedir=/opt/local/include/llvm-gcc42
>> --infodir=/opt/local/share/info --mandir=/opt/local/share/man
>> --with-local-prefix=/opt/local --with-system-zlib --disable-nls
>> --program-prefix=llvm- --program-suffix=-4.2 --with-gmp=/opt/local
>> --with-mpfr=/opt/l...