From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9509 Path: news.gmane.org!not-for-mail From: John Found Newsgroups: gmane.linux.lib.musl.general Subject: Re: Problem with musl-gcc script. Is it bad installation? Date: Sun, 6 Mar 2016 15:26:27 +0200 Message-ID: <20160306152627.068a8f5486189a035021d089@asm32.info> References: <20160306002823.09d603d7c3d8fe4b0f4b15c1@asm32.info> <20160306003609.GO9349@brightrain.aerifal.cx> <20160306030230.cedf8eded77c37ec1d450f3c@asm32.info> <20160306010907.GQ29662@port70.net> <20160306031505.5bcff24d35f90d98335cafb4@asm32.info> <20160306011825.GS29662@port70.net> <20160306132053.5c6a26f39db6a963ff1a1c11@gmail.com> <20160306093001.4a13262003f2b9e44b3933ae@asm32.info> <20160307000755.fd8eac6fc09e95f431109d21@gmail.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1457270846 9490 80.91.229.3 (6 Mar 2016 13:27:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Mar 2016 13:27:26 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9522-gllmg-musl=m.gmane.org@lists.openwall.com Sun Mar 06 14:27:18 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1acYiL-0003j0-Hz for gllmg-musl@m.gmane.org; Sun, 06 Mar 2016 14:27:17 +0100 Original-Received: (qmail 21693 invoked by uid 550); 6 Mar 2016 13:27:15 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 21666 invoked from network); 6 Mar 2016 13:27:14 -0000 In-Reply-To: <20160307000755.fd8eac6fc09e95f431109d21@gmail.com> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; x86_64-unknown-linux-gnu) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hemus.superhosting.bg X-AntiAbuse: Original Domain - lists.openwall.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - asm32.info X-Get-Message-Sender-Via: hemus.superhosting.bg: authenticated_id: johnfound@asm32.info X-Authenticated-Sender: hemus.superhosting.bg: johnfound@asm32.info X-Source: X-Source-Args: X-Source-Dir: Xref: news.gmane.org gmane.linux.lib.musl.general:9509 Archived-At: On Mon, 7 Mar 2016 00:07:55 +1100 James B wrote: > On Sun, 6 Mar 2016 09:30:01 +0200 > John Found wrote: > > > > > After fixing the hardcoded parts with my hardcoded one, this spec file works great, > > at least for sqlite library with its configure script. > > > > Thanks! > > > > Glad it that it works. > > James :) If someone is interested, I use sqlite3 library, together with assembly language written 32 bit CGI scripts on 64 bit Linux Apache server, *without* installed 32 bit libraries. :) I am writing web forum engine this way. You can see the progress at http://board.asm32.info (for now it is almost nothing, but works. :D) BTW, I am using the dynamic loader in a form of: "./ld-musl-i386.so" in my executables, because on the web server I don't have access to the system directories. Best Regards -- http://fresh.flatassembler.net http://asm32.info John Found