From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Rottmann Newsgroups: gmane.lisp.guile.bugs Subject: Re: FFI on OS X? Date: Thu, 03 Mar 2011 15:36:56 +0100 Message-ID: <877hcgqnhz.fsf@gmx.at> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1299163058 2262 80.91.229.12 (3 Mar 2011 14:37:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 Mar 2011 14:37:38 +0000 (UTC) Cc: bug-guile@gnu.org To: Hans Aberg Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Mar 03 15:37:33 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pv9em-000251-OZ for guile-bugs@m.gmane.org; Thu, 03 Mar 2011 15:37:32 +0100 Original-Received: from localhost ([127.0.0.1]:42992 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pv9em-0001UO-8o for guile-bugs@m.gmane.org; Thu, 03 Mar 2011 09:37:32 -0500 Original-Received: from [140.186.70.92] (port=55435 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pv9eX-0001Qx-AY for bug-guile@gnu.org; Thu, 03 Mar 2011 09:37:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pv9eS-0003kQ-4P for bug-guile@gnu.org; Thu, 03 Mar 2011 09:37:17 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:49398) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Pv9eR-0003k4-PO for bug-guile@gnu.org; Thu, 03 Mar 2011 09:37:12 -0500 Original-Received: (qmail invoked by alias); 03 Mar 2011 14:37:09 -0000 Original-Received: from 83-215-154-5.hage.dyn.salzburg-online.at (EHLO nathot.lan) [83.215.154.5] by mail.gmx.net (mp009) with SMTP; 03 Mar 2011 15:37:09 +0100 X-Authenticated: #3102804 X-Provags-ID: V01U2FsdGVkX1/IBX99OBDIucqFJXunfWN0N+Ms6rwu83DhutLL7/ TeJmTfizoKU3f1 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by nathot.lan (Postfix) with ESMTP id BE3233A68F; Thu, 3 Mar 2011 15:37:04 +0100 (CET) Original-Received: from nathot.lan ([127.0.0.1]) by localhost (nathot.lan [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OhuNkM3W8N7z; Thu, 3 Mar 2011 15:36:57 +0100 (CET) Original-Received: from delenn.lan (delenn.lan [192.168.3.11]) by nathot.lan (Postfix) with ESMTP id 49C963A685; Thu, 3 Mar 2011 15:36:57 +0100 (CET) Original-Received: by delenn.lan (Postfix, from userid 1000) id 087612C00C3; Thu, 3 Mar 2011 15:36:56 +0100 (CET) In-Reply-To: (Hans Aberg's message of "Thu, 3 Mar 2011 10:48:16 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5267 Archived-At: Hans Aberg writes: > On 3 Mar 2011, at 10:25, Andy Wingo wrote: > >> On Wed 02 Mar 2011 23:15, Hans Aberg writes: >> >>> scheme@(guile-user)> (dynamic-link "libm") >>> ERROR: In procedure dynamic-link: >>> ERROR: In procedure dynamic-link: file: "libm", message: "file not found" >> >> Why does this fail? Can you strace it? > > If you tell me how. :-) > Apparently, on OS X, "dtruss" does fulfill the role of "strace": . HTH, Rotty -- Andreas Rottmann --