Displaying 2 results from an estimated 2 matches for "have_mmap_file".
2005 Jan 16
2
[LLVMdev] LLVM 1.4 Build Error
....o]
Error 1<br>
gmake[1]: *** Waiting for unfinished jobs....<br>
gmake[1]: Leaving directory
`/home/zhoufeng/bin/llvm/llvm-build/lib/Support'<br>
gmake: *** [all] Error 1<br>
</small>I checked the source code and find this is caused by the
undefined "<b>HAVE_MMAP_FILE</b>" macro. But I don't know what this
macro is used for? How to sovle it? <br>
thanks.<br>
--zhoufeng<br>
</body>
</html>
2005 Jan 16
0
[LLVMdev] LLVM 1.4 Build Error
The HAVE_MMAP_FILE macro comes from when you configured llvm. The configure
tested if your system is giving access to a various resources required by
llvm. LLVM needs the MMAP functionality by your system. Some times, if the
required resources aren't present, we use other resources.
However, in this case the...