Networking :: FTP Server and C compiler
Is there any easy way to set up a simple FTP server on DSL, and a reasonably functioning C compiler with the most often used libraries...
I have tryed to install the tiny C compiler but it hasn't installed the libraries...
Thank you very much
Hmm, you must not be looking very hard. There is already an FTP server and a basic C compiler which can do procedural C called tcc.
You don't state which version you have. If you get the latest version it has a simple functioning ftp server.
From menu->system->daemons->ftpd
DSL has always had functioning tiny C compiler. It is very easy to use for small projects. And to link to C library is now also much easier than before just use -lc option.
And be sure to check out enthusi's the tiny C tutorial. From the Getting Started splash screen click on Other Documentation->"On CD documentation"->tinycc
There is a great demo program that you can copy into your home directory, compile and run.
will this c compiler allow me to do the "make" commands?
NO...it's C compiler...not GCC (GNU Compilers Colection ;-)
Next Page...
original here.