--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-15
22:36 ---
Fixed by:
2005-09-14 Christopher Faylor <[EMAIL PROTECTED]>
* pex-win32.c: Include "windows.h".
(backslashify): New function.
(fix_argv): Use backslashify to convert path to window
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-03
19:58 ---
>From what I have seen on the gcc ml, it looks like the opposition to a
pex-win32.c patch (Mark) agrees on it, and Christopher said in
http://gcc.gnu.org/ml/gcc-patches/2005-08/msg00513.html he could do it
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-08-08
16:32 ---
I don't like the patch, the correct way is to teach pex-win32.c about '#!'
because GCC is built under a Unix-like environment (MSYS).
Paolo
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22259
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-08-06
11:39 ---
Patch pinged (for the second time). ChangeLog entry provided.
--
What|Removed |Added
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-08-02
21:31 ---
bonzini, you assigned the bug to yourself, but I haven't seen any patch or
comment to my proposed patch. I'm still looking for someone to okay that patch,
or propose a better way to do it. The number of pa
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |bonzini at gcc dot gnu dot
|dot org |org
Status|NEW
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02
17:18 ---
Patch here but you forgot the changeLog :).
--
What|Removed |Added
URL|
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-07-02
08:55 ---
Created an attachment (id=9192)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9192&action=view)
Patch
Attached patch implements the idea of making a special case for mingw32 in
stamp-as, stamp-colle
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-07-02
08:08 ---
> One option: have gcc/Makefile stamp-as target test "build" and output
> appropriate script to MS Windows BATCH file as.bat.
I tried to copy the assembler in the tree, instead of making a script pointing
--- Additional Comments From dannysmith at users dot sourceforge dot net
2005-07-02 02:49 ---
A workaround is to specify the full path to as in configure script, eg
--with-as=/mingw/bin/as.exe --with-ld=/mingw.bin/ld.exe --
with /nm=/mingw/bin/ld.exe
Danny
--
http://gcc.gnu.org/bug
--- Additional Comments From dje at gcc dot gnu dot org 2005-07-01 21:44
---
One option: have gcc/Makefile stamp-as target test "build" and output
appropriate script to MS Windows BATCH file as.bat.
*) case "$build" in \
*mingw32*) echo 'XXX' > as.bat \
... ;;
*) echo '#!
--
What|Removed |Added
CC||ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22259
--
What|Removed |Added
Summary|spawnv cannot execute gcc/as|[4.1 Regression] spawnv
||cannot execute gcc/as
Target Milesto
13 matches
Mail list logo