[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: OSF sia stuff in 0.4b
From: Assar Westerlund <assar@sics.se>
Date: 13 Jul 2001 10:02:53 +0200
> Yeah, I'm afraid you're completely right. libtool actually
> accumulates all of them and sends in a colon-separated list.
>
> This appended patch should make it do the right thing. Can you test
> it?
With the following slight patch to make-rpath it works:
--- make-rpath~ Mon Jul 16 09:55:09 2001
+++ make-rpath Mon Jul 16 11:20:15 2001
@@ -28,6 +28,6 @@
esac
done
if test "$rlist"; then
- echo -n "-rpath $rlist "
+ echo "-rpath $rlist \c"
fi
echo "$rest"
cheers
mark