DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: R T

⟦c320f02c7⟧ TextFile

    Length: 1445 (0x5a5)
    Types: TextFile
    Names: »README.2«

Derivation

└─⟦8648bda34⟧ Bits:30007244 EUUGD5_II: X11R5
    └─⟦2ca9b63e1⟧ »./contrib-1/contrib-1.00« 
        └─⟦a8392fb20⟧ 
            └─⟦this⟧ »contrib/examples/OReilly/Vol4/README.2« 

TextFile

You may need to recreate the Makefile to
generate one that will work on your system.

To rebuild the Makefile under R4, using already installed
R4 libraries, use xmkmf as follows:

xmkmf

If the R4 libraries are still installed in the X source tree, use:

xmkmf TOP

where TOP is the full path of the mit directory of your X distribution
sources.

Alternately, use the ximake.sh shell script provided
in the TOP/util/scripts directory, something like the following:

TOP/util/scripts/ximake.sh -i TOP

where TOP is the full path of the mit directory of your X distribution
sources.

Without the -i flag, the Makefile will use libraries and include 
files in the X source tree.  This will only work if you have built the
Core distribution and have not yet cleaned out all the object
files and libraries from the source tree.  However, many people
clean out these files after installing the executables and libraries
in order to make disk space for compiling things in contrib.
So normally you want to use -i, or xmkmf alone.

If you want to compile the programs with -g to let you debug using
a debugger such as dbx, use:

make "CC=cc -g"

If you do not have the sources for X, you may not have the
ximake.sh script, and you may not have the configuration files
that \f(CWimake\fP requires.  If this is the case, you can try
the provided default Makefiles, or you can compile manually:

cc -g -o progname progname.c -lXaw -lXmu -lXt -lXext -lX11