From: Chris Hanson Date: Sat, 14 Mar 1992 12:11:07 +0000 (+0000) Subject: Add -I and -L switches needed for release 8.0. Add dynamic loader X-Git-Tag: 20090517-FFI~9588 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ac4cc3497453659b141bd4648fc532bedd48ddb8;p=mit-scheme.git Add -I and -L switches needed for release 8.0. Add dynamic loader support. --- 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