This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: link errors with simple c++ prog on hpux10/11/a couple others
- To: nneul at umr dot edu
- Subject: Re: link errors with simple c++ prog on hpux10/11/a couple others
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Fri, 7 Jul 2000 19:37:35 +0200
- CC: bug-gcc at gnu dot org
- References: <9DA8D24B915BD1118911006094516EAF053E5817@umr-mail02>
> Did you have any ideas on what might be causing the goofiness with libgcc.a
> on hpux-10.20?
No, I know nothing about HP/UX, nor do I have access to such a
system. I was just pointing to the library that *ought* to provide the
symbols.
> I did some checking. This particular problem only occurs on hpux-10.20 and
> hpux-11.00. Have not seen it elsewhere. I'm building with the latest
> binutils (gas only, ld not supported on hpux).
Well, I recommend that you look at the assembler code next, to analyse
whether the symbols are properly exported.
Regards,
Martin