[b][red]This message was edited by nugent at 2006-6-14 12:19:57[/red][/b][hr] Do you have a specific question as to developing open source programs?
You can always check out SourceForge (http://sourceforge.net/index.php). They provide free service for open source projects, such as web hosting and cvs.
They also have a "Help Wanted" section, incase you want to write open source code without having to start a new project.
Many open source projects use tools such as autoconf, automake, gcc, cvs and libtool in developing / compiling a project, so you might want to look into them
you can also read "Advaned Linux Programming" which covers topics such as threads, Inter Process Communication and the /proc filesystem. you can download the book from http://www.advancedlinuxprogramming.com/downloads.html
Obviously it is very difficult to tell you everything you might need to know about open source software, but hopefully these links will help you, if not you can always ask another (hopefully more specific) question
Comments
Do you have a specific question as to developing open source programs?
You can always check out SourceForge (http://sourceforge.net/index.php). They provide free service for open source projects, such as web hosting and cvs.
They also have a "Help Wanted" section, incase you want to write open source code without having to start a new project.
Many open source projects use tools such as autoconf, automake, gcc, cvs and libtool in developing / compiling a project, so you might want to look into them
documentation for glibc: http://www.gnu.org/software/libc/manual/html_node/index.html
you can also read "Advaned Linux Programming" which covers topics such as threads, Inter Process Communication and the /proc filesystem. you can download the book from http://www.advancedlinuxprogramming.com/downloads.html
Google have a page for search for linux related items:
http://www.google.com/linux
Obviously it is very difficult to tell you everything you might need to know about open source software, but hopefully these links will help you, if not you can always ask another (hopefully more specific) question
------
nugent