libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MinGW & Xsed


From: Bob Friesenhahn
Subject: MinGW & Xsed
Date: Sat, 2 Oct 2004 18:03:56 -0500 (CDT)

Under MinGW, Xsed is defined:

Xsed="$SED -e s/^X//"

but this code is using it like:


        # If the file is missing, and there is a .exe on the end, strip it
        # because it is most likely a libtool script we actually want to
        # install
        stripped_ext=""
        case $file in
          *.exe)
            if test ! -f "$file"; then
              file=`$ECHO "X$file"| $Xsed -e 's,.exe$,,'`
              stripped_ext=".exe"
            fi
            ;;
        esac

This seems to cause libtool to hang.

Bob
======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]