This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: C++ runtime on SuSE Linux
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- To: libstdc++ at gcc dot gnu dot org
- Cc: Yogesh dot Kulkarni at veritas dot com
- Date: Mon, 5 Jan 2004 09:11:36 -0600 (CST)
- Subject: Re: C++ runtime on SuSE Linux
- Organization: Networks and Infrastructure Lab (IL02/2240), Motorola Labs
Hello Yogesh,
[Since I saw no followup after a while...]
> I am observing a problem on SuSE Linux with gcc 3.2.
> I am trying to use the binaries compiled on RH AS 2.1 box on the SuSE
> machine. The binaries work as expected on RH Linux, however, on SuSE I am
> getting an error when tried to load a library.
> The error is unresolved symbol: "__check_null_eh_spec"
I am not a heavy Linux user (and I only use RH), however your problem
appears to be related to different configurations/versions of gcc
and/or flags used to compile libstdc++.
> What can I do to get this resolved? I am not using the symbol explicitly in
> my code.
To get any more help, you would need to report the full output of
"gcc -v" from both systems. If you are using the vendor gcc on both
systems and they both claim to adhere to LSB X.Y, take it up with the
Linux vendors...
Regards,
Loren