aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/xfree86/os-support/nto/README
blob: 8d262fe08df3c039aa5d31e6c75bb32feb09b2d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
XFree86 on NTO

Status:
Everything builds, and appears to work. Libraries are built as shared.

Building:
Buiding is done as cross-development from QNX4. What you'll need:

QNX4 4.24+
Neutrino 2.0 x86 runtime and development packages for QNX4 host.
Various QNX4 utilities, such as pdksh, cpp etc.

To build:

type (from the xc/ directory)
BOOTSTRAPCFLAGS="-D__QNXNTO__ -Di386 -D__GNUC__" make World 2>&1 | tee make.log

you can also make PPC or MIPS clients (-DPPC or -DMIPS):
BOOTSTRAPCFLAGS="-D__QNXNTO__ -DPPC -D__GNUC__" make World 2>&1 | tee make.log

Let the build run, and then examine make.log for any errors.


Note that we'll very soon be able to build X natively on NTO...

Sebastien Marineau
sebastien@qnx.com

$XFree86: xc/programs/Xserver/hw/xfree86/os-support/nto/README,v 1.1.2.1 1999/07/29 09:40:14 hohndel Exp $