From liraola@opera.dia.fi.upm.es  Thu Jan 13 18:48:14 2000
Received: from goofy.fi.upm.es (goofy.fi.upm.es [138.100.8.23])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id SAA01319
	for <prolog@swi.psy.uva.nl>; Thu, 13 Jan 2000 18:48:09 +0100 (MET)
Received: from conversion.relay.fi.upm.es by relay.fi.upm.es
 (PMDF V5.2-32 #39034) id <01JKNZRDG9EO0005R3@relay.fi.upm.es> for
 prolog@swi.psy.uva.nl; Thu, 13 Jan 2000 18:47:42 MET
Received: from opera.dia.fi.upm.es (opera.dia.fi.upm.es [138.100.11.43])
 by relay.fi.upm.es (PMDF V5.2-32 #39034)
 with ESMTP id <01JKNZRD4SWA0005I0@relay.fi.upm.es> for prolog@swi.psy.uva.nl;
 Thu, 13 Jan 2000 18:47:42 +0100 (MET)
Received: from localhost by opera.dia.fi.upm.es (8.8.4/FI-4.1) Thu,
 13 Jan 2000 18:46:28 GMT
Date: Thu, 13 Jan 2000 18:46:28 +0000 (WET DST)
From: Luis Iraola Moreno <liraola@opera.dia.fi.upm.es>
Subject: Autoloading troubles
In-reply-to: <387DC335.FA75232C@mam.gov.tr>
X-Sender: liraola@opera
To: prolog@swi.psy.uva.nl
Message-id: <Pine.SOL.3.95.1000113183309.654A-100000@opera>
MIME-version: 1.0
Content-type: TEXT/PLAIN; charset=US-ASCII


Dear all,

I am experiencing troubles autoloading libraries in 3.3 (latest beta under
Windows NT). 

While the compiler loads system libraries like e.g. the quintus library
located in ".../library/quintus.pl" (where "..." is the SWI home), it does
not load user-defined libraries.

I have followed the usual (3.2.8) steps for enabling autoloading:

- the autoload flag is activated (default)
- 'assertz(library_directory("mypath"))' has been previously made and
- 'make_library_index("mypath")' has also been made.

However, the compiler does not perform any autoloading from "mypath" even
when 'library_directory/1' correctly reports "mypath" among the currently
defined library directories. 

I am probably missing something, but it may also be a bug in the latest
beta.

Thanks in advance, best regards,

Luis Iraola.

