Newsgroups: comp.lang.prolog
Path: cantaloupe.srv.cs.cmu.edu!nntp.club.cc.cmu.edu!goldenapple.srv.cs.cmu.edu!das-news2.harvard.edu!news.dfci.harvard.edu!camelot.ccs.neu.edu!news.mathworks.com!enews.sgi.com!decwrl!tc.pw.com!news
From: Don Ferguson <ferguson@tc.pw.com>
Subject: How to create a Quintus Prolog shared object file?
Content-Type: text/plain; charset=us-ascii
Message-ID: <3339624D.323D@tc.pw.com>
Sender: news@tc.pw.com
Nntp-Posting-Host: ivy.tc.pw.com
Content-Transfer-Encoding: 7bit
Organization: Price Waterhouse
Mime-Version: 1.0
Date: Wed, 26 Mar 1997 17:52:13 GMT
X-Mailer: Mozilla 3.0 (WinNT; I)
Lines: 7

Has anyone successfully created a Solaris shared object from a Quintus
Prolog program?  I have created the .so with everything linked in, 
but I get a seg fault in  QP_query(_initialize_prolog...) which is
called by QP_intialize().

I am trying to embed Prolog in Java.  Perhaps I'd have better
luck embedding Java in Prolog (using libjava.so).
