Make

Hello,

I am trying to build a package under Qnx4. When I run /bin/make, recurse.mk
cant be found. Am I missing a package that I should have installed?

Luke

Luke Graham wrote:

Hello,

I am trying to build a package under Qnx4. When I run /bin/make,
recurse.mk cant be found. Am I missing a package that I should have
installed?

Luke

Ok I’ve copied /usr/include/mk/* from Qnx6.1 to /usr/include on Qnx4. Make
is still trying to build the nto directory, even with make OSLIST=qnx4

Its also trying to use qcc, which isnt installed on my system. I want to
use wcc. I am looking in the qconfig.mk and qmacros.mk files but cant find
the right settings.

Luke

Luke Graham <luke@trolltech.com> wrote:

Luke Graham wrote:

Hello,

I am trying to build a package under Qnx4. When I run /bin/make,
recurse.mk cant be found. Am I missing a package that I should have
installed?



Ok I’ve copied /usr/include/mk/* from Qnx6.1 to /usr/include on Qnx4. Make
is still trying to build the nto directory, even with make OSLIST=qnx4

Its also trying to use qcc, which isnt installed on my system. I want to
use wcc. I am looking in the qconfig.mk and qmacros.mk files but cant find
the right settings.

What package are you trying to build? I think trying to back port the GNU make
file macros to the Watcom make will be extremely hard.

-Adam

Operating System for Tech Supp wrote:

Luke Graham <> luke@trolltech.com> > wrote:
Luke Graham wrote:

Hello,

I am trying to build a package under Qnx4. When I run /bin/make,
recurse.mk cant be found. Am I missing a package that I should have
installed?


Ok I’ve copied /usr/include/mk/* from Qnx6.1 to /usr/include on Qnx4.
Make
is still trying to build the nto directory, even with make OSLIST=qnx4

Its also trying to use qcc, which isnt installed on my system. I want to
use wcc. I am looking in the qconfig.mk and qmacros.mk files but cant
find the right settings.

What package are you trying to build? I think trying to back port the GNU
make file macros to the Watcom make will be extremely hard.

-Adam

Im trying to build the GDDK. I’ll crosspost this to the graphics newsgroup
cause they might have some experience doing this. Im coming to the
conclusion that the macros in 6.1 arent going to help me on Qnx4 at all.

Thanks,
Luke

Luke Graham <luke@trolltech.com> wrote:

Operating System for Tech Supp wrote:

Im trying to build the GDDK. I’ll crosspost this to the graphics newsgroup
cause they might have some experience doing this. Im coming to the
conclusion that the macros in 6.1 arent going to help me on Qnx4 at all.

If you’re refering to the Graphics DDK, AFAIK this was only for QNX 6.1, and
the driver model is very different from QNX4. Even if you could get past the
build, I highly doubt the drivers you could produce would even work.

Perhpas I’m not understanding what you are trying to do (unless of course you
are trying to back port the Graphics DDK)

-Adam