search for: gxx

Displaying 20 results from an estimated 179 matches for "gxx".

Did you mean: gmx
2007 Sep 19
1
[LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86
...p - good night my configure flags in case anyone wonders: ../llvm/configure --prefix=`pwd`/../local --enable-debug-runtime -- disable-optimized ../llvm-gcc-4.0/configure --prefix=`pwd`/../install --enable- llvm=`pwd`/../build --with-arch=pentium-m --with-tune=prescott -- disable-multilib --with-gxx-include-dir=/usr/include/c++/4.0.0 -- build=i686-apple-darwin8 --host=i686-apple-darwin8 --target=i686- apple-darwin8 --enable-checking --enable-languages=c,c++ --program- prefix=llvm- regards
2012 Jan 23
1
[LLVMdev] Cross compilation error LLVM-3.0
...39; --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/arm-linux-gnueabi/include/c++/4.4.5 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv7-a --with-float=softfp --with-fpu=vfpv3-d16 --with-mode=thumb --disable-werror --enable-checking=release --pr...
2008 Feb 16
2
[LLVMdev] [llvm-testresults] Grawp-PIC i386 nightly tester results
.../llvmgcc42.r46865~obj/ > src/configure --disable-checking --enable-werror --prefix=/Developer/ > usr/llvm-gcc-4.2 --mandir=/Developer/usr/llvm-gcc-4.2/share/man -- > enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program- > transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-gxx-include-dir=/usr/ > include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 > --enable-llvm=/usr/local --host=i686-apple-darwin9 --target=i686- > apple-darwin9 > Thread model: posix > gcc version 4.2.1 (Based on Apple Inc. build 5546) (LLVM build 9999) > > It...
2009 Mar 31
2
[LLVMdev] LLVM on Mac OS X Tiger 10.4.11
...but realized that the frontend binaries required libiconv version 7.0.0. but the version on Tiger is 5.0.0. Trying to build the frontend from source gives me a bunch of errors. My configure command is $../configure --prefix=`pwd`/../install/ --build=$TRIPLE --host=$TRIPLE --target=$TRIPLE --with-gxx-include-dir=/usr/include/c++/4.0.0 --program-prefix=llvm- --enable-languages=c -enable-llvm=/usr/local/llvm-2.5 I'm running this from an 'obj' dir under the llvm-gcc source tree. The error is get is that SIZEOF_INT and SIZEOF_LONG are not defined. Anything wrong with what i'm doi...
2004 Dec 22
3
[LLVMdev] README: Build Environment Changes
...s also needed on some platforms so that llvm-nm can be found in the path when the CFE is configuring the libstdc++ (don't ask why!). Quick Fix: 1. Put the $CFEINSTALL/bin directory into your PATH variable 2. Remove $CFEINSTALL/bin/* 3. Remove shell aliases for "llvmgcc" and "llvmgxx" or change them to invoke llvm-gcc and llvm-gxx. 4. Rebuild llvm with "make tools-only" 5. Rebuild the CFE with --program-prefix=llvm- 6. Rebuild llvm with "make" More Details: 1. Put the $CFEINSTALL/bin directory into your PATH variable. We're going to confi...
2004 Dec 14
3
make check-all failed on SLES8 for x86_64
...4-suse-linux/3.3/specs Configured with: ../configure --enable-threads=posix --prefix=/opt/gcc33 --with-local-prefix=/usr/local --infodir=/opt/gcc33/share/info --mandir=/opt/gcc33/share/man --libdir=/opt/gcc33/lib64 --enable-languages=c,c++,f77,objc,java,ada --disable-checking --enable-libgcj --with-gxx-include-dir=/opt/gcc33/include/g++ --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit x86_64-suse-linux Thread model: posix gcc version 3.3 20030312 (prerelease) (SuSE Linux) compiled with the following setting: R is now configured for x86_64-unknown-linux-gnu Sourc...
2010 Oct 06
1
[LLVMdev] libc++ builds
...would be nice if one could just drop its source tree into the llvm tree ala clang and do a single build for all three together. Jack ps Can libc++ be used in the llvm-gcc-4.2 build? Can one use the approach of... rm -fr ../llvm-gcc-4.2-4.2.source/libstdc++-v3 and passing configure --with-gxx-include to build llvm-gcc-4.2 against the installed libc++?
2011 Apr 19
2
[LLVMdev] dragonegg bootstrap gcc 4.5.2
...es=c,c++,objc,obj-c++,fortran,java --libdir=/opt/local/lib/gcc45 --includedir=/opt/local/include/gcc45 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-4.5 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-4.5 --with-gxx-include-dir=/opt/local/include/gcc45/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --enable-stage1-checking --disable-multilib --enable-fully-dynamic-string Thread model: posix gcc version 4.5.2 (GCC) Pretty impressive. Jack
2011 Jul 11
1
Spectral Coherence
...xts = ts(x, frequency = 10) yts = ts(y, frequency = 10) gxy = spectrum( cbind( xts, yts ) ) plot( gxy $ freq, gxy $ coh ) yields a white spectrum of 1. Clearly i'm not using this correctly... or i mis-interpret the coh as a cross-spectral density estimate of coherence |Gxy|^2/(Gxx Gyy) Thanks in advance!
2013 Feb 22
1
Issues with installing RBGL package
...--program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~28/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) *sessionInfo() Results* R version 2.15.1 (2012-06-22) Platform: x86_64-apple-darwin11.4.0 (64-bit) locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_U...
2008 Feb 16
0
[LLVMdev] [llvm-testresults] Grawp-PIC i386 nightly tester results
...46865~obj/ >> src/configure --disable-checking --enable-werror --prefix=/Developer/ >> usr/llvm-gcc-4.2 --mandir=/Developer/usr/llvm-gcc-4.2/share/man -- >> enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program- >> transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-gxx-include-dir=/usr/ >> include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 >> --enable-llvm=/usr/local --host=i686-apple-darwin9 --target=i686- >> apple-darwin9 >> Thread model: posix >> gcc version 4.2.1 (Based on Apple Inc. build 5546) (LLVM build 9999...
2009 Sep 16
2
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
...='Debian 4.4.1-4' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-objc-gc --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model:...
2009 Mar 31
0
[LLVMdev] LLVM on Mac OS X Tiger 10.4.11
...es > required libiconv version 7.0.0. but the version on Tiger is 5.0.0. > Trying to build the frontend from source gives me a bunch of errors. > > My configure command is > > $../configure --prefix=`pwd`/../install/ --build=$TRIPLE > --host=$TRIPLE --target=$TRIPLE > --with-gxx-include-dir=/usr/include/c++/4.0.0 --program-prefix=llvm- > --enable-languages=c -enable-llvm=/usr/local/llvm-2.5 > > I'm running this from an 'obj' dir under the llvm-gcc source tree. > > The error is get is that SIZEOF_INT and SIZEOF_LONG are not defined. > > Anyt...
2008 Feb 16
0
[LLVMdev] [llvm-testresults] Grawp-PIC i386 nightly tester results
llvm itself is built with gcc-4.0, but the run line is: // RUN: %llvmgxx -S -O0 -emit-llvm %s -o - | grep retval | grep S242 | grep {i32 1} | count 2 According the log: FAIL: /Volumes/Muggles/LLVM/nightlytest-pic/build/llvm/test/C+ +Frontend/2008-02-13-sret.cpp Failed with exit(1) at line 1 while running: /usr/local/bin/llvm-gcc -emit-llvm -S -O0 -emit-llvm / Volu...
2007 Sep 14
3
problems for ./configure on Ralpha: gcc related
...- gcc -v returns Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-targets=all --disable-werror --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.2.1 (Debian 4....
2015 Feb 17
2
[LLVMdev] [PATCH 1/2 v3] configure: add visibility macro detection to configure
...="-fvisibility=hidden" > + VISIBILITY_CXXFLAGS="-fvisibility=hidden" > + fi > > # Work around aliasing bugs - developers should comment this out > CFLAGS="$CFLAGS -fno-strict-aliasing" > @@ -267,19 +264,6 @@ fi > if test "x$GXX" = xyes; then > CXXFLAGS="$CXXFLAGS -Wall" > > - # Enable -fvisibility=hidden if using a gcc that supports it > - save_CXXFLAGS="$CXXFLAGS" > - AC_MSG_CHECKING([whether $CXX supports -fvisibility=hidden]) > - VISIBILITY_CXXFLAGS="-fvi...
2008 Dec 28
0
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
Hello, Elvis > $ ../src/configure --program-prefix=llvm- --disable-bootstrap > --enable-checking --enable-languages=c,c++ You haven't configured llvm-gcc properly. Please do read readme.llvm file. However, afair, Trident was LLVM 1.5-based, and it will require massive rewrite to use LLVM 2.x (bytecode format was also changed) -- With best regards, Anton Korobeynikov Faculty of
2008 Feb 16
2
[LLVMdev] [llvm-testresults] Grawp-PIC i386 nightly tester results
On Feb 16, 2008, at 11:32 AM, Evan Cheng wrote: > But I am using llvm-gcc-4.2. Any idea why it's failing? > > Evan All the failing testers are using gcc-4.0 according to the web pages they point at. > On Feb 16, 2008, at 11:24 AM, Dale Johannesen wrote: > >> On Feb 16, 2008, at 7:06 AM, Apache wrote: >>> New Test Failures: >>>
2011 Aug 22
2
[LLVMdev] llvm-gcc and -march
...--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-gxx-include-dir=/usr/include/c++/4.2.1 --with-slibdir=/usr/lib Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build) I tried this on a simple file using your syntax and it still didn't work. [naromero:~/pmr] naromero% llvm-gcc -march=nocona pow.c -S -arch x86_64 cc1:...
2015 Jan 08
2
New version of Rtools for Windows
...related-to-each-other > [3] https://github.com/Alexpux/MSYS2-packages > [4] https://github.com/Alexpux/MINGW-packages > [5] http://stackoverflow.com/questions/15670169/what-is-difference-between-sjlj-vs-dwarf-vs-seh > [6] http://stackoverflow.com/questions/7751640/undefined-reference-to-gxx-personality-sj0 > [7] http://rubyinstaller.org/downloads/ >