scsh-users
[Top] [All Lists]

BSDi port?

To: scsh-bugs@martigny.ai.mit.edu
Subject: BSDi port?
From: Arun Welch <awelch@csi.CompuServe.Com>
Date: Mon, 11 Dec 1995 10:49:40 -0500
Hi there,
 I'm attempting to bring up scsh under BSDI 2.1b1, and it appears that Scheme48
is having trouble finding externals. Do you know if it's been ported to BSDI?
Here's where it starts crapping out in the make process:
[receiving
./big/receive.scm 
]
...................................................
]
]
..
]
........
Warning: External not found
         "df_strlen_or_false"
.
Warning: External not found
         "df_cstring_nullp"
.
Warning: External not found
         "df_c2scheme_strcpy_free"
.
Warning: External not found
         "df_c2scheme_strcpy"
......
Warning: External not found
         "df_c_veclen"
...
Warning: External not found
         "df_free"
.
Warning: External not found
         "df_set_strvec_carriers"

It finally gets to this point, and then craps out:
...
Warning: External not found
         "df_tcgetpgrp"
..
Warning: External not found
         "df_open_ctty"

......
.......................
Error: exception
       (external-call #f)
gmake: *** [scsh/scsh.image] Error 1

I'll be the first to admit that my Lisp skills are better than my C skills,
so if you could suggest where I could look to fix the above problem it
would be greatly appreciated. I can send you the entire typescript from the
make if that would help.

Thanks for bringing scsh to life in the first place!

...arun




<Prev in Thread] Current Thread [Next in Thread>
  • BSDi port?, Arun Welch <=