Create a new folder for your TCC installation (e.g. c:\program files\tcc\). Extract tcc.exe and tiny_impdef.exe to this folder, NOT c:\program files\tcc\bin\! Then extract all but the bin folder.
Add c:\program files\tcc\ to your PATH environmental variable, and it should work. Now you can evoke the tcc executable from any Command Prompt without using full paths. ~ Kenneth Elmar Vogt wrote: > Hello all, > > I just stumbled across Tiny C and wanted to familiarize myself with the > compiler, so I downloaded the Windows version (0.9.23, the latest I could > find), and follwed the installation instructions -- namely, "unzip anywhere". > > This didn't quite succeed, since when Tiny C is invoked from the command > line, the DOS shell apparently can't know which directory it is in. > Furthermore, if I explicitly give the compiler path, the compiler still can't > find include files in the default directory (ie, all "#include <myinc.h>" > directions fail). > > What am I missing? I tried the archives of the mailing list, but couldn't > find much relevant information. I'm a bit unclear about the connection with > MinGW; is it necessary to have MinGW installed, or to invoke the compiler > from the MinGW shell? > > Any pointers would be appreciated! > > Thanks a lot in advance, > > Elmar > _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
