From Xander.Schrijen@phil.uu.nl Sun Jul  8 23:09:47 2001
Received: from smtpg.casema.net (smtpg.casema.net [195.96.96.160])
	by swi.psy.uva.nl (8.11.2/8.11.2) with SMTP id f68L9kX06493
	for <prolog@swi.psy.uva.nl>; Sun, 8 Jul 2001 23:09:46 +0200 (MET DST)
Message-Id: <200107082109.f68L9kX06493@swi.psy.uva.nl>
Received: (qmail 23509 invoked by uid 0); 8 Jul 2001 21:09:45 -0000
Received: from unknown (HELO klarkash-ton) (213.17.95.8)
  by smtpg.casema.net with SMTP; 8 Jul 2001 21:09:45 -0000
Date: Sun, 8 Jul 2001 23:10:38 +0200
From: Xander Schrijen <Xander.Schrijen@phil.uu.nl>
Content-Type: text/plain;
	format=flowed;
	charset=us-ascii
Subject: Re: [SWIPL] osx output: configure, make
Cc: prolog@swi.psy.uva.nl
To: Jacobo Myerston <jacunix@cantv.net>
X-Mailer: Apple Mail (2.388)
In-Reply-To: <p05101005b76e43f25b81@[200.44.23.39]>
Mime-Version: 1.0 (Apple Message framework v388)
Content-Transfer-Encoding: 7bit

On Sunday, July 8, 2001, at 07:14  PM, Jacobo Myerston wrote:

 > I'm sending here the output of the failed compilation. But I have to
 > say that I have compiled successful several times swi-prolog on my
 > box, but after upgrading somewhat, I don't know what exactly,
 > compilation was no more posible, even with source that I 
compiled before.

Your log says:

 > checking for dlopen in -ldl... (cached) no
 > checking for shl_load in -ldld... (cached) no
 > checking for shl_load... (cached) no
 > checking dlopen in libc... yes
 > checking for cc -c -o... yes

Mine says (same darwin version, prolog both 4.0.7 and 4.0.8)

 > checking for dlopen in -ldl... (cached) yes
 > checking for dlopen... (cached) yes
 > checking for cc -c -o... yes

So configure can't find a library for the 'dl' functions, 
doesn't include one while linking (you: "-lrc -lcurses -lcurses 
-lm", me: "lrc -ldl -lreadline -lcurses -lm") and fails.  After 
installing the dlcompat stuff you should have a file libdl.a 
somewhere, guessing from your log it should be in /sw/lib.  Is 
it still there?


Xander.

