This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: can't build gcc-2.95.2 on SCO OSR 5.0.5
- To: log sharp <sharplog at hotmail dot com>
- Subject: Re: can't build gcc-2.95.2 on SCO OSR 5.0.5
- From: Robert Lipe <robertlipe at usa dot net>
- Date: Thu, 22 Feb 2001 11:55:54 -0600
- Cc: gcc-faq at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- References: <F7grZCThXNjXwUUv1lx00006680@hotmail.com>
> I did the following on SCO OSR 5.0.5 for building gcc-2.95.2:
>
> 1)install rs505a and oss499a, reboot my system.
>
> 2)run configure
> # ../gcc-2.95.2/configure --prefix=/usr/gcc-2952 --enable-shared
> --enable-threads
Don't do that as root.
enable-threads is nonsensical on OpenServer and may be the root of your
evils. I can't say I've tried it. I do know that 2.95.2 without that
flag does indeed bootstrap on 5.0.6.
RJL