Displaying 3 results from an estimated 3 matches for "it002473".
2004 Aug 16
1
[LLVMdev] Re: [llvm-announce] LLVM 1.3 Release!]
...e give us the output log with you run "gmake VERBOSE=1"?
>That should give us the exact compilation line used.
>
>
>
Good idea since it indicates that the problem is that the PATH contains
dirs with spaces in it even though the dir I build in has no spaces:
robert_feldt at it002473 /usr/pd/llvm/llvm/runtime/GCCLibraries/crtend
$ pwd
/usr/pd/llvm/llvm/runtime/GCCLibraries/crtend
robert_feldt at it002473 /usr/pd/llvm/llvm/runtime/GCCLibraries/crtend
$ gmake VERBOSE=1
Compiling crtend.c to bytecode
PATH=/usr/pd/llvm/llvm/tools/Debug:/usr/pd/llvm/llvm/tools/Debug:/usr/X11R6/bin:...
2004 Aug 16
0
[LLVMdev] Re: [llvm-announce] LLVM 1.3 Release!]
On Mon, Aug 16, 2004 at 01:07:39PM +0200, Robert Feldt wrote:
> However, when I go back to rebuild llvm, reconfigure, setting the
> CFEINSTALL dir, then make it can build the tools ok but not the
> runtime:
[snip]
> Compiling crtend.c to bytecode
> Files/ATI: not found
[snip]
> I don't understand the error message since I see no reference to
> Files/ATI. Any clues?
Can
2004 Aug 16
3
[LLVMdev] Re: [llvm-announce] LLVM 1.3 Release!]
Chris Lattner wrote:
>On Sun, 15 Aug 2004, Robert Feldt wrote:
>
>
>
>>However, I wonder if someone supplies pre-built cfrontend binaries for
>>cygwin?
>>
>>
>
>Nope, we don't have one yet, sorry.
>
>
>
>>I followed the instructions and tried to build them myself but get
>>when building the cfrontend. Any ideas?
>>