linker option

Michael S. Zick mszick@goquest.com
Fri Jun 13 21:26:00 GMT 2003


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



More information about the Binutils mailing list