Hello Sam,

Thanks for the bug report.

* Sam Hocevar (Debian packages) wrote on Wed, Aug 23, 2006 at 03:50:06PM CEST:
>
>    Relinking fails when $libdir is detected as being empty. This is due
> to the following code:
> 
>     # Determine the prefix the user has applied to our future dir.
>     inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
>     # [...]
>     if test "$inst_prefix_dir" = "$destdir"; then
>         $echo "$modename: error: cannot install \`$file' to a directory not 
> ending in $libdir" 1>&2
> 
>    The correct way to check that "$destdir" ends with "$libdir" is
> the following:
> 
>     if test "$inst_prefix_dir$libdir" != "$destdir"; then

I would like to see what is happening here for you.  Please post the
mode=link command and the mode=install command that are used, plus all
output they produce.

Thanks,
Ralf


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to