Re: [Gems-users] problem(s) compiling Ruby under Linux (SuSe 9.3)


Date: Wed, 29 Jun 2005 19:22:05 -0500 (CDT)
From: Mike Marty <mikem@xxxxxxxxxxx>
Subject: Re: [Gems-users] problem(s) compiling Ruby under Linux (SuSe 9.3)
No, I don't think that is your problem.  We've used gcc 3.3.x before and
your error messages don't look at all like a compiler version mismatch.


>
> I think I might have found out what the problem is. In
> ~/common/Makefile.common (as well as ~/ruby/Makefile) it looks like
> you're using gcc 3.4.1. I'm using gcc 3.3.5. Is it absolutely essential
> to use gcc 3.4.1 (or later)? I'm also using make 3.80. I'd like to make
> sure before I go through the hassle of getting the latest copy of gcc.
> Thanks.
>
> ----- Original Message Follows -----
> > It is something to do with your environment.  You can run make in
> > debug mode
> >
> > make -d PROTOCOL=MOESI_CMP_token >& make.output
> >
> > However the output will be huge.
> >
> > Also ensure sure your version of make is GNU something or other:
> >
> > maya(4)% make --version
> > GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
> > Built for i686-pc-linux-gnu
> > Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
> >         Free Software Foundation, Inc.
> > This is free software; see the source for copying conditions.
> > There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
> > PARTICULAR PURPOSE.
> >
> > --Mike
> >
> >
> > > I am not sure. We are using Tao linux here. Maybe your search path
> > > is different?
> > > The error message says it is the shell's problem.
> > >
> > > Can you set SHELL variable in the Makefile?
> > >
> > > ayu wrote:
> > >
> > > >I've tried running it on tcsh and it produced the same exact
> > > errors. Any >other possible source of error?
> > > >
> > > >----- Original Message Follows -----
> > > >
> > > >
> > > >>What shell are you using? Most of us use tcsh, not csh, here.
> > > >>
> > _______________________________________________
> > Gems-users mailing list
> > Gems-users@xxxxxxxxxxx
> > https://lists.cs.wisc.edu/mailman/listinfo/gems-users
> _______________________________________________
> Gems-users mailing list
> Gems-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/gems-users
>
[← Prev in Thread] Current Thread [Next in Thread→]