CodeWarrior 6 Pro

This compiler now free and its a full windows ide for C and C++. So you guys think we could compile the jogl C source with this one ?

You probably could if you wanted to, but why? Given that JOGL is a thin C wrapper for OpenGL (read: not much code to optimize) it seems to me that Cygwin GCC/MingW are fine. Especially because it makes cross platform compatibility easier.

I don’t know how to work with linux and the linux console very well. Im spoiled with IDEs like netbeans.

It maybe easy who already knows it well but for me is a nightmare. Well not exactly a nightmare but it would take too much time and frustration to work with it.

While codewarrior is all menu driven and offers a full ide. I believe the compiler they use is an adaptation from the linux gcc.