This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Compiling egcs 1.0.3a in OpenServer 5.0.0


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]