3 msgCan I force gcc not to optimize calling to leaf...
2 msgV_MUST_DEF vs V_MAY_DEF ?
12 msgSignedness of char and puts()
6 msgcompile with no prefix
3 msgnewbie trying to install and build
5 msgambiguous std::fill with character array
4 msgC++ Macros, ##, and ::
3 msgnewbie question on linking classes
2 msgBuild Failure for gcc 4.3.0
3 msgDoes GCC really recognize __attribute__ ((bitwi...
2 msgstatic stack check
16 msgProblem with exceptions on arm
1 msgThe Latest
13 msgIssue on X86_64?
1 msgcross compiling on different hosts
2 msgProblem with static library linking
6 msg[help] undefined reference to `_Unwind_SjLj_Reg...
2 msgGSoC - GCC Multithreaded linker

gcc for windows
\ Freeman Gilmore (23 Mar 2008)
. \ Rodolfo Lima (23 Mar 2008)
. . \ Tim Prince (23 Mar 2008)
. . . \ Sisyphus (30 Mar 2008)
. . . . \ NightStrike (30 Mar 2008)
. . . . . \ Sisyphus (31 Mar 2008)
. . . . . . \ Sisyphus (31 Mar 2008)

2 msgHow does GCC4 transform GIMPLE IR to SSA?
Subject:Re: gcc for windows
Group:Gcc-help
From:Sisyphus
Date:31 Mar 2008



----- Original Message -----
From: "Sisyphus" <sisyphus1>
.
.
> Thanks for the link, NightStrike - it was worth a shot. (And, I might even
> have some success, yet, if I persevere.)

Seems to work ok if I:
1) also add x86_64-pc-mingw32\bin and libexec\gcc\x86_64-pc-mingw32\4.4.0 to
the path;
2) set the CPATH environment variable to include both the
x86_64-pc-mingw32\include and include folders;
3) set the LIBRARY_PATH environment variable to include the
x86_64-pc-mingw32\lib, lib and lib\gcc\x86_64-pc-mingw32\4.4.0 folders.

I can then even compile C programs that need to link to the gmp and mpfr
libraries (as supplied in mingw-w64-bin-gmp-mpfr.tar.bz2 , which is also
available from
http://sourceforge.net/project/showfiles.php?group_id=202880&package_id=2455 16&release_id=546049 )
.

This workaround (to what still has all the hallmarks of being the "Vista
access problem") has probably always existed, but it's only in the last week
or so that I found out about the CPATH and LIBRARY_PATH environment
variables.

So it looks like I might have something to work with at last - though it's
still early days, and I'm not yet ready to declare "problems solved".

Cheers,
Rob



© 2004-2008 readlist.com