From ee9f7843528cabf3e87acfac84aad7e541f3faa9 Mon Sep 17 00:00:00 2001 From: Sameer Shende Date: Thu, 30 Apr 2015 17:06:24 -0400 Subject: [PATCH] Added a note to download ext.tgz if -bfd=download doesn't work due to firewall. Former-commit-id: 92ad23030218b27af3d344fff45f72e74e5e8d3c --- configure | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure b/configure index 4955ab611..32a973b24 100755 --- a/configure +++ b/configure @@ -7475,6 +7475,13 @@ fi if [ $bfd_worked = "no" ] ; then echo "failed. Using -lbfd -liberty -lz." + echo "" + echo "" + echo "VERY IMPORTANT NOTE: Please configure TAU with -bfd=download. If a firewall prevents wget from accessing this binutils tarball" + echo "Please download http://tau.uoregon.edu/ext.tgz and untar it in this TAU directory and please use -bfd=download." + echo "***********************************************************************" + echo "" + echo "" BFDLIBS="-lbfd -liberty -lz" if [ $tauarch = i386_linux ]; then BFDLIBS=""