On Wed, 2002-11-27 at 15:31, Rikard Bostrom wrote:
> Hi,
> 
> I'm running RedHat 8.0. I've installed all the development packages there is
> to be installed, but I still get errors and make stops when I try to compile
> certain
> programs. I used to run Slackware 8.1, and all programs compiled fine under
> it.
> Does this has something to do with RedHat 8.0 shipping a buggy version of
> glibc?
> 
> Is there anyway do "downgrade" to a older, more stable version?
> 
> /dahonk

I don't know if this will solve your problem - but where I use to work,
we would do a Red Hat 6.2 install and then chroot to it when there was
something we needed to compile that Red Hat 7.0's compiler choked on.

The obvious disadvantage to this was that some things needed older
versions of libraries when we brought the binary into the RH 7
environment - for those cases, we had a machine that was RH7 but had the
older gcc on it in /usr/local - and we would specify that gcc.

Perhaps if the problem is Red Hat's glibc (check with the code
maintainer - he may know the problem, its possible you just need the
makefile updated) you could build an older glibc and install it in
/usr/local and specify those libraries when compiling this software?

-- 
Michael A. Peters <[EMAIL PROTECTED]>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to