![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GD library? | thehaapyappy | UNIX for Dummies Questions & Answers | 4 | 05-07-2008 03:44 AM |
| C library | Hitori | High Level Programming | 7 | 09-01-2006 01:54 AM |
| AIX Library Interposer | mrunal | UNIX for Advanced & Expert Users | 2 | 08-07-2006 01:05 AM |
| library files | jalburger | High Level Programming | 1 | 04-13-2004 01:19 PM |
| How do I create desktop icons for the shell programs I create??? | TRUEST | UNIX Desktop for Dummies Questions & Answers | 7 | 05-15-2002 08:40 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
to create library
can anyone tell the command to create library in unix when i have a .c file.
i need to create a lib file from the c file and then want this library to link with other c files and perform my task.. can anyone help.. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Do you want a shared library?
You need to specify what compiler and OS, because some of the options vary. You could also read your cc (or gcc) documentation or man page. Here is a tutorial on shared libraries for the gcc compiler: Creating a shared and static library with the gnu compiler [gcc] |
|
#3
|
|||
|
|||
|
Thanxs for the link...
|
|||
| Google The UNIX and Linux Forums |