This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: possible gcc C bug on Sun solaris 2.5.1
- To: oliva at lsd dot ic dot unicamp dot br, slatest at bnl dot gov
- Subject: Re: possible gcc C bug on Sun solaris 2.5.1
- From: Phil Edwards <pedwards at jaj dot com>
- Date: Thu, 27 Jan 2000 15:07:45 -0500
- Cc: gcc-bugs at gcc dot gnu dot org
Alexandre Oliva <oliva@lsd.ic.unicamp.br> writes:
> On Jan 26, 2000, "Slatest, Leonard A" <slatest@bnl.gov> wrote:
>
> > ld: fatal: file mcrt1.o: open failed: No such file or directory
>
> > The error only occurs when I compile with the -p option.
>
> Try `-pg' instead; it uses the GNU profiler interface. I suppose
> mcrt1.o is a file that should be part of Solaris, since I can't find
> any traces about it would be built by gcc, but I can't find it on any
> of my plain Solaris installations either. I can only find it within a
> SPARCompiler tree. Maybe it is part of an optional package, or one
> that must be purchased separately?
Both, I suppose you could say. The SPROlang[x] packages come with the
purchase of the Sun WorkShop compilers.
Phil