From jacunix@cantv.net Wed Jun 20 15:08:12 2001
Received: from rs1s2.datacenter.cha.cantv.net (rs1s2-b.datacenter.cha.cantv.net [200.44.32.57])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f5KD8Bc21606
	for <prolog@swi.psy.uva.nl>; Wed, 20 Jun 2001 15:08:11 +0200 (MET DST)
Received: from localhost ([200.44.92.43])
	by rs1s2.datacenter.cha.cantv.net (8.10.2/8.10.2/2.0) with ESMTP id f5KD87127335
	for <prolog@swi.psy.uva.nl>; Wed, 20 Jun 2001 09:08:08 -0400
Message-Id: <200106201308.f5KD87127335@rs1s2.datacenter.cha.cantv.net>
Date: Wed, 20 Jun 2001 09:08:20 -0400
Content-Type: text/plain;
	format=flowed;
	charset=us-ascii
X-Mailer: Apple Mail (2.388)
From: Jacobo Myerston <jacunix@cantv.net>
To: "'prolog@swi.psy.uva.nl'" <prolog@swi.psy.uva.nl>
Mime-Version: 1.0 (Apple Message framework v388)
In-Reply-To: <E88493086664D511A1E4000103330E8212EDCB@MAIL>
Subject: Re: [SWIPL] porting swi prolog to mac os x
Content-Transfer-Encoding: 7bit


hi, Folks

I'm using swi-prolog on macosx since macosx with no problems. It builds, 
but the packages do not compile. I' have tried to build clib and I got 
this:

ld  -o unix.so error.o process.o
ld: Undefined symbols:
_PL_is_variable
_PL_new_atom
_PL_new_functor
_PL_new_term_ref
_PL_put_atom_chars
_PL_raise_exception
_PL_unify_atom_chars
_PL_unify_term
___eprintf
_strerror
dyld_stub_binding_helper
_PL_atom_chars
_PL_cons_functor
_PL_copy_term_ref
_PL_get_arg
_PL_get_chars
_PL_get_integer
_PL_get_name_arity
_PL_get_stream_handle
_PL_open_stream
_PL_register_foreign


And  xpce's  ./configure stops when it doesn't find xpm.h, but xpm.h is 
installed in /usr/X11R6/include/X11.


regards

