Thread: Development in Linux

  1. #1
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986

    Development in Linux

    Howdy guys,

    I've gotten into a lot of .NET development lately, and I'm looking at getting Fedora Core II and installing Mono (since v1 is nearly ready), and using it for my development system.

    While I'm waiting for the ISO's to arrive, I'd like to learn a little about how shared libraries, ./configure scripts, make, make install etc all work, with some sort of basic tutorial. A walkthrough on developing my own library would be great.

    Things like what is a .so file? .o? When creating a program using the library, what do I have to do?

    I'd prefer them to be in C# or C++, but C is fine.

    So if anyone knows of any helpful tutorials, please post them!
    Last edited by nickname_changed; 05-29-2004 at 07:42 AM.

  2. #2
    Registered User gandalf_bar's Avatar
    Join Date
    Oct 2003
    Posts
    92
    A man asked, "Who are you?"
    Buddha answered, "I am awaked."

  3. #3
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926
    A good book that I have. Highly informative. a .so is a shared library, kinda like .dll in windows. I would recommend that book though; it covers everything you asked about

  4. #4
    Registered User
    Join Date
    Dec 2003
    Posts
    50
    Linux Programming Resources
    http://linoleum.leapster.org/

    For Linux programming, I'm using wxGTK+.

    Best Regards,
    Yeoh
    --

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Thinking of upgrading to linux...
    By Yarin in forum General Discussions
    Replies: 37
    Last Post: 07-24-2009, 11:40 AM
  2. Linux development
    By manzoor in forum Linux Programming
    Replies: 1
    Last Post: 02-11-2009, 07:50 AM
  3. Replies: 1
    Last Post: 10-24-2005, 06:35 AM