# HG changeset patch # User Richard M. Stallman # Date 862965200 0 # Node ID a2708b339766c179a01f8a19bfbb202fdeb4aecf # Parent 3a1471ba938717a3ca9bedcd114bbdf7f4120133 (LIBS_MACHINE): Add -lelf. diff -r 3a1471ba9387 -r a2708b339766 src/m/intel386.h --- a/src/m/intel386.h Tue May 06 21:14:20 1997 +0000 +++ b/src/m/intel386.h Wed May 07 00:33:20 1997 +0000 @@ -105,8 +105,9 @@ #define LOAD_AVE_CVT(x) ((int) (((double) (x)) * 100.0 / FSCALE)) /* J.W.Hawtin@lut.ac.uk say Solaris 2.4 as well as Solaris 2.1 on X86 - requires -lkvm as well */ -#define LIBS_MACHINE -lkvm + requires -lkvm as well. + And handa@etl.gov.jp says that -lkvm needs -llelf, at least on 2.5. */ +#define LIBS_MACHINE -lkvm -lelf #ifndef SOLARIS2_4 /* J.W.hawtin@lut.ac.uk says Solaris 2.1 on the X86 has FSCALE defined in a