al3x
12-14-2002, 06:55 PM
Hello,
I need advice or link to example with code how to use LD linker when linking program with shared libraries and changing entry point of program.
I wrote simple code with some eg XXXmain, function and wrote simple library with xxxentmain function wich has to call XXXmain, on linking stage I got a error, cannot find entry symbol bla bla bla, defaulting to...
So, I want just to call mymain function from function in library, bypassing standard routine from crt1.o and so on.
Kindly Regards,
Zander
I need advice or link to example with code how to use LD linker when linking program with shared libraries and changing entry point of program.
I wrote simple code with some eg XXXmain, function and wrote simple library with xxxentmain function wich has to call XXXmain, on linking stage I got a error, cannot find entry symbol bla bla bla, defaulting to...
So, I want just to call mymain function from function in library, bypassing standard routine from crt1.o and so on.
Kindly Regards,
Zander