This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Compiling egcs 1.0.3a in OpenServer 5.0.0
- To: Arturo Montes <mitosys at colomsat dot net dot co>, egcs at cygnus dot com
- Subject: Re: Compiling egcs 1.0.3a in OpenServer 5.0.0
- From: Robert Lipe <robertl at dgii dot com>
- Date: Wed, 5 Aug 1998 22:08:27 -0500
- References: <001f01bdc084$63f41ac0$834109c0@deptec1.tas.com.co>
> I am making egcs 1.0.3a for OpenServer 5.0.0 + TLS patches and
> networking and oss449f patches installed and get the following error:
>
> ./makeinfo/makeinfo: .... Command not found
At exactly what point do you see this?
Are you building in the source tree? If so, this isn't recommended.
That path name sort of implies that you are.
> I am using gcc 2.7.2.1 to make egcs. I must to use cc compiler from
> SCO?.
Actually, you can use /usr/bin/cc or gcc to do the build. If you use
/usr/bin/cc, you absolutely must do a full 'make bootstrap' or else you
have a ticket to the twilight zone in (at least) g++.
Even with GCC 2.7, I will recommend a bootstrap.
> If it is true, which are the right settings flags for cc to
> enable-shared configure flag?.
--Enable-shared doesn't work very well at all on OpenServer targets
becuase of poor interaction with multilibbing.
RJL