Displaying 5 results from an estimated 5 matches for "dstandard_libexec_prefix".
2006 Aug 01
0
[LLVMdev] Building llvm under cygwin
...-I.
> -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include
> -I./../intl -I../../src/gcc/../libcpp/include -I/llvm/include
> -I/llvm/obj/include \
> -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=
> \"/llvm-gcc/../install//lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=
> \"/llvm-gcc/../install//libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"
> 4.0.1\" -DDEFAULT_TARGET_MACHINE=\"i686-pc-cygwin\"
> -DSTANDARD_BINDIR_PREFIX=\"/llvm-gcc/../install//bin/\"
> -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X...
2004 Aug 15
2
[LLVMdev] Re: [llvm-announce] LLVM 1.3 Release!]
...rite-strings -Wstrict-prototypes
-Wmissing-p
rototypes -pedantic -Wno-long-long -fno-common -Wno-error
-DHAVE_CONFIG_H -I
. -I. -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include \
-DSTANDARD_STARTFILE_PREFIX=\"../../../\"
-DSTANDARD_EXEC_PREFIX=\"/lib/gcc/\"
-DSTANDARD_LIBEXEC_PREFIX=\"/libexec/gcc/\"
-DDEFAULT_TARGET_VERSION=\"3.4-llvm
\" -DDEFAULT_TARGET_MACHINE=\"i686-pc-cygwin\"
-DSTANDARD_BINDIR_PREFIX=\"/bin/\
" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X"
|| test "
no&qu...
2006 Jul 31
0
[LLVMdev] Building llvm under cygwin
If you're building llvm-gcc4, you don't need the runtime libraries, so
I'd just stick with the "tools-only" build and declare success. If
you're building llvm-gcc3, I'd suggest you switch to llvm-gcc4 :)
However, the problem appears to be your PATH variable. In your path you
have the following directory: C:/Program Files/Microsoft DirectX SDK
(June
2006 Jul 30
2
[LLVMdev] Building llvm under cygwin
Hi!
I'm trying to build LLVM under cygwin.
I have the latest version of cygwin and CVS versions of llvm, llvm-test and
llvm-gcc.
make of tools only succeeded.
make of frontend succeeded too
but full make of llvm failed on crtend in llvm/runtime/GCCLibraries with the
following message:
llvm[0]: Compiling crtend.c for Debug build (bytecode)
/bin/sh: -c: line 0: syntax error near unexpected
2006 Aug 01
15
[LLVMdev] Building llvm under cygwin
...D__STDC_LIMIT_MACROS -I. -I.
-I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include -I./../intl
-I../../src/gcc/../libcpp/include -I/llvm/include -I/llvm/obj/include \
-DSTANDARD_STARTFILE_PREFIX=\"../../../\"
-DSTANDARD_EXEC_PREFIX=\"/llvm-gcc/../install//lib/gcc/\"
-DSTANDARD_LIBEXEC_PREFIX=\"/llvm-gcc/../install//libexec/gcc/\"
-DDEFAULT_TARGET_VERSION=\"4.0.1\"
-DDEFAULT_TARGET_MACHINE=\"i686-pc-cygwin\"
-DSTANDARD_BINDIR_PREFIX=\"/llvm-gcc/../install//bin/\"
-DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" =...