[cmake-developers] GCC HPPA linker errors
Chuck Atkins
chuck.atkins at kitware.com
Thu Nov 6 10:58:36 EST 2014
Aha! I'll change it to MATCHES instead of STREQUALS and that should do it
since technically the issue is with both 32 and 64 bit architectures, it
just might not have shown up yet on both. Perhaps the build name for the
dashboard should be HPPA64 then instead HPPA32?
- Chuck
On Thu, Nov 6, 2014 at 10:54 AM, Rolf Eike Beer <eike at sf-mail.de> wrote:
> Am Donnerstag, 6. November 2014, 10:37:25 schrieb Chuck Atkins:
> > Hi Eike,
> >
> > So, it seems that voyager has no issue, only pioneer, which I'm just
> taking
> > as coincidence from differences in various binary sizes. However, from
> > looking at the error log, the link line for cmake shows:
> >
> > /usr/bin/c++ -Wnon-virtual-dtor -Wcast-align -Wchar-subscripts -Wall -W
> > -Wshadow -Wpointer-arith -Wformat-security -Wundef -g
> > CMakeFiles/cmake.dir/cmakemain.cxx.o CMakeFiles/cmake.dir/cmcmd.cxx.o -o
> > ../bin/cmake -rdynamic libCMakeLib.a kwsys/libcmsys.a
> > ../Utilities/cmexpat/libcmexpat.a
> > ../Utilities/cmlibarchive/libarchive/libcmlibarchive.a
> > ../Utilities/cmliblzma/libcmliblzma.a ../Utilities/cmbzip2/libcmbzip2.a
> > ../Utilities/cmcompress/libcmcompress.a ../Utilities/cmcurl/libcmcurl.a
> > ../Utilities/cmzlib/libcmzlib.a -ldl
> >
> > which doesn't show the addition of the -mlong-calls flag. This is a bit
> > perplexing as it would seem to imply that some how the if conditions are
> > not being satisfied. On pioneer, does cmake --system-information show
> the
> > expected value for CMAKE_SYSTEM_PROCESSOR, CMAKE_C_COMPILER_ID, and
> > CMAKE_CXX_COMPILER_ID, i.e. "parisc", "GNU", and "GNU" ?
>
> It says parisc64. I obviously never properly checked that when playing
> with my
> workaround code.
>
> Eike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20141106/9ae91175/attachment.html>
More information about the cmake-developers
mailing list