On Mon, 1 Jun 2015 07:53:42 -0700, David Lowe <doctorjl...@verizon.net> wrote: I'm getting the following with Fink 0.38.5 on OS 10.8.5. The relevant error seems to be "libtool: compile: cannot determine name of library object from `': command not found", but i didn't see anything immediately useful in a web search. I'm posting everything after the unpacking just in case. > > > autoreconf -fi > > /sw/bin/libtoolize: line 3601: /sw/bin/grep: No such file or directory
First sign of trouble is there...fink's libtoolize is hardcoding fink's grep but then not finding it, so it will fail to accomplish whatever sed actions it would do. What version of "libtool2" do you have installed? > > /bin/sh ../../../libtool --tag=CC --mode=compile gcc > -DHAVE_CONFIG_H -I. -I../../../src/libjasper/include/jasper > -I../../../src/libjasper/include -I/sw/include -g -O2 -MT > jas_debug.lo -MD -MP -MF .deps/jas_debug.Tpo -c -o jas_debug.lo > jas_debug.c > > ../../../libtool: line 917: X--tag=CC: command not found > > ../../../libtool: line 917: X--tag=CC: command not found > > ../../../libtool: line 950: libtool: ignoring unknown tag : command > not found > > ../../../libtool: line 917: X--mode=compile: command not found > > ../../../libtool: line 950: libtool: ignoring unknown tag : command > not found > > ../../../libtool: line 917: X--mode=compile: command not found This is all a symptom of the autoconf/libtool toolchain not getting created properly, which seems like it would be consistent with it failing to sed. Does installing fink's "sed" package resolve it? That only hides the fact that your libtoolize is looking for it, but at least would get you moving forward. dan -- Daniel Macks dma...@netspace.org ------------------------------------------------------------------------------ _______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users