This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/27769] cross-gnatmake needs host gcc
- From: "laurent at guerby dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 May 2006 17:09:09 -0000
- Subject: [Bug ada/27769] cross-gnatmake needs host gcc
- References: <bug-27769-283@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from laurent at guerby dot net 2006-05-27 17:09 -------
Oops sorry, didn't see that my log show the problem you mentionned (and not the
one I imagined), the library building tools of gnatmake when using a project
file are indeed looking for and using native tools (it "succeeds" on my machine
because I have the native compiler in PATH).
I wrote a patch
http://gcc.gnu.org/ml/gcc-patches/2006-05/msg01411.html
It seems to fix the problem:
found /mnt/data-5-1/guerby/install/bin/mingw32-gcc
found /mnt/data-5-1/guerby/install/bin/mingw32-ar
found /mnt/data-5-1/guerby/install/bin/mingw32-ranlib
could not delete /mnt/data-5-1/guerby/tmp/lib/libp.a
mingw32-ar cr /mnt/data-5-1/guerby/tmp/lib/libp.a /mnt/data-5-1/guerby/tmp/p.o
mingw32-ranlib /mnt/data-5-1/guerby/tmp/lib/libp.a
Copying "/mnt/data-5-1/guerby/tmp/p.ali" to "/mnt/data-5-1/guerby/tmp/lib"
--
laurent at guerby dot net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://gcc.gnu.org/ml/gcc-
| |patches/2006-
| |05/msg01411.html
Status|WAITING |NEW
Keywords| |patch
Last reconfirmed|2006-05-25 21:06:04 |2006-05-27 17:09:09
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27769