Operating System - HP-UX
1829717 Members
2028 Online
109992 Solutions
New Discussion

gcc 3.3.3 and native cc: Warning: Some debug info sections were missing.

 
SOLVED
Go to solution
Ron Kuris
Occasional Advisor

gcc 3.3.3 and native cc: Warning: Some debug info sections were missing.

I'm trying to compile using gcc 3.3.3 and link with the native cc. However, when I do this, I always seem to get this (ugly) error:

Warning: Some debug info sections were missing.
PXDB aborted.

Are there any options I can pass to either gcc or cc that would avoid this problem?
5 REPLIES 5
H.Merijn Brand (procura
Honored Contributor

Re: gcc 3.3.3 and native cc: Warning: Some debug info sections were missing.

Hi Ron, still with UNIFY?

64bit build I bet. Just ignore ....

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Ron Kuris
Occasional Advisor

Re: gcc 3.3.3 and native cc: Warning: Some debug info sections were missing.

Thanks for the answer! Yep, still working at Unify.

I can't ignore this problem, as everyone who doesn't have gcc will see it (customer perception issue).
H.Merijn Brand (procura
Honored Contributor
Solution

Re: gcc 3.3.3 and native cc: Warning: Some debug info sections were missing.

Building DBD::Unify? ...

Does this help?

export LD_PXDB=/usr/bin/true


Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Ron Kuris
Occasional Advisor

Re: gcc 3.3.3 and native cc: Warning: Some debug info sections were missing.

Yes, this solves the problem!
Ron Kuris
Occasional Advisor

Re: gcc 3.3.3 and native cc: Warning: Some debug info sections were missing.

export LD_PXDB=/usr/bin/true