search for: 59362

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

Did you mean: 51362
2006 Apr 01
0
CESA-2005:165 Low CentOS 4 ia64 rsh - security update
CentOS Errata and Security Advisory 2005:165 https://rhn.redhat.com/errata/RHSA-2005-165.html The following updated files have been uploaded and are currently syncing to the mirrors: files: updates/ia64/RPMS/rsh-0.17-25.3.ia64.rpm updates/ia64/RPMS/rsh-server-0.17-25.3.ia64.rpm -- Pasi Pirhonen - upi@iki.fi - http://iki.fi/upi/ -------------- next part -------------- A non-text attachment was
2008 Nov 14
0
[LLVMdev] bugs in CMake build
[I'm cc-ing the mailing list because there are some topics here of general interest] HyperQuantum <hyperquantum at gmail.com> writes: >> CMAKE_SOURCE_DIR should be the same as LLVM_MAIN_SRC_DIR. If you know an >> scenario where this is not true, please describe it. > > In my case it's not true. I have put LLVM in a subdirectory of my > project
2008 Nov 14
3
[LLVMdev] bugs in CMake build
I am using LLVM as back end for my compiler, and until now I have used my own CMake build system for LLVM. But now LLVM has a CMake build system of its own, so when upgrading my LLVM version I decided to move to the 'official' one. It's not an easy transition, the build fails. I already found one bug: in some files the variable CMAKE_SOURCE_DIR is used for the LLVM top-level source