This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: Current src trunk (and snapshot) does not install...


On 6/5/06, Christian Joensson <christian.joensson@gmail.com> wrote:
On 6/5/06, Daniel Jacobowitz <drow@false.org> wrote:
> On Mon, Jun 05, 2006 at 11:30:01AM +0200, Christian Joensson wrote:
> > When trying to install, I get failures like this:
> >
> > /bin/sh: ../../../src/bfd/mkinstalldirs: No such file or directory
> >
> > makgin a symbolic link to the src dir's mkinstalldirs makes this go away...
> >
> > n.b., this is just a single example, it repeats itself
> >
> > /bin/sh: ../../../src/opcodes/mkinstalldirs: No such file or directory
> >
> > is the next one...
>
> Configure command and a little bit of context from the build log,
> please?

well, configure was done the same way I have been for ages:

CC="gcc -m32" CXX="g++ -m32" ../src/configure sparc-linux \
        --enable-__cxa_atexit --prefix=/usr/local/binutils \
        --enable-shared \
        --enable-64-bit-bfd

and the build log, nothing strange shows up there...

hmm, come to think of it, it might be related to relative vs. absolute usage of the configure script... i'll try a configure/build/install using an absolute use of the configure script...

--
Cheers,

/ChJ


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