Operating System - HP-UX
1836442 Members
3302 Online
110100 Solutions
New Discussion

Re: diffent option of aCC a.03.37 and aCC a.03.30

 
안영민
New Member

diffent option of aCC a.03.37 and aCC a.03.30

excuse me, my english is poor.

I am working with aCC on hp-ux machine.
In aCC a.03.37(version), made application(shared library) with C++ and use it well.

after I moved it(shared library) to other machine is same model(and same hp 11i), it did not work well.

so, I tried to complie on new machine.
well... I got errors during compiling.
It means that don't recognize the sentence,"extern __declspec(dllexport)"
even occur errors in as same error

There is default option(-AP:use older C++ runtime library) in aCC a.03.37. and I used it.
But there is no this option in aCC a.03.30.

What is the problem?, and What can I solve the problem?

please, answer..
2 REPLIES 2
Mike Stroyan
Honored Contributor

Re: diffent option of aCC a.03.37 and aCC a.03.30

Perhaps you should just use aCC a.03.37.
You could probably get the first build of your shared library to run well on the second system if you made sure it had new enough runtime library patches. Here are the patches that match a.03.37. This is from
the "hp aC++ release history" page that is available as a link from http://www.hp.com/go/c++ .

PHSS_26946 aCC run-time patch

PHCO_26124 libc cumulative patch

PHSS_27470 libcl patch

PHSS_26263 dld and cumulative linker tools patch

PHCO_26466 libpthread

PHSS_26913 libomp
안영민
New Member

Re: diffent option of aCC a.03.37 and aCC a.03.30

thanks I'll try to..