This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ runtime on SuSE Linux


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]