Hi Guys,

I have been trying to get Qt installed in Cygwin for days now. I can install it via binaries with MingW etc etc.. but that makes things alot more difficult for me later on. Plus I like to keep it all portable to a degree.

I have installed the full gcc-4.1.1, and yet I still get the following error:

Qt Code:
  1. #./configure
  2.  
  3. This is the Qt/X11 Open Source Edition.
  4.  
  5. The specified system/compiler is not supported:
  6.  
  7. /home/ghost/qt-x11-opensource-src-4.3.3/mkspecs/cygwin-g++
  8.  
  9. Please see the README file for a complete list.
To copy to clipboard, switch view to plain text mode 


I have confirmed that the correct paths are used as such:

Qt Code:
  1. #which g++
  2. /usr/local/bin/g++
To copy to clipboard, switch view to plain text mode 

Qt Code:
  1. #g++ version
  2. g++ (GCC) 4.1.1
To copy to clipboard, switch view to plain text mode 



Thanks for your time, if this works, I might post a walkthrough, there certainly isn't one anywhere else! hehe


Regards
=^_^=