Mail Archives: djgpp/2000/12/13/13:56:49
Just sending this again since my email address has changed ....
Phil Boucherat wrote:
> Hi,
>
> I'm trying to build a 68K cross compiler with the DOS DJGPP tools, and
> starting with BINUTILS 2.951. I've managed to configure this and make
> the relevant exe files (ls, as, etc.) but "make install" then tries to
> copy the files to my install directory (/g68 -> set using --prefix=/g68
> at the configure stage) but falls over on the first file which is the
> BFD library with and error something like this :
>
> ./libtool: ./install: error "libbfd.la is not a directory
>
> This is right of course, since libbfd.la is a file, but it is being
> copied using "install -c libbfd.la .....", which as fas as I can work
> out should end up just copying it using mv.
>
> Can anyone shed any light on this? I know I can copy the files by hand,
> but I don't think it should be necessary.
>
> Cheers,
>
> Phil
- Raw text -