1 msgProblem installing gcc-2.96+ or gcc 4.2 beta in...
1 msgKeo Souvannasy est absent(e).
2 msg-g vs -g3 -ggdb3

Problems properly escaping backslashes in dos p...
\ Chris Nighswonger (23 May 2007)
. \ Brian Dessent (23 May 2007)

6 msgNew -ffriend-injection behavior - is it really ...
1 msgautovectorization capabilities
10 msgwhere to discuss problems with IEEE 754 standar...
1 msgDebugging OpenMP with gcc 4.2 and gdb 6.6
5 msg4.2.0 installation problem - `bison' missing on...
9 msgcast to an enum does not throw errors even for ...
2 msgEnabling basic block profiling information
1 msghelp writing gcc code
1 msg***JOB OFFER
1 msgQuestion on object code layout
5 msgRe: Problem when using optimization on aix 5.2 ...
2 msgPRECISE gcc Intel conventions
1 msgFriendly gcc hacker needed
2 msgBuilding GCC for 64-bit architecture
1 msgListing of inlined functions
5 msggcc behind the scenes
Subject:Re: Problems properly escaping backslashes in dos pathing in a Makefile
Group:Gcc-help
From:Brian Dessent
Date:23 May 2007


Chris Nighswonger wrote:

> Any help would be greatly appriciated. I may be completely off
> target here so feel free to correct me.

This has nothing to do with gcc at all, I'm afraid. If your question is
primarily related to handling paths in Makefiles, ask on the make-w32
list, but I can tell you right now that the answer is that backslashes
in Makefiles are always wrong; use forward slashes. Windows is
perfectly happy with forward slashes as directory separator. If your
question is about Cygwin and mixing POSIX and Win32 paths (i.e.
/var/log/foo vs. x:/some/thing) then try the Cygwin list, but be
forewarned that Cygwin is intended to support POSIX apps in a POSIX
environment and so trying to build/use apps that expect win32 paths in
Cygwin will run into all kinds of impedance mismatches. If you want to
build Windows apps that understand driver-letter-style paths, you should
use MinGW, which also has a mailing list.

But nothing above has anything to do with the compiler itself (the
differences between MinGW/Cygwin are primarily the headers and runtime
library support, not the interworkings of the compiler itself) so this
is definitely the wrong place to ask.

Brian


© 2004-2008 readlist.com