On 03/02/2011 01:54 PM, Brad King wrote: > On 03/02/2011 10:50 AM, Alexander Neundorf wrote: >> Leaves mostly the HP compiler: >> http://www.cdash.org/CDash/testDetails.php?test=85923158&build=886969 > > I'm still looking at this one. > >> and the IBM compiler: >> http://www.cdash.org/CDash/testDetails.php?test=85918066&build=886882 > > The RPATH flags are not configured for ASM so > CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH > does not get put on the command line with the proper flags. I pushed a fix > for > AIX on the topic and merged to next again. Please fast-forward your local > copy > of the topic to what is now on the stage.
The HP one was the same issue as the IBM one. To fix it I had to (finally) factor HP compiler flags out of HP-UX.cmake into the modern <os>-<id>-<lang>.cmake files. Then I added the ASM flags for RPATH so the Assembler test can pass. Please fast-forward your local copy of the topic to what is now on the stage. -Brad _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
