search for: expantfft

Displaying 3 results from an estimated 3 matches for "expantfft".

Did you mean: expandfft
2007 May 04
2
[LLVMdev] llvm-test make problems
hello, i've problems running the llvm-test suite using debian linux and make 3.81. it works fine on my laptop, running openSuse and make 3.81. i already tried to install make 3.75 and 3.79, both did not work. the error message is: make[1]: *** No rule to make target `Output/sse.expantfft.bc', needed by `Output/sse.expandfft.linked.rbc'. Stop. using make -p, i see that Makefile.singlesrc has the following pattern rule, but it does not match for some reason! Output/%.linked.rbc: Output/%.bc -cp -f $< $@ i played a little with the makefile and found that this...
2007 May 04
0
[LLVMdev] llvm-test make problems
...e problems running the llvm-test suite using debian linux and make >3.81. it works fine on my laptop, running openSuse and make 3.81. > >i already tried to install make 3.75 and 3.79, both did not work. > >the error message is: > >make[1]: *** No rule to make target `Output/sse.expantfft.bc', needed by >`Output/sse.expandfft.linked.rbc'. Stop. Have you modified the makefile in any way? Note that sse.expantfft.bc should be sse.expandfft.bc > > >using make -p, i see that Makefile.singlesrc has the following pattern >rule, but it does not match for some reas...
2007 May 04
3
[LLVMdev] llvm-test make problems
Reid Spencer wrote: > Have you modified the makefile in any way? Note that sse.expantfft.bc should be sse.expandfft.bc no, did'nt change it. the typo before seems to be an error while copying from the terminal. i've cleaned everything and tried again. this is the messsage: [brandner:/localtmp/brandner/dev/llvm-test:529] make -j1 TEST=nightly 2>&1 | tee report.nightly....