|
Suppressing symbols on Linux/gcc: msg#00235gcc.help
Hi All, I am compiling my application using gcc on Linux. My Application is linked to few thirdparty libraries. What i want is that I should export only some specific symbols of my code as per required. Rest all symbols are to suppressed. The thirdparty symbols also needs to be suppressed. What ld option should I use for exporting only specific symbols on Linux??? On HP we can use -Wl+e <symbol name> option by which we can list the name of symbols needed to be exported. On Solaris using mapfile(-M <mapfile>) serves my purpose. What is the corresponding option on Linux?? Kindly advise, Gagan |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | X86 Built-in Functions: 00235, Kimmo Fredriksson |
|---|---|
| Next by Date: | Re: X86 Built-in Functions: 00235, Kimmo Fredriksson |
| Previous by Thread: | X86 Built-in Functionsi: 00235, Kimmo Fredriksson |
| Next by Thread: | Specifying include link flags: 00235, Andrew Binkley |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |