Hi
I have a little problem,
I have a source code which need to be compiled in two diffrent ways
With some diffrent # defines in both cases.
And I need to link both library to link to the same binary.
Problem is the due to diffrent # defines some functions behave diffrently.
And sorce code need to be compiled in both ways.
So I thought of a solution to change the name of symbols after compilation rename the library and link both library with the binary.
Some help on this issue will be very helpful.
Regards
Swapnil
I have a little problem,
I have a source code which need to be compiled in two diffrent ways
With some diffrent # defines in both cases.
And I need to link both library to link to the same binary.
Problem is the due to diffrent # defines some functions behave diffrently.
And sorce code need to be compiled in both ways.
So I thought of a solution to change the name of symbols after compilation rename the library and link both library with the binary.
Some help on this issue will be very helpful.
Regards
Swapnil
Comment