Operating System - HP-UX
1833185 Members
2759 Online
110051 Solutions
New Discussion

+forceload option of LD on PA platforms

 
SOLVED
Go to solution
ambika_1
Frequent Advisor

+forceload option of LD on PA platforms

Hi,
On PA platform ( both 11.11 and 11.23 PA) i am trying to load all the object files from a archaive library while linking, but i getting following warning message.
ld: (Warning) Ignoring +forceload. The option is currently not supported in a 32-bit PA link.
But I am able to load all the object files in IA platforms, is there are other option in PA platform for +forceload option.

Thanks and Regards,
Ambika
5 REPLIES 5
Peter Godron
Honored Contributor

Re: +forceload option of LD on PA platforms

Hi,
IPF and PA64 +[no]forceload, PA32 equivalent is -Fl.

Hope this solves your question.

Gary Cantwell
Honored Contributor

Re: +forceload option of LD on PA platforms

Hi Ambika,

Please take a moment to assign points to those who have taken the time to assist you, here's how:

http://forums1.itrc.hp.com/service/forums/bizsupport/helptips.do?#33

Thanks,

Gary
Peter Godron
Honored Contributor

Re: +forceload option of LD on PA platforms

Ambika,
thanks for the points, what part of your question do you need further help with ?

"4- 7: The answer helped with a portion of my question, but I still need some additional help!"

ambika_1
Frequent Advisor

Re: +forceload option of LD on PA platforms

Hi,
What is the difference between +forceload and -Fl otpions, as i am seeing same behaviour with both the options.


Regards,
Ambika
Dennis Handly
Acclaimed Contributor
Solution

Re: +forceload option of LD on PA platforms

>What is the difference between +forceload and -Fl otpions

The -Fl option only applies to the next archive. Whereas +forceload is sticky.