From: Jim Veitch

Subject: Re: C++ in ACL4.3/UNIX

Date: 1996-12-5 11:51

Go to our Web site: www.franz.com
Go to the Support
Choose the FAQ and look under ACL for UNIX.
Find the entry on building and loading C++ shared object libraries.

Regards,

Jim.

At 10:09 AM 12/5/96 -0600, <cs.uchicago.edu at kulyukin> wrote:
> >Hi, > >I have a chunk of C++ code I'd like to load into >ACL4.3/UNIX. I have loaded my C binaries into ACL4.2/UNIX >before through the foreign function interface. Does anyone >know if the same techniques will work with C++ provided >that my C++ compiler generates position-independent >code which is put into an .so file? Or, do I have >to rewrite (a groan) everything in C (another groan)? > >VK > >