[cmake-developers] remove obsolete link directories from SunOS.cmake

C Bergström cbergstrom at pathscale.com
Fri Nov 13 15:05:34 EST 2015


At a glance - I'd 1/2 agree with you on what SS will do.
/opt/SUNWspro/lib /opt/SUNWspro/prod/lib - These or corresponding dir/
should be added automatically

/usr/ccs/lib - I don't know if this will be added by default. crle
isn't showing it on a default system. I didn't check the SS link line.

I'm not objecting to your patch - I'm trying to provide more feedback
and maybe someone can chime in why it was this way before.

In ccs I'm only seeing
libcurses.so   libform.so     libgen.so      libl.so
libmalloc.so   libmenu.so     libpanel.so    libtermcap.so
libtermlib.so  liby.so

>From that list curses symlink ends up pointing back to
/lib/libcurses.so.1 anyway.

And if we really want to get sticky - those dir/ are 32bit only. So if
you were building a 64bit application/lib it wouldn't have been useful
at all.

On Sat, Nov 14, 2015 at 2:56 AM, C Bergström <cbergstrom at pathscale.com> wrote:
> What exact version of Solaris and SS did you test?
>
> On Sat, Nov 14, 2015 at 2:52 AM, A Chin <chin.oracle at gmail.com> wrote:
>> Hello,
>>
>> The following patch has been tested with cmake 3.3.2 built on Solaris.
>>
>> It removes obsolete link directories from SunOS.cmake.
>> Studio compilers no longer install any content to these directories by
>> default
>> when you install the Studio package.
>> The C++ compiler should automatically do the right thing with regards
>> to linking.
>>
>> The changes were created by Shawn Walker-Salas at Oracle.
>>
>> Thanks,
>> April Chin
>>
>> --
>>
>> Powered by www.kitware.com
>>
>> Please keep messages on-topic and check the CMake FAQ at:
>> http://www.cmake.org/Wiki/CMake_FAQ
>>
>> Kitware offers various services to support the CMake community. For more
>> information on each offering, please visit:
>>
>> CMake Support: http://cmake.org/cmake/help/support.html
>> CMake Consulting: http://cmake.org/cmake/help/consulting.html
>> CMake Training Courses: http://cmake.org/cmake/help/training.html
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Follow this link to subscribe/unsubscribe:
>> http://public.kitware.com/mailman/listinfo/cmake-developers


More information about the cmake-developers mailing list