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: [Mingw-w64-public] x86_64-pc-mingw32 native ld.exe randomly failed to read the archive file


2007/10/4, NightStrike <nightstrike@gmail.com>:
> On 10/4/07, zhou drangon <drangon.mail@gmail.com> wrote:
> > under x86_64 linux, I built the cross x86_64-pc-mingw32 compiler using the
> > latest CVS/SVN head of binutils gcc mingw-w64,
>
> Wait, how?  The current svn head of gcc is broken for me for
> x86_64-pc-mingw32.  Did you patch it?
>
where broken ?
I modified one place.
When building the native gcc using cross compiler, it failed to compile.
Then I modified the file : "gcc/Makefile", change SYSTEM_HEADER_DIR to :

SYSTEM_HEADER_DIR = `echo $(prefix)/mingw/include | sed -e :a -e
's,[^/]*/\.\.\/,,' -e ta`


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