Menu

./configure problem with Solaris

Developers
2003-11-26
2013-10-17
  • Charlie Zender

    Charlie Zender - 2003-11-26

    Hi Rorik,

    The "make install" portion of the autotools install
    fails on solaris 2.7 when it tries to perform symbolic
    links because Solaris issues a complaint and fails:

    zender@goldhill:~/bin/SUNMP$ ln -s -f ncbo ncdiff
    ln: cannot create ncdiff: File exists

    The same command works fine on Linux.

    zender@ashes:~/bin/LINUX$ ln -s -f ncbo ncdiff
    zender@ashes:~/bin/LINUX$

    Would you please see if you can modify the
    make install actions to remove any existing symbolic links before attempting to install
    new ones? This should fix the Solaris install problem.

    Thanks,
    Charlie

     
    • Rorik Peterson

      Rorik Peterson - 2003-11-26

      I think I fixed this.

      rorik

       
      • Charlie Zender

        Charlie Zender - 2003-11-26

        Yes, thanks, the Solaris 7 install works fine now.

        Charlie

         

Log in to post a comment.