On Thu, May 1, 2008 at 1:24 PM, Alexander Hansen <[EMAIL PROTECTED]> wrote: > > On May 1, 2008, at 5:13 AM, Jérôme LELONG wrote: > > > > Hi, > > > > I am trying to install plotutils and the compilation phase fails with > > the following error > > > > ../libtool: line 1: s,^.*/,,g: No such file or directory > > ../libtool: line 1: -e: command not found > > > > It seems to be because libtool uses the variable SED which should be > > set to sed but unfortunately is not. Strange though it is, running > > > > > SED=sed fink install plotutils > > > > > does not solve the issue. > > > > > > That's to be expected because fink unsets the user environment. > > Can you provide a couple of lines just above the error, for context?
Here it is Making all in spline gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../include -I/sw/include -O2 -c spline.c /bin/sh ../libtool --mode=link gcc -O2 -L/sw/lib -o spline spline.o ../lib/libcommon.a -lmx ../libtool: line 1: s,^.*/,,g: No such file or directory ../libtool: line 1: -e: command not found *** Warning: inferring the mode of operation is deprecated. *** Future versions of Libtool will require --mode=MODE be specified. ../libtool: line 1: -e: command not found ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
