cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

kracker
Adept II

compiling SDKUtil on cygwin with g++

Basically, my question in title. Is it possible?

I have no problems compiling the library on mingw with g++, on cygwin however, it goes to cl. Is there a way to compile it with g++ on cygwin or are there problems in doing so?

Thanks

0 Likes
4 Replies
himanshu_gautam
Grandmaster

cl.exe is being selected for CYGWIN by makefiles. Most likely there should not be a issue in using g++, but you would have to play around with the makefiles, to make it work.

Anyways can you tell your motive for being interested in using cygwin when mingw is working fine for you?

0 Likes

Basically, this.

I suppose I could work with cl, but I am more familiar and comfortable with g++.

0 Likes

Thanks for the link.

0 Likes

To add something, I tried compiling manually, they all compile without error except...

0 Likes