Path to Cygwin g++ compiler?
Hi,
What is the Cygwin g++ compiler called in AppVeyor? In my installation it is called
c:\cygwin64\bin\i686-pc-cygwin-g++.exe
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

1 Posted by slepov on 16 Jan, 2018 10:11 PM
When I do this as part of the build script:
> SET PATH=C:\cygwin64\bin;%PATH%
> i686-pc-cygwin-g++
I get:
> 'i686-pc-cygwin-g++' is not recognized as an internal or external command,
2 Posted by Ilya Finkelshte... on 16 Jan, 2018 10:13 PM
it is
C:\cygwin\bin\i686-pc-cygwin-g++.exeorC:\cygwin64\bin\x86_64-pc-cygwin-g++.exeIlya Finkelshteyn closed this discussion on 25 Aug, 2018 02:26 AM.