Thread: hi plz help me in this topic

  1. #1
    Registered User
    Join Date
    Jan 2009
    Posts
    26

    hi plz help me in this topic

    i want to create a make file with c program so i need library functions.
    i found this in make file.So i want to know how to create these libraries.

    [code]
    ## List all the libraries needed to be linked in.
    LIBS = ./libfcf021.a \
    ./libfcf041.a \
    ./libfco710.a \
    ./libfcf012.a
    [\code]

    i know how to create object files i.e cc -c program2.c
    can any one help me in the command for creating library files.

    Waiting for valuable replies.

    Thanks & Regards,
    vijay,

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Do not start another thread on the same subject. If your other thread is in the wrong place, then it should be moved by the moderators [you can post another reply in your thread].

    There are sensible answers in your other thread, so this thread should be closed [any moderator listening right now?]

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Plz give some comments over this topic
    By 03005654926 in forum C++ Programming
    Replies: 5
    Last Post: 06-18-2009, 10:35 AM
  2. can any1 plz make this assignment
    By jean in forum C Programming
    Replies: 17
    Last Post: 05-13-2009, 09:19 PM
  3. hi plz help me in this topic
    By vijay85 in forum C Programming
    Replies: 1
    Last Post: 01-13-2009, 12:09 PM
  4. Anyone plz help me
    By Rose_Flowers in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 09-17-2003, 12:01 PM
  5. help plz plz
    By nsssn73 in forum C++ Programming
    Replies: 2
    Last Post: 06-03-2002, 08:44 AM