changeset 2217:58664c09e383

[project @ 1996-05-16 16:16:58 by jwe]
author jwe
date Thu, 16 May 1996 16:16:58 +0000
parents 59740768906f
children 945528d1f7fb
files examples/hello.cc
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/examples/hello.cc	Thu May 16 16:06:52 1996 +0000
+++ b/examples/hello.cc	Thu May 16 16:16:58 1996 +0000
@@ -3,14 +3,11 @@
 // To use this file, your version of Octave must support dynamic
 // linking.  To find out if it does, type the command
 //
-//   octave_config_info
+//   x = octave_config_info; x.DEFS
 //
 // at the Octave prompt.  Support for dynamic linking is included if
-// the output contains either of the lines
+// the output contains the string -DWITH_DYNAMIC_LINKING=1.
 //
-//   Dynamic Linking (dlopen/dlsym):          yes
-//   Dynamic Linking (shl_load/shl_findsym):  yes
-
 // To compile this file, type the command
 //
 //   mkoctfile hello.cc