Add info on creating versioned shared object
Also see http://stackoverflow.com/q/41255199pull/351/head
parent
d40b0cdda0
commit
182f87eeac
|
|
@ -394,8 +394,9 @@ fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "*******************************************************************************"
|
echo "*******************************************************************************"
|
||||||
echo "It looks the the environment is set correctly. Your next step is"
|
echo "It looks the the environment is set correctly. Your next step is build"
|
||||||
echo "build the library with 'make -f GNUmakefile-cross'"
|
echo "the library with 'make -f GNUmakefile-cross'. You can create a versioned"
|
||||||
|
echo "shared object using 'HAS_SOLIB_VERSION=1 make -f GNUmakefile-cross'"
|
||||||
echo "*******************************************************************************"
|
echo "*******************************************************************************"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -134,8 +134,9 @@ fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "*******************************************************************************"
|
echo "*******************************************************************************"
|
||||||
echo "It looks the the environment is set correctly. Your next step is"
|
echo "It looks the the environment is set correctly. Your next step is build"
|
||||||
echo "build the library with 'make -f GNUmakefile-cross'"
|
echo "the library with 'make -f GNUmakefile-cross'. You can create a versioned"
|
||||||
|
echo "shared object using 'HAS_SOLIB_VERSION=1 make -f GNUmakefile-cross'"
|
||||||
echo "*******************************************************************************"
|
echo "*******************************************************************************"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -285,8 +285,9 @@ fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "*******************************************************************************"
|
echo "*******************************************************************************"
|
||||||
echo "It looks the the environment is set correctly. Your next step is"
|
echo "It looks the the environment is set correctly. Your next step is build"
|
||||||
echo "build the library with 'make -f GNUmakefile-cross'"
|
echo "the library with 'make -f GNUmakefile-cross'. You can create a versioned"
|
||||||
|
echo "shared object using 'HAS_SOLIB_VERSION=1 make -f GNUmakefile-cross'"
|
||||||
echo "*******************************************************************************"
|
echo "*******************************************************************************"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue