Why is needed to do (inside the container directory):
# cd /container/directory/
# ./configure
instead of:
# pwd
/external/path
# /container/directory/configure
Maybe because calling ./configure
from /container/directory/ are created files inside of /container/directory/
Is there the option to create the files (makefiles,etc ) inside of /container/directory/ calling from /external/path?
Something like:
# /container/directory/configure --CreateOutputFiles=/container/directory/