<br><br><div class="gmail_quote">On Wed, Nov 18, 2009 at 8:40 PM, Bill Hoffman <span dir="ltr"><<a href="mailto:bill.hoffman@kitware.com">bill.hoffman@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Eric M. LaFranchi wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Unable to find a cmake port for the HP-NonStop platform, I am working though the details of porting using cmake-2.8.0 source.<br>
<br>
</blockquote></div>
What is HP-NonStop?</blockquote><div>Having worked with the platform a bit, I'll give you a primer. The NonStops are high-reliability, mainframe-ish servers used for systems (such as ATMs and 911 call centers) that just can't go down. However, their operating system is close to a relic, especially if you are using the native mode (Guardian) as opposed to the Unix emulation (OSS). <br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
A few issues, so far:<br>
<br>
1. After the initial part of the bootstrap process, I changed CMakeCache.txt to use the system curl (CMAKE_USE_SYSTEM_CURL:BOOL=ON).<br>
<br>
</blockquote></div>
Why not use the one that comes with CMake?<div class="im"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The socket link libraries were not found. This is not holding me up and I hope to solve the issue so that I don't have to manually edit the CMakeCache.txt in the middle of the bootstrap process and then rerun bootstrap.<br>
<br>
2. Here is the more puzzling problem. Manually running the next phase of the bootstrap, I get a link error because libdl.a (-ldl) is in the link command and libdl doesn't exist on this system.<br></blockquote></div></blockquote>
<div>According to the Guardian Native C Library Calls Reference Manual, the RLD library (zlrldsrl or zrlddll) implements dlopen() and friends. <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
I am unable to locate the place in the code where (-ldl) can be removed from the link command. Maybe someone can help me with this issue?<br>
<br>
</blockquote>
<br></div>
CMake calls dlopen in some places, so what happens if you just remove the -ld?</blockquote><div>Yes, try that and see what happens; I don't know if zrld gets linked to automatically or not. <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
I don't suppose you can give me login on the machine...<br>
<br>
I can help you do this, if you promise to submit nightly dashboards after we get it working... :)<br>
<br>
-Bill<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br>