![]() |
|
|
|
|
|||||||
| 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 |
| Still unable to compile pro*c program | satvd | Shell Programming and Scripting | 1 | 05-20-2008 06:47 AM |
| compile a c program | djehresmann | High Level Programming | 8 | 02-22-2008 09:18 AM |
| How to compile a c program by using gcc | Bell | High Level Programming | 5 | 05-14-2006 04:27 PM |
| HOw to load dynamic lib from a statically linked program ? | disclaimer | High Level Programming | 1 | 03-21-2005 02:44 PM |
| how to compile a program | CmpKillr | High Level Programming | 2 | 04-07-2003 02:57 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
how to compile a program statically
how can i do static compilation in cc and -lldap
i have system defined and user defined header file. Can any one suggest any site where from i can get some information about static and dynamic compilation. Thankx |
| Forum Sponsor | ||
|
|
|
|||
|
It depends on the compiler. Try man cc, search in the output for static - most implementations of man let you search for a word with /<word>, then hit return. THe < > symbols are not used, just there for clarity.
What compiler on what unix ( ie., cc on HPUX 11.0, gcc on Redhat Linux 7.2)? |
|||
| Google The UNIX and Linux Forums |