Skip to content

Commit

Permalink
Added a note to download ext.tgz if -bfd=download doesn't work due to…
Browse files Browse the repository at this point in the history
… firewall.

Former-commit-id: 92ad23030218b27af3d344fff45f72e74e5e8d3c
  • Loading branch information
sameershende committed Apr 30, 2015
1 parent ca7e11b commit ee9f784
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit ee9f784

Please sign in to comment.