This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

which ranlib?


I am trying to "make bootstrap" on a FreeBSD system and got stuck at:

unlink
vxtidt
vxttim
alarm
ar rc ../../libf2c.a libE77/*
rm -fr libE77
if true; then /usr/local/i386-unknown-freebsd2.1.6/bin/ranlib ../../libf2c.a;  else true; fi
/usr/local/i386-unknown-freebsd2.1.6/bin/ranlib: not found
*** Error code 2


gecko% which ranlib
/usr/bin/ranlib

It looks like I once installed binutils on this system but later
deleted parts of it, including that whole 
/usr/local/i386-unknown-freebsd2.1.6/bin/ directory.  I can probably
get it to build by digging around in gcc/f/runtime, but I don't know
how you want to fix it in the distribution.

Kate


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