File: PLATFORMS

package info (click to toggle)
ucbmpeg 1r2-6
  • links: PTS
  • area: non-free
  • in suites: hamm, potato, slink
  • size: 9,504 kB
  • ctags: 7,643
  • sloc: ansic: 79,920; tcl: 2,985; perl: 313; asm: 284; makefile: 269; csh: 13
file content (16 lines) | stat: -rw-r--r-- 719 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This file contains notes on compiling the code for different platforms.

The Makefile contains comments to support many platforms.  You should
modify it to set the parameters for your platform.  Some common problems
people run into are discussed below.

On an IBM RS/6000 with Gt4x card (24-bit true-color X):  Add -DBGR to
the CFLAGS in the Makefile.

On an SGI IRIX 4, make sure to set the environment variable SGI_IRIX4
to 1, and remove none of the commented out CFLAGS.

On VMS: the standard way for building images is to use mms.  if you compile
without mms, the following variables must be defined(at least for dec c
4.0, i did not try any other compiler):
   NO_LRAND48 NO_RANDOM SIG_ONE_PARAM NO_GETTIMEOFDAY