Mail Archives: djgpp-workers/1999/08/01/09:44:02
Finally, these are the patches for the libtool. They make
"make install" work for me.
*** ltmain.s~0 Fri May 1 18:49:28 1998
--- ltmain.sh Sat Jul 31 19:29:32 1999
***************
*** 495,501 ****
-L*)
dir=`$echo "X$arg" | $Xsed -e 's%^-L\(.*\)$%\1%'`
case "$dir" in
! /* | [A-Za-z]:\\*)
# Add the corresponding hardcode_libdir_flag, if it is not identical.
;;
*)
--- 495,501 ----
-L*)
dir=`$echo "X$arg" | $Xsed -e 's%^-L\(.*\)$%\1%'`
case "$dir" in
! /* | [A-Za-z]:[\\/]*)
# Add the corresponding hardcode_libdir_flag, if it is not identical.
;;
*)
***************
*** 711,717 ****
relink)
# We need an absolute path.
case "$dir" in
! /* | [A-Za-z]:\\*) ;;
*)
absdir=`cd "$dir" && pwd`
if test -z "$absdir"; then
--- 711,717 ----
relink)
# We need an absolute path.
case "$dir" in
! /* | [A-Za-z]:[\\/]*) ;;
*)
absdir=`cd "$dir" && pwd`
if test -z "$absdir"; then
***************
*** 1371,1377 ****
rpath=
for dir in $temp_rpath; do
case "$dir" in
! /* | [A-Za-z]:\\*)
# Absolute path.
rpath="$rpath$dir:"
;;
--- 1371,1377 ----
rpath=
for dir in $temp_rpath; do
case "$dir" in
! /* | [A-Za-z]:[\\/]*)
# Absolute path.
rpath="$rpath$dir:"
;;
***************
*** 1477,1483 ****
# If there was a directory component, then change thisdir.
if test \"x\$destdir\" != \"x\$file\"; then
case \"\$destdir\" in
! /* | [A-Za-z]:\\*) thisdir=\"\$destdir\" ;;
*) thisdir=\"\$thisdir/\$destdir\" ;;
esac
fi
--- 1477,1483 ----
# If there was a directory component, then change thisdir.
if test \"x\$destdir\" != \"x\$file\"; then
case \"\$destdir\" in
! /* | [A-Za-z]:[\\/]*) thisdir=\"\$destdir\" ;;
*) thisdir=\"\$thisdir/\$destdir\" ;;
esac
fi
***************
*** 1726,1732 ****
fi
fi
case "$destdir" in
! /* | [A-Za-z]:\\*) ;;
*)
for file in $files; do
case "$file" in
--- 1726,1732 ----
fi
fi
case "$destdir" in
! /* | [A-Za-z]:[\\/]*) ;;
*)
for file in $files; do
case "$file" in
*** ltconfig.~0 Fri May 1 18:49:28 1998
--- ltconfig Sat Jul 31 19:28:14 1999
***************
*** 625,631 ****
ac_prog=`($CC -print-prog-name=ld) 2>&5`
case "$ac_prog" in
# Accept absolute paths.
! /* | [A-Za-z]:\\*)
test -z "$LD" && LD="$ac_prog"
;;
"")
--- 625,631 ----
ac_prog=`($CC -print-prog-name=ld) 2>&5`
case "$ac_prog" in
# Accept absolute paths.
! /* | [A-Za-z]:[\\/]*)
test -z "$LD" && LD="$ac_prog"
;;
"")
***************
*** 890,896 ****
if test -z "$NM"; then
echo $ac_n "checking for BSD-compatible nm... $ac_c" 1>&6
case "$NM" in
! /* | [A-Za-z]:\\*) ;; # Let the user override the test with a path.
*)
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
for ac_dir in /usr/ucb /usr/ccs/bin $PATH /bin; do
--- 890,896 ----
if test -z "$NM"; then
echo $ac_n "checking for BSD-compatible nm... $ac_c" 1>&6
case "$NM" in
! /* | [A-Za-z]:[\\/]*) ;; # Let the user override the test with a path.
*)
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
for ac_dir in /usr/ucb /usr/ccs/bin $PATH /bin; do
- Raw text -