General questions about using TextPad
Moderators: AmigoJack , bbadmin , helios , MudGuard
-LG-
Posts: 6 Joined: Tue Nov 18, 2003 8:23 pm
Post
by -LG- » Tue Nov 18, 2003 8:26 pm
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.
talleyrand
Posts: 624 Joined: Mon Jul 21, 2003 6:56 pm
Location: Kansas City, MO, USA
Contact:
Post
by talleyrand » Tue Nov 18, 2003 10:09 pm
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- » Wed Nov 19, 2003 12:35 am
And how can I add the cygwin1.dll in my path????