Re: [Gems-users] Error compiling opal with gcc 4.0.0


Date: Thu, 29 Mar 2007 01:32:45 -0400 (EDT)
From: "WANG,DEXIANG" <camelwdx@xxxxxxx>
Subject: Re: [Gems-users] Error compiling opal with gcc 4.0.0
Hi,

I just met the similar question to yours. I used gcc 3.4 to compile opal and solved that. You may have to change the g++ path to g++-3.4 in your "makefile.common" file.

Dexiang


On Wed Mar 28 19:33:24 EDT 2007, Jason Zebchuk <zebchuk@xxxxxxxxxxxxxxxx> wrote:

Hi,

I'm trying to build ruby and opal on Fedora Core 4 which comes with gcc-4.0.0 as the native compiler.

I got ruby to compile without any problems, but when it tried to build opal it failed to link properly with an unresolved reference.

I fixed the problem by using gcc-3.4.5 which I also have on my system, but I was wondering if anyone's compiled opal with gcc-4 or if you have any advice on how to fix the problem.

The exact error message I'm getting is:

Linking opal.so
/localhome/zebchuk/work/GEMS-1.4/simics-2.2.19/x86-linux/lib/opal.so: /localhome/zebchuk/work/GEMS-1.4/simics-2.2.19/x86-linux/lib/opal.so: undefined symbol: _ZN21replacement_manager_tI8stream_tE6SetLRUEPS0_ gmake[2]: *** [/localhome/zebchuk/work/GEMS-1.4/simics-2.2.19/x86-linux/lib/opal.so] Error 1


Thanks,

Jason
_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/"; to your search.







[← Prev in Thread] Current Thread [Next in Thread→]