search for: msg89727

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

Did you mean: msg01727
2005 Jan 30
1
[LLVMdev] Patch for Path.inc on mingw
...nd, because we get this misindicating error: 'checking for sin in -lm... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.' And it has nothing to do with cross compilation. See this article for further explanation: http://www.mail-archive.com/gcc-bugs at gcc.gnu.org/msg89727.html (6th paragraph). Henrik. ============================================================= Henrik Bach LLVM Open Source Developer e-mail: henrik_bach_llvm at hotmail.com ============================================================= 'Nothing is impossible; The impossible just takes longer...
2005 Jan 13
0
[LLVMdev] Link tests are not allowed after GCC_NO_EXECUTABLES
...oconf test that >generates the >behavior you describe. Apparently the GCC folks wrote a new >version of the macro due to the >above behavior. As suggested, I googled and found this interesting answer for above error and behavior: http://www.mail-archive.com/gcc-bugs at gcc.gnu.org/msg89727.html I've been investigating why gcc_no_link was true for a while. And found that it was the ld version of llvm - gccld - which caused the error and behavior. gccld and other llvm tools have a bug originated from Win32/Path.cpp, in my case, on the MinGW platform. I'll leave this discuss...
2006 May 10
0
[LLVMdev] GCC_NO_EXECUTABLES during CFE build on MinGW
...hecking for main in -lm... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. make: *** [configure-target-libstdc++-v3] Error 1 Googling, I found these links: http://lists.cs.uiuc.edu/pipermail/llvmdev/2005-January/003181.html http://www.mail-archive.com/gcc-bugs at gcc.gnu.org/msg89727.html http://blog.gmane.org/gmane.comp.gcc.devel/day=20031023 So I've read some descriptions for why I might get this error: 1. Perhaps I'm missing a library or two? 2. Perhaps something is broken or configured wrong and it just can't find (a library?) things? Unfortunatly, this error...