Displaying 2 results from an estimated 2 matches for "f137035a2dc37aef6c0038ecf8d0".
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 building process is stopped, because the
functionality can't be implemented
2005 Jan 16
2
[LLVMdev] LLVM 1.4 Build Error
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=GB18030" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
I built llvm1.4 with gcc3.4.3 and glibc2.3.2 on a redhat 9.0 machine,