Add -I and -L switches needed for release 8.0. Add dynamic loader
authorChris Hanson <org/chris-hanson/cph>
Sat, 14 Mar 1992 12:11:07 +0000 (12:11 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 14 Mar 1992 12:11:07 +0000 (12:11 +0000)
support.

v7/src/microcode/s/hpux.h

index 06e7070d780b05506e9bd9cf65daf2d2b78aba21..68338660b5669b5a1be41b9c6661c4b2465a7bc2 100644 (file)
@@ -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