From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hrvoje =?UTF-8?Q?Nik=C5=A1i=C4=87?= Newsgroups: gmane.lisp.guile.devel Subject: Re: Building Guile on IA64 HPUX Date: Fri, 27 Oct 2006 09:16:45 +0200 Message-ID: <1161933405.23420.48.camel@localhost> References: <1161790284.23420.24.camel@localhost> <873b9crpj1.fsf@ossau.uklinux.net> <1161846811.23420.31.camel@localhost> <87slhapqqb.fsf@ossau.uklinux.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1161978132 25672 80.91.229.2 (27 Oct 2006 19:42:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Oct 2006 19:42:12 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Oct 27 21:42:08 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GdXLF-0003sZ-51 for guile-devel@m.gmane.org; Fri, 27 Oct 2006 21:26:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdXLE-0003cL-IY for guile-devel@m.gmane.org; Fri, 27 Oct 2006 15:26:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GdLxR-0002QQ-Rq for guile-devel@gnu.org; Fri, 27 Oct 2006 03:16:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GdLxP-0002NO-KG for guile-devel@gnu.org; Fri, 27 Oct 2006 03:16:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdLxP-0002N1-GK for guile-devel@gnu.org; Fri, 27 Oct 2006 03:16:47 -0400 Original-Received: from [157.247.252.32] (helo=mail2.avl.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GdLxP-00006M-CC for guile-devel@gnu.org; Fri, 27 Oct 2006 03:16:47 -0400 Original-Received: from mail2.avl.com (localhost [127.0.0.1]) by localhost.avl.com (Postfix) with ESMTP id 8E4DC5B3A4; Fri, 27 Oct 2006 09:16:45 +0200 (CEST) Original-Received: from [157.247.180.145] (unknown [157.247.180.145]) by mail2.avl.com (Postfix) with ESMTP id 76E2E5B3A2; Fri, 27 Oct 2006 09:16:42 +0200 (CEST) Original-To: Neil Jerram In-Reply-To: <87slhapqqb.fsf@ossau.uklinux.net> X-Mailer: Evolution 2.6.1 X-Mailman-Approved-At: Fri, 27 Oct 2006 15:25:50 -0400 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:6195 Archived-At: On Fri, 2006-10-27 at 02:06 +0200, Neil Jerram wrote: > > the LIBS. Without -luca, Guile using __uc_get_ar_bsp would not link > on > > HPUX. There are other checks that use the same logic, such as check > for > > connect in -lsocket and for gethostbyname in -lnsl. > > Thanks for explaining that. I misunderstood something you said in > your previous email about libuca being a system library; I thought > you > meant by that that the compiler linked it automatically on HP-UX, > without needing "-luca" in the invocation. Just to clarify, I meant that it doesn't require a separate download or installation, nor using specific library search paths; it comes with the system (much like libnsl and such) and just works. > (I actually included this change in what I committed yesterday, so no > further change is needed now.) Thanks. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel