FTP Server and C compilerForum: Networking Topic: FTP Server and C compiler started by: Atilla  Posted by Atilla on April 09 2004,18:58  
        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  Posted by Dan on April 09 2004,19:09  
        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.
   Posted by roberts on April 09 2004,19:14  
        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.  Posted by gekkokid on April 09 2004,23:22  
        will this c compiler allow me to do the "make" commands? Posted by Modrak on April 12 2004,20:39  
        NO...it's C compiler...not GCC (GNU Compilers Colection ;-)
   Posted by cjgau on Aug. 02 2005,20:05  
        Enthusi's the tiny C tutorial is wonderful. The graphics in the tutorial is static.Just wonder.... Can we have a simple animated DSL theme by tcc? Would any one kindly post a snippet of tcc code to draw a circle on DSL wall paper (or in the Xterminal)? Thanks, Joe  |