This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

RE: HOWTO set SIGIOT


>-----Original Message-----
>From: Piteir [mailto:piter197@yahoo.com]
>Sent: 18 June 2001 06:06


  Hi Piteir,

>I used this command to Build and install GCC: 
>    make -w all-gcc install-gcc \ 
>      LANGUAGES="c c++" 2>&1 | tee make.out
>
>but I got this following warning and error, please can
>you tell me how to set SIGIOT (step-by-step). I used
>AMD K6-2+ with windows98 Second Edition, cywin
>recognizes this as i586-pc-cygwin.

>> /src/gcc/gcc-2.95.2/gcc/fixinc/fixincl.c:349:
>> `SIGIOT'
>> undeclared (first use in this function)
>> /src/gcc/gcc-2.95.2/gcc/fixinc/fixincl.c:349: (Each
>> undeclared identifier is reported only once
>> /src/gcc/gcc-2.95.2/gcc/fixinc/fixincl.c:349: for
>> each
>> function it appears in.)
>> make[2]: *** [fixincl.o] Error 1
>> make[2]: Leaving directory
>> `/tmp/build/gcc/gcc/fixinc'

  Yes, you do get an error, but it is ok: look at the next bit:

>> Could not install binary fixincludes.
>> Installing shell script instead.

  The install script tries to compile and run an executable to do the job
of editing the ansi headers, but the program provided with gcc to do this
is not very portable and only works on some machines (that have SIGIOT).  On
other machines, the build makefile tries to compile this executable, notices
that it has failed, and uses a shell script to do the same job instead,
although it is much more slow.  So it's ok, the build process has handled
the error for you and you can ignore it.


         DaveK
-- 
we are not seats or eyeballs or end users or consumers.
we are human beings - and our reach exceeds your grasp.
                    deal with it.                      - cluetrain.org 


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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