TextPad and GCC

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, MudGuard

Post Reply
-LG-
Posts: 6
Joined: Tue Nov 18, 2003 8:23 pm

TextPad and GCC

Post 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.
User avatar
talleyrand
Posts: 624
Joined: Mon Jul 21, 2003 6:56 pm
Location: Kansas City, MO, USA
Contact:

Post 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)
I choose to fight with a sack of angry cats.
-LG-
Posts: 6
Joined: Tue Nov 18, 2003 8:23 pm

Post by -LG- »

And how can I add the cygwin1.dll in my path????
Post Reply