This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

configure errors in latest snapshots on HPUX 11.00




Originally configure failed like so: 

--> updating cache ../config.cache
--> loading cache ../config.cache within ltconfig
--> ./../ltconfig[634]: ./../ltcf-c.sh:  not found.
--> configure: error: libtool configure failed
--> Configure in /scratch/rnesius/binutils-000921/opcodes failed, exiting.
--> hip466> cd opcodes/
--> hip466> grep ltcf-c.sh *
--> configure:LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh
--> $ac_aux_dir/ltcf-c.sh"

I hacked $ac_aux_dir/ltcf-c.sh off the LIBTOOL_DEPS line in 
<source_root>/opcodes/configure. 

After that configure failed again because ltcf-c.sh didn't exist.  
This time it was <source_root>/ltconfig looking for it. 
I commented out the else clause around line 636 (see below) and got a clean
configure. 

# Source the script associated with the $tagname tag configuration.
if test -n "$tagname"; then
  . $ltmain
# else
  # FIXME:  We should use a variable here
  # Configure for a C compiler
  # . $srcdir/ltcf-c.sh
fi

Still, I'm a little concerned.  I'm going to proceed with the 
build and see what happens, but it looks like either a file 
was removed from the binutils source tree but not all references
were updated, or this file wasn't checked in?  

-Rob

-- 
#include <sig.h>
------------------------------------------------------------------
Robert Nesius             rnesius@ichips.intel.com    503.712.2181
DPG Engineering Computing SW Applications Team



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]