r3151: add to search path
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 23 Oct 2002 18:03:21 +0000 (18:03 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 23 Oct 2002 18:03:21 +0000 (18:03 +0000)
examples/c-test-fns.lisp
tests/c-test-fns.lisp

index 435fdd69645db951457e3b99d5ac934f24400e23..84c2161275bd5fddf20144a64549d5995c9487fb 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: c-test-fns.lisp,v 1.2 2002/10/16 11:56:43 kevin Exp $
+;;;; $Id: c-test-fns.lisp,v 1.3 2002/10/23 18:03:21 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -19,7 +19,8 @@
 (in-package :cl-user)
 
 (unless (uffi:load-foreign-library 
-        (uffi:find-foreign-library "c-test-fns" *load-truename*)
+        (uffi:find-foreign-library "c-test-fns" 
+                                   (list *load-truename* "/home/kevin/debian/src/uffi/examples/"))
         :supporting-libraries '("c")
         :force-load t)
   (warn "Unable to load c-test-fns library"))
index 435fdd69645db951457e3b99d5ac934f24400e23..84c2161275bd5fddf20144a64549d5995c9487fb 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: c-test-fns.lisp,v 1.2 2002/10/16 11:56:43 kevin Exp $
+;;;; $Id: c-test-fns.lisp,v 1.3 2002/10/23 18:03:21 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -19,7 +19,8 @@
 (in-package :cl-user)
 
 (unless (uffi:load-foreign-library 
-        (uffi:find-foreign-library "c-test-fns" *load-truename*)
+        (uffi:find-foreign-library "c-test-fns" 
+                                   (list *load-truename* "/home/kevin/debian/src/uffi/examples/"))
         :supporting-libraries '("c")
         :force-load t)
   (warn "Unable to load c-test-fns library"))