Re: [Gems-users] relocation error; symbol not found


Date: Tue, 12 Jul 2005 10:46:06 -0500
From: "ayu" <ayu@xxxxxxxxxxxxx>
Subject: Re: [Gems-users] relocation error; symbol not found
Is that as simple as adding -static to the LDFLAGS line in
~/gems/common/Makefile.common? If so, how do I make the MAKE command see
that I've changed Makefile.common? Seems like I could make any
modification to that file and the MAKE command doesn't see it when I run
it.

Thanks,
Andy
----- Original Message Follows -----
> try statically compiling libz into RUBy
> 
> 
> >
> > Hello,
> >
> >    I'm at a lost on what's wrong here? Is it b/c it can't find
> > ld.so.1, which I correctly referenced (or so I believe)? Or does it
> > have something to do with the gzread error, which I also correcly
> > referenced from gzstream(or so I believe)? Any help would be
> appreciated. >
> > Thanks,
> > Andy
> >
> >
> > === Building module "ruby" using the 2.0 API ===
> > Linking ruby.so
> > /tmp/tool/gems/simics/v9-sol8-64/lib/ruby.so: ld.so.1:
> > /tmp/tool/gems/simics/v9-sol8-64/bin/simics-common: fatal:
> > relocation error: file /tmp/tool/gems/simics/v9-sol8-64/lib/ruby.so:
> > symbol gzread: referenced symbol not found
> > gmake[2]: *** [/tmp/tool/gems/simics/v9-sol8-64/lib/ruby.so] Error 1
> > gmake[2]: *** Deleting file
> > `/tmp/tool/gems/simics/v9-sol8-64/lib/ruby.so'
> > make[1]: *** [ruby] Error 2
> > make[1]: Leaving directory `/tmp/tool/gems/simics/v9-sol8-64/lib'
> >
> > _______________________________________________
> > Gems-users mailing list
> > Gems-users@xxxxxxxxxxx
> > https://lists.cs.wisc.edu/mailman/listinfo/gems-users
> >
[← Prev in Thread] Current Thread [Next in Thread→]