From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Gran Newsgroups: gmane.lisp.guile.user Subject: Re: Compiling guile as a nonprivileged user Date: Thu, 6 Nov 2008 14:32:27 -0800 (PST) Message-ID: <97554.91372.qm@web37906.mail.mud.yahoo.com> References: <1225985902.96d3fa4ROBERT.J.APPLEYARD@student.mmu.ac.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1226011166 23563 80.91.229.12 (6 Nov 2008 22:39:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Nov 2008 22:39:26 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Nov 06 23:40:29 2008 connect(): Connection refused Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KyDWe-00053F-Hs for guile-user@m.gmane.org; Thu, 06 Nov 2008 23:40:28 +0100 Original-Received: from localhost ([127.0.0.1]:56801 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KyDVX-0004C9-3y for guile-user@m.gmane.org; Thu, 06 Nov 2008 17:39:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KyDVS-00049d-IV for guile-user@gnu.org; Thu, 06 Nov 2008 17:39:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KyDVP-00048K-Rl for guile-user@gnu.org; Thu, 06 Nov 2008 17:39:14 -0500 Original-Received: from [199.232.76.173] (port=44214 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KyDVP-00048H-KA for guile-user@gnu.org; Thu, 06 Nov 2008 17:39:11 -0500 Original-Received: from web37906.mail.mud.yahoo.com ([209.191.91.168]:22177) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KyDVO-0006qP-1K for guile-user@gnu.org; Thu, 06 Nov 2008 17:39:10 -0500 Original-Received: (qmail 91381 invoked by uid 60001); 6 Nov 2008 22:32:28 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=txGCs93YSPt45si0Rzopwp9C3s6Q5PB51zK9knJYhaxsieQ8ecoR5D+T2X+VTEpk91HpBXpJk2hs5P/hMll913ocMXvfXeC1eW9q4ft03rbH8i9t2rnRLuMqWm8InV1E/kS1NKNhMda72G2oRLzLVXJiTei/jLSrViYIMMemyyo=; X-YMail-OSG: nIkf5FEVM1k.7h2ghKJplDv1ZNtuzcA2CL_eBBdCJxMgdR_XkihY68roxFbnwH.GK1Tcn4UjQEHFWjwT7vPDonAWSesxDfGsarwv070ItgD6aSRmisBA7tMCu0mLdqi_CywvsPkL4kmiJ534b8uOVswM3H2np51LKBMUaw-- Original-Received: from [64.52.12.130] by web37906.mail.mud.yahoo.com via HTTP; Thu, 06 Nov 2008 14:32:27 PST X-Mailer: YahooMailRC/1155.20 YahooMailWebService/0.7.260.1 X-detected-operating-system: by monty-python.gnu.org: FreeBSD 6.x (1) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6851 Archived-At: > I am compiling and installing guile (with the intent of hacking it) on th= e =0A> university systems here, as a lowly user. I used the latest release = from your =0A> website (1.8.1). =0A=0AVersion 1.8.1 is not the newest.=A0 I= think they're up to 1.8.5 now.=0A=0A> ./configure --prefix=3D$HOME/my CFLA= GS=3D-I$HOME/my/include LDFLAGS=3D-L$HOME/my/lib=0A=0AIn your CFLAGS, try p= utting a -O2.=A0 This can sometimes cure the stack overflow problems.=0A=0A= Good luck,=0A=0AMike Gran