From: hunte (Larry Hunter)

Subject: Foreign Loading C++ in ACL 4.2 on SGI under IRIX 5.2?

Date: 1994-9-14 17:27



Folks,

I have some C++ code I would like to load into ACL 4.2, which is running
under Irix 5.2 on an SGI.  I used "ld -shared -all -no_unresolved" to create
an .so file, which loads without complaint into lisp.  However, ACL doesn't
seem to be able to find entry points for any of the functions or global
variables. 

Unfortunately, I have very little experience with C++ (it's someone else's
code) so I'm at a bit of a loss to try to guess what to try.  Any
suggestions?  Has anyone loaded C++ code into ACL?

Larry