TeTeX-1.0 for QNXRTP

Hello,

while compiling teTeX under QNXRTP, I got the following error message:

gcc -DHAVE_CONFIG_H -I. -I. -I… -I./… -g -O2 -c opl2ofm.c
gcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [opl2ofm.o] Error 1
make[2]: Leaving directory /usr/src/teTeX-1.0/texk/web2c' make[1]: *** [all] Error 1 make[1]: Leaving directory /usr/src/teTeX-1.0/texk’
make: *** [all] Error 1

Any suggestions?

Best regards
Jochen


Jochen Schneider, Inform. Engin., Univ. of Applied Sciences Hamburg
Mail: Jochen.Schneider@–NOSPAM–ds3.etech.fh-hamburg.de

Try turning off optimisation for that module.

DS-Labor <dslabor@3.com> wrote:

Hello,

while compiling teTeX under QNXRTP, I got the following error message:

gcc -DHAVE_CONFIG_H -I. -I. -I… -I./… -g -O2 -c opl2ofm.c
gcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [opl2ofm.o] Error 1
make[2]: Leaving directory /usr/src/teTeX-1.0/texk/web2c' make[1]: *** [all] Error 1 make[1]: Leaving directory /usr/src/teTeX-1.0/texk’
make: *** [all] Error 1

Any suggestions?

Best regards
Jochen


Jochen Schneider, Inform. Engin., Univ. of Applied Sciences Hamburg
Mail: Jochen.Schneider@–NOSPAM–ds3.etech.fh-hamburg.de


cburgess@qnx.com

Colin Burgess (cburgess@qnx.com) wrote:
: Try turning off optimisation for that module.

Thanks Colin, now it is compiling ok!
Best regards
Jochen

: DS-Labor <dslabor@3.com> wrote:
: > Hello,

: > while compiling teTeX under QNXRTP, I got the following error message:

: > gcc -DHAVE_CONFIG_H -I. -I. -I… -I./… -g -O2 -c opl2ofm.c
: > gcc: Internal compiler error: program cc1 got fatal signal 11
: > make[2]: *** [opl2ofm.o] Error 1
: > make[2]: Leaving directory /usr/src/teTeX-1.0/texk/web2c' : > make[1]: *** [all] Error 1 : > make[1]: Leaving directory /usr/src/teTeX-1.0/texk’
: > make: *** [all] Error 1

: > Any suggestions?

: > Best regards
: > Jochen

: > -------------------------------------------------------------------
: > Jochen Schneider, Inform. Engin., Univ. of Applied Sciences Hamburg
: > Mail: Jochen.Schneider@–NOSPAM–ds3.etech.fh-hamburg.de
: > -------------------------------------------------------------------

: –
: cburgess@qnx.com

teTeX-0.9 is already ported to QNX RtP
try ftp://ftp.qnx.org.ru/pub/office

DS-Labor wrote:

Colin Burgess (> cburgess@qnx.com> ) wrote:
: Try turning off optimisation for that module.

Thanks Colin, now it is compiling ok!
Best regards
Jochen

: DS-Labor <> dslabor@3.com> > wrote:
: > Hello,

: > while compiling teTeX under QNXRTP, I got the following error message:

: > gcc -DHAVE_CONFIG_H -I. -I. -I… -I./… -g -O2 -c opl2ofm.c
: > gcc: Internal compiler error: program cc1 got fatal signal 11
: > make[2]: *** [opl2ofm.o] Error 1
: > make[2]: Leaving directory /usr/src/teTeX-1.0/texk/web2c' : > make[1]: *** [all] Error 1 : > make[1]: Leaving directory /usr/src/teTeX-1.0/texk’
: > make: *** [all] Error 1

: > Any suggestions?

: > Best regards
: > Jochen

: > -------------------------------------------------------------------
: > Jochen Schneider, Inform. Engin., Univ. of Applied Sciences Hamburg
: > Mail: Jochen.Schneider@–NOSPAM–ds3.etech.fh-hamburg.de
: > -------------------------------------------------------------------

: –
: > cburgess@qnx.com

use “-g -O3” gcc options

DS-Labor wrote:

Colin Burgess (> cburgess@qnx.com> ) wrote:
: Try turning off optimisation for that module.

Thanks Colin, now it is compiling ok!
Best regards
Jochen

: DS-Labor <> dslabor@3.com> > wrote:
: > Hello,

: > while compiling teTeX under QNXRTP, I got the following error message:

: > gcc -DHAVE_CONFIG_H -I. -I. -I… -I./… -g -O2 -c opl2ofm.c
: > gcc: Internal compiler error: program cc1 got fatal signal 11
: > make[2]: *** [opl2ofm.o] Error 1
: > make[2]: Leaving directory /usr/src/teTeX-1.0/texk/web2c' : > make[1]: *** [all] Error 1 : > make[1]: Leaving directory /usr/src/teTeX-1.0/texk’
: > make: *** [all] Error 1

: > Any suggestions?

: > Best regards
: > Jochen

: > -------------------------------------------------------------------
: > Jochen Schneider, Inform. Engin., Univ. of Applied Sciences Hamburg
: > Mail: Jochen.Schneider@–NOSPAM–ds3.etech.fh-hamburg.de
: > -------------------------------------------------------------------

: –
: > cburgess@qnx.com

D.Vasiliev (D.Vasiliev@qnx.org.ru) wrote:
: use “-g -O3” gcc options

