hi, i use cl-gd in some of my projects. currently, i would like to install cl-gd-0.5.1 CL-USER> (asdf:oos 'asdf:load-op :cl-gd) [...] CL-USER> (asdf:oos 'asdf:load-op :cl-gd-test) [...] CL-USER> (cl-gd-test:TEST) Test 1 failed with the following error: Attempt to call an undefined alien function. Test 2 failed with the following error: Attempt to call an undefined alien function. Test 3 failed with the following error: Attempt to call an undefined alien function. Test 4 failed with the following error: Attempt to call an undefined alien function. Test 5 failed with the following error: File #P"/home/nicolas/.sbcl/site/cl-gd-0.5.1/test/one-pixel.png" could not be found Test 6 failed with the following error: File #P"/home/nicolas/.sbcl/site/cl-gd-0.5.1/test/one-pixel.png" could not be found Test 7 failed with the following error: Attempt to call an undefined alien function. Test 8 failed with the following error: Attempt to call an undefined alien function. Test 9 failed with the following error: Attempt to call an undefined alien function. Test 10 failed with the following error: Attempt to call an undefined alien function. Test 11 failed with the following error: Attempt to call an undefined alien function. Test 12 failed with the following error: Attempt to call an undefined alien function. Test 13 failed with the following error: Attempt to call an undefined alien function. Test 14 failed with the following error: Attempt to call an undefined alien function. Test 15 failed with the following error: Attempt to call an undefined alien function. Test 16 failed with the following error: Attempt to call an undefined alien function. Test 17 failed with the following error: Attempt to call an undefined alien function. Test 18 failed with the following error: Attempt to call an undefined alien function. Test 19 failed with the following error: Attempt to call an undefined alien function. Done. i use sbcl 0.9.9, UFFI 1.5.9 and cl-gd 0.5.1 somebody it already had this problem ? thanks for any help. -- Nicolas Lamirault