Atlas libraries QNX 6.3

I am trying to install atlas and i am getting the following error when I
try to execute
make config CC=qcc

g77 -O rejected
it then crashes

Has anyone have luck with atlas/clapak ?


TIA

LA

Luis <lamezcua_NOSPAM_@netscape.net> wrote:

I am trying to install atlas and i am getting the following error when I
try to execute
make config CC=qcc

g77 -O rejected
it then crashes

g77? It has Fortran code?

I don’t think we distribute a Fortran compiler.
(Though, someone internal got it “working” to the point of compiling
the Fortran equivalent of Hello World a few years back. Not shippable
or otherwise tested.)

-David

David Gibbs
QNX Training Services
dagibbs@qnx.com

David Gibbs wrote:

Luis <> lamezcua_NOSPAM_@netscape.net> > wrote:

I am trying to install atlas and i am getting the following error when I
try to execute
make config CC=qcc


g77 -O rejected
it then crashes

g77? It has Fortran code?
[… QNX doesn’t have a Fortran compiler …]

I believe there’s an open-source Fortran to C converter out there
(creatively called f2c, IIRC) that might work as an intermediate
compiler… you’ll have to edit the Makefile to call f2c on the code
first, then qcc, but it shouldn’t be too bad.


Chris Herborth (cherborth@qnx.com)
Never send a monster to do the work of an evil scientist.

Chris Herborth wrote:

David Gibbs wrote:

Luis <> lamezcua_NOSPAM_@netscape.net> > wrote:

I am trying to install atlas and i am getting the following error
when I try to execute
make config CC=qcc



g77 -O rejected
it then crashes


g77? It has Fortran code?

[… QNX doesn’t have a Fortran compiler …]

I believe there’s an open-source Fortran to C converter out there
(creatively called f2c, IIRC) that might work as an intermediate
compiler… you’ll have to edit the Makefile to call f2c on the code
first, then qcc, but it shouldn’t be too bad.

I kinda suspected that there was no Fortran avail on QNX, but oh well.

The reason I needed the libraries to begin with is that I need Numeric
or numarray in python and they look for Atlas. I am not sure if there is
a way around it (getting Numeric python to work).


Thanks guys !

:L