From Xander.Schrijen@phil.uu.nl Mon Jul  9 20:22:31 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 f69IMVX02692
	for <prolog@swi.psy.uva.nl>; Mon, 9 Jul 2001 20:22:31 +0200 (MET DST)
Message-Id: <200107091822.f69IMVX02692@swi.psy.uva.nl>
Received: (qmail 22892 invoked by uid 0); 9 Jul 2001 18:22:30 -0000
Received: from unknown (HELO klarkash-ton) (212.64.94.78)
  by smtpg.casema.net with SMTP; 9 Jul 2001 18:22:30 -0000
Date: Mon, 9 Jul 2001 20:23:16 +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: <p05101001b76e84346ad6@[200.44.92.28]>
Mime-Version: 1.0 (Apple Message framework v388)
Content-Transfer-Encoding: 7bit

On Sunday, July 8, 2001, at 11:45  PM, Jacobo Myerston wrote:

>>  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?
>
>
> Yes libdl.a is in /sw/lib. I also have made a symlink to 
> /usr/lib and nothing changes; I got the same errors. Are you 
> using HFS+ or UFS?

I'm using HFS+.

Looking over your log again:

 > acunix% LDFLAGS=-L'/sw/lib' CIFLAGS=-I'/sw/include'
 > CC='cc -traditional-cpp' ./configure
 > loading cache ./config.cache
 > checking for gcc... (cached) cc

I see that gcc is cached as 'cc' instead of 'cc 
-traditional-cpp'.  My guess is that you first ran configure 
without setting the environment variables.  Configure caches its 
results so it probably also didn't find your /sw/lib.

Remove config.cache and try again.


Xander.
PS: If it still doesn't work, perhaps we should continue 
off-list, for a general audience this might not be the most 
interesting thread to read ;-)

