Displaying 2 results from an estimated 2 matches for "space2n".
Did you mean:
space2
2009 Feb 24
0
[LLVMdev] llvm-gcc (pre-release and svn sources) fails to compile on Solaris10/SPARC
...un-Blade-1000 Solaris
>
> configure switches for llvm-gcc
> -------------------------------------------------
> ../llvm-gcc-4.2/configure
> --prefix=/local/space2/llvm_toolchain/llvm-gcc4.2-2.5-install
> --enable-languages=c,c++,fortran --disable-checking
> --enable-llvm=/local/space2n/llvm-2.5-objects --disable-bootstrap
> --disable-multilib
>
I tried building on Solaris10/x86, and I had to use something like
--with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld
--without-gnu-ld.
However it failed with an undefined reference to 'copysignl'.
Best...
2009 Feb 24
5
[LLVMdev] llvm-gcc (pre-release and svn sources) fails to compile on Solaris10/SPARC
...neric_118833-33 sun4u sparc
SUNW,Sun-Blade-1000 Solaris
configure switches for llvm-gcc
-------------------------------------------------
../llvm-gcc-4.2/configure
--prefix=/local/space2/llvm_toolchain/llvm-gcc4.2-2.5-install
--enable-languages=c,c++,fortran --disable-checking
--enable-llvm=/local/space2n/llvm-2.5-objects --disable-bootstrap
--disable-multilib
************************************
Compiling gcc-4.2-2.5 with llvm-2.5
************************************
g++ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -pedantic
-Wno-long-long -Wno-variadic-macros -Wmissing-format-attribute
-DHAVE_CONF...