From ac4cc3497453659b141bd4648fc532bedd48ddb8 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 14 Mar 1992 12:11:07 +0000 Subject: [PATCH] Add -I and -L switches needed for release 8.0. Add dynamic loader support. --- v7/src/microcode/s/hpux.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/s/hpux.h b/v7/src/microcode/s/hpux.h index 06e7070d7..68338660b 100644 --- a/v7/src/microcode/s/hpux.h +++ b/v7/src/microcode/s/hpux.h @@ -1,9 +1,9 @@ /* -*-C-*- System file for HP-UX -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/hpux.h,v 1.8 1990/11/14 11:11:29 cph Rel $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/hpux.h,v 1.9 1992/03/14 12:11:07 cph Exp $ -Copyright (c) 1989, 1990 Massachusetts Institute of Technology +Copyright (c) 1989-92 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -45,4 +45,7 @@ MIT in each case. */ #define INSTALL_PROGRAM cp #endif -#define C_SWITCH_SYSTEM -D_HPUX +#define C_SWITCH_SYSTEM -D_HPUX -I/usr/include/X11R4 +#define LD_SWITCH_SYSTEM -L /usr/lib/X11R4 + +#define LIB_DYNAMIC_LOAD /usr/lib/libdld.sl -- 2.25.1