This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Broken reference to ldd-rewrite.sed (mips64).


On Thu, Oct 19, 2006 at 05:27:09PM -0700, Kaz Kylheku wrote:
> In sysdeps/unix/sysv/linux/mips/mips64/configure, the line
> 
>   ldd_rewrite_script=$dest/ldd-rewrite.sed
> 
> is wrong, because this script is referenced out of the elf/
> subdirectory.The build breaks, because sed can't find the file:
> 
>   ../libc/ports/sysdeps/.../mips64/ldd-rewrite.sed

  case $dir in
    /*) dest=$dir ;;
    *)  dest=$srcdir/$dir ;;
  esac

I guess you need to use an absolute path to configure, or get the glibc
maintainers to use $ac_abs_srcdir.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]