WinXP

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:WinXP

Post by Pype.Clicker »

once in the cygwin shell, your gcc and ld should be in /usr/bin. it may depend on how you installed cygwin, but i think they should be in c:\cygwin\usr\bin\gcc or something. (or searching C: for "gcc*.exe" might help locate them back).

Then just patch your batch files to use the proper stuff.
If you're not so happy with heavy patching, you may like to know that most of the GNU compilation tools will try to use $CC environment variable (that should be %CC% in windows environment iirc) to locate the compiler you're willing to use.
Post Reply