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: gcc


Thanks Alexandre and everyone for answering. But I am facing another
problem:

I have downloaded a trial version of solaris c compiler (and it worked in
compiling).
I have configured gcc successfully. (run "configure")
But when I ran "make bootstrap", the following error appeared:

stage1/xgcc -Bstage1/ -B/usr/local/sparc-sun-solaris2.7/bin/  -DIN_GCC -DHAI
FA -DSVR4  -O2 -g   -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include  \
-DTARGET_MACHINE=\"sparc-sun-solaris2.7\"  \
-c `echo ./collect2.c | sed 's,^\./,,'`
collect2.c:38: vfork.h: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `collect2.o'
Current working directory /export/home/bw/gnu/gcc-2.95.2/gcc
*** Error code 1
make: Fatal error: Command failed for target `bootstrap'
Current working directory /export/home/bw/gnu/gcc-2.95.2/gcc
*** Error code 1
make: Fatal error: Command failed for target `bootstrap'
$

I checked my file system, there is no "vfork.h" file. Could you please give
me
any suggestions?

Thanks.
Aimin Pan

----- Original Message -----
From: "Alexandre Oliva" <aoliva@redhat.com>
To: "Aimin Pan" <aimin.pan@broadvision.com>
Cc: <gcc@gcc.gnu.org>
Sent: Friday, February 02, 2001 5:50 AM
Subject: Re: gcc


> On Feb  1, 2001, "Aimin Pan" <aimin.pan@broadvision.com> wrote:
>
> > I wonder whether I can install gcc without a working compiler? If yes,
how?
>
> You may use a pre-compiled version of GCC.  There are links to some
> sites providing them at gcc.gnu.org
>
> --
> Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
> Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
> CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
> Free Software Evangelist    *Please* write to mailing lists, not to me


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