This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: linker option


On Friday 13 June 2003 10:42 am, Sumesh UdayaKumaran wrote:
> Hi
>     I was wondering if  some one knew what was the linker option in gcc
> which can be used to statically link just the required procedures from a
> library.
Use an archive (filename.a) - that is the default action.

> And did this have support for function pointers ?
If the function to be assigned to the function pointer is somewhere
mentioned, it just works.

You should find the commands:
"ld --help"
"man ld"
useful.
Mike
>
>
> sumesh
>
> _________________________________________________________________
> Add photos to your messages with MSN 8. Get 2 months FREE*.
> http://join.msn.com/?page=features/featuredemail


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]