From 182f87eeacea3d6571100bf7e486177798a5c1d9 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 22 Dec 2016 05:24:16 -0500 Subject: [PATCH] Add info on creating versioned shared object Also see http://stackoverflow.com/q/41255199 --- setenv-android.sh | 5 +++-- setenv-embedded.sh | 5 +++-- setenv-ios.sh | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/setenv-android.sh b/setenv-android.sh index c12442d5..31482b09 100755 --- a/setenv-android.sh +++ b/setenv-android.sh @@ -394,8 +394,9 @@ fi echo echo "*******************************************************************************" -echo "It looks the the environment is set correctly. Your next step is" -echo "build the library with 'make -f GNUmakefile-cross'" +echo "It looks the the environment is set correctly. Your next step is build" +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 diff --git a/setenv-embedded.sh b/setenv-embedded.sh index 5f7b1fa9..8e4b0c93 100755 --- a/setenv-embedded.sh +++ b/setenv-embedded.sh @@ -134,8 +134,9 @@ fi echo echo "*******************************************************************************" -echo "It looks the the environment is set correctly. Your next step is" -echo "build the library with 'make -f GNUmakefile-cross'" +echo "It looks the the environment is set correctly. Your next step is build" +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 diff --git a/setenv-ios.sh b/setenv-ios.sh index 92bc39bc..cd9469b7 100755 --- a/setenv-ios.sh +++ b/setenv-ios.sh @@ -285,8 +285,9 @@ fi echo echo "*******************************************************************************" -echo "It looks the the environment is set correctly. Your next step is" -echo "build the library with 'make -f GNUmakefile-cross'" +echo "It looks the the environment is set correctly. Your next step is build" +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