Thanks. Meanwhile I have finished compiling teTeX-1.0.7 - for two modules
I had to switch off optimization completely. The package seems to work ok.
Btw., did anyone succeed in compiling teTeX-1.0 for QNX4?

Best regards
Jochen


Jochen Schneider, Inform. Engin., Univ. of Applied Sciences Hamburg
Mail: Jochen.Schneider@–NOSPAM–ds3.etech.fh-hamburg.de

: DS-Labor wrote:

: > Colin Burgess (cburgess@qnx.com) wrote:
: > : Try turning off optimisation for that module.
: >
: > Thanks Colin, now it is compiling ok!
: > Best regards
: > Jochen
: >
: > : DS-Labor <dslabor@3.com> wrote:
: > : > while compiling teTeX under QNXRTP, I got the following error message:
: >
: > : > gcc -DHAVE_CONFIG_H -I. -I. -I… -I./… -g -O2 -c opl2ofm.c
: > : > gcc: Internal compiler error: program cc1 got fatal signal 11
: > : > make[2]: *** [opl2ofm.o] Error 1
: > : > make[2]: Leaving directory /usr/src/teTeX-1.0/texk/web2c' : > : > make[1]: *** [all] Error 1 : > : > make[1]: Leaving directory /usr/src/teTeX-1.0/texk’
: > : > make: *** [all] Error 1
: >
: > : > Any suggestions?

I haven’t seen one. BTW, when you complete the port, be sure to send it to
the ctan archives! Maybe they will include it in the next edition of TeX
Alive.

“DS-Labor” <dslabor@3.com> wrote in message news:8vbt1c$skm$1@inn.qnx.com

D.Vasiliev (> D.Vasiliev@qnx.org.ru> ) wrote:
: use “-g -O3” gcc options

Thanks. Meanwhile I have finished compiling teTeX-1.0.7 - for two modules
I had to switch off optimization completely. The package seems to work ok.
Btw., did anyone succeed in compiling teTeX-1.0 for QNX4?

Best regards
Jochen


Jochen Schneider, Inform. Engin., Univ. of Applied Sciences Hamburg
Mail: Jochen.Schneider@–NOSPAM–ds3.etech.fh-hamburg.de

: DS-Labor wrote:

: > Colin Burgess (> cburgess@qnx.com> ) wrote:
: > : Try turning off optimisation for that module.
:
: > Thanks Colin, now it is compiling ok!
: > Best regards
: > Jochen
:
: > : DS-Labor <> dslabor@3.com> > wrote:
: > : > while compiling teTeX under QNXRTP, I got the following error
message:
:
: > : > gcc -DHAVE_CONFIG_H -I. -I. -I… -I./… -g -O2 -c opl2ofm.c
: > : > gcc: Internal compiler error: program cc1 got fatal signal 11
: > : > make[2]: *** [opl2ofm.o] Error 1
: > : > make[2]: Leaving directory /usr/src/teTeX-1.0/texk/web2c' : > : > make[1]: *** [all] Error 1 : > : > make[1]: Leaving directory /usr/src/teTeX-1.0/texk’
: > : > make: *** [all] Error 1
:
: > : > Any suggestions?

Before sending the port to CTAN, a package for installing with the package
manager should be built …

Jochen

Robert L. Harris (bob@microprograms.com) wrote:
: I haven’t seen one. BTW, when you complete the port, be sure to send it to
: the ctan archives! Maybe they will include it in the next edition of TeX
: Alive.

: “DS-Labor” <dslabor@3.com> wrote in message news:8vbt1c$skm$1@inn.qnx.com
: > D.Vasiliev (D.Vasiliev@qnx.org.ru) wrote:
: > : use “-g -O3” gcc options
: >
: > Thanks. Meanwhile I have finished compiling teTeX-1.0.7 - for two modules
: > I had to switch off optimization completely. The package seems to work ok.
: > Btw., did anyone succeed in compiling teTeX-1.0 for QNX4?
: >
: > Best regards
: > Jochen
: >
: > -------------------------------------------------------------------
: > Jochen Schneider, Inform. Engin., Univ. of Applied Sciences Hamburg
: > Mail: Jochen.Schneider@–NOSPAM–ds3.etech.fh-hamburg.de
: > -------------------------------------------------------------------
: >
: > : DS-Labor wrote:
: >
: > : > Colin Burgess (cburgess@qnx.com) wrote:
: > : > : Try turning off optimisation for that module.
: > : >
: > : > Thanks Colin, now it is compiling ok!
: > : > Best regards
: > : > Jochen
: > : >
: > : > : DS-Labor <dslabor@3.com> wrote:
: > : > : > while compiling teTeX under QNXRTP, I got the following error
: message:
: > : >
: > : > : > gcc -DHAVE_CONFIG_H -I. -I. -I… -I./… -g -O2 -c opl2ofm.c
: > : > : > gcc: Internal compiler error: program cc1 got fatal signal 11
: > : > : > make[2]: *** [opl2ofm.o] Error 1
: > : > : > make[2]: Leaving directory /usr/src/teTeX-1.0/texk/web2c' : > : > : > make[1]: *** [all] Error 1 : > : > : > make[1]: Leaving directory /usr/src/teTeX-1.0/texk’
: > : > : > make: *** [all] Error 1
: > : >
: > : > : > Any suggestions?