Page 1 of 1

TextPad and GCC

Posted: Tue Nov 18, 2003 8:26 pm
by -LG-
How can I compile a c file out of TextPad using the gcc compiler on the cygwin bash. It should work like with the Java files.

Posted: Tue Nov 18, 2003 10:09 pm
by talleyrand
I suspect it's much like anything else. Create a new program and point it to c:\cygwin\bin\gcc.exe You may need to have the cygwin1.dll in your path (or some dll like that)

Posted: Wed Nov 19, 2003 12:35 am
by -LG-
And how can I add the cygwin1.dll in my path????