Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | pj | 1 | This file contains notes on compiling the code for different platforms. |
2 | |||
3 | The Makefile contains comments to support many platforms. You should |
||
4 | modify it to set the parameters for your platform. Some common problems |
||
5 | people run into are discussed below. |
||
6 | |||
7 | On RS6000s libXext does not seem to support shared memory, remove -DSH_MEM |
||
8 | |||
9 | On an SGI IRIX 4, make sure to set the environment variable SGI_IRIX4 |
||
10 | to 1, and remove none of the commented out CFLAGS. |
||
11 | |||
12 | On VMS: the standard way for building images is to use mms. if you compile |
||
13 | without mms, the following variables must be defined(at least for dec c |
||
14 | 4.0, i did not try any other compiler): |
||
15 | NO_LRAND48 NO_RANDOM SIG_ONE_PARAM NO_GETTIMEOFDAY |