[CMake] error compiling 2.8.10.1 on SunOS/sparc

Bill Hoffman bill.hoffman at kitware.com
Tue Dec 4 18:11:46 EST 2012


On 12/4/2012 5:16 PM, Martin Koller wrote:
> I'm trying to compile cmake on Solaris 5.10
> (uname -a: SunOS eisux111 5.10 Generic_144500-19 sun4v sparc SUNW,SPARC-Enterprise-T5120 Solaris)
> but I get:
>
> [  1%] Built target cmIML_test
> [  4%] Built target cmsys
> [  4%] Built target cmsysTestDynload
> Linking C static library libcmsys_c.a
> Error running link command: No such file or directory
>
> bootstrap finds the compiler etc. but there is simply no ar command on that machine,
> and our complete application is built on that machine without it.
> What can I do ?
>
>

It might have cc -ar or something like that.  I have seen C++ compilers 
that can create static libraries on Suns.

-Bill



More information about the CMake mailing list