'Issue with make in Cygwin
I've been using cygwin to build gcc. However, after I try to configure gcc, in the way shown below:
$ C:/cygwin64/home/myusername/gcc-9.3.0/configure --program-suffix=-4.9.2 --enable-languages=c,c++ --disable-bootstrap --disable-shared
and then compile it like this:
$ make -j4
I have this error message:
make: *** No targets specified and no makefile found. Stop.
I don't have much experience with cygwin, so any help would be greatly appreciated!
Solution 1:[1]
If someone else has this problem lately.. My error was extracting the file with the name of the folder So obviously the path wasn't correct because now was duplicated, just remove that one, select "extract here"
and now use the command. Otherwise, modify the path, that should work, too
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | hardToExplain |