search for: cfrontent

Displaying 2 results from an estimated 2 matches for "cfrontent".

Did you mean: cfrontend
2006 May 08
0
[LLVMdev] Configuring for the cfrontend build on Mingw
Hello, Greg. You wrote Sunday, May 7, 2006, 10:46:34 PM: GP> 3. One potential point of control is the INCLUDES variable found in GP> cfrontent/gcc/Makefile.in: GP> INCLUDES = -I. -I$(@D) -I$(srcdir) -I$(srcdir)/$(@D) \ GP> -I$(srcdir)/../include @INCINTL@ Just unpack mingw32's headers & libs (w32api && mingw-runtime) into prefix directory. And configure script should find them. GP> 4. It is worth mentioning t...
2006 May 07
0
[LLVMdev] Configuring for the cfrontend build on Mingw
...). 2. fstat() rejects paths that end with a slash (or backslash). In the above example, observe: ignoring nonexistent directory "../../llvm-gcc/gcc/" while: "../../llvm-gcc/gcc" is not "ignored". 3. One potential point of control is the INCLUDES variable found in cfrontent/gcc/Makefile.in: INCLUDES = -I. -I$(@D) -I$(srcdir) -I$(srcdir)/$(@D) \ -I$(srcdir)/../include @INCINTL@ 4. It is worth mentioning that there is a subtle interaction with (my particular version of) make. In some cases make should be replacing $(@D) with '.', but instead replaces it wi...