On Thu, 7 Jan 2010, Paolo Bonzini wrote: > On 01/07/2010 02:50 PM, Duke Normandin wrote: > > On Thu, 7 Jan 2010, Paolo Bonzini wrote: > > > > > On 01/07/2010 02:16 PM, Duke Normandin wrote: > > > > So libtools is living in/opt/blah. You want them in the /usr/ tree? I > > > > wonder how many files we're talking about here? I could symlink them > > > > to /opt/whatever, but what a&^...@# PITA! Can't we do something in the > > > > "configure" script or the "Makefile", line "ifdef $OSTYPE or > > > > something, then look at /usr then /opt? > > > > > > No no, just do the other try... > > > > > > Paolo > > > > > > > I did a: > > > > autoreconf -fvi > > ./configure > > Did you look for ltmain.sh files and remove them? > > Paolo >
Actually, I simply did a: dnormandin@ ~/smalltalk 06:56 am >> find . -name "ltmain.sh" Two of them showed up - one each in build-aux/ and snprintfv/ I mv(ed) them to ltmain.shx. However, I see that for some reason build-aux still has a copy of ltmain.sh in it, even after the "mv". So I nuked it and I'll try again. -- Duke _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
