scsh-users
[Top] [All Lists]

[no subject]

To: scsh-bugs@zurich.ai.mit.edu
From: "Robert E. Brown" <brownb@jany.gs.com>
Date: Tue, 21 Mar 2000 12:34:50 -0500
I'm running scsh 0.5.2 on Solaris 2.6.  When I run the following program:


#!/usr/local/bin/scsh \
-dm -o top -e main -s
!#

(define-structure top
  (export main)
  (open scsh scheme)
  (begin

(define (main args)
  (display "hello world")
  (newline))

))


I get the output:


Warning: Structure has undefined exports
         #{Structure 148 scsh}
         (ip/options ip/time-to-live socket/cant-signal)
hello world


Can this warning message be eliminated?

                        bob

<Prev in Thread] Current Thread [Next in Thread>
  • [no subject], Robert E. Brown <=