X-Original-To: alpine-user@lists.alpinelinux.org Received: from libero.it (smtp-34.italiaonline.it [213.209.10.34]) by lists.alpinelinux.org (Postfix) with ESMTP id 72727F815EA for ; Fri, 22 Feb 2019 01:39:12 +0000 (UTC) Received: from [192.168.1.2] ([151.20.85.16]) by smtp-34.iol.local with ESMTPA id wznygjhi8wlwKwznygvT1y; Fri, 22 Feb 2019 02:39:11 +0100 x-libjamoibt: 1601 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=libero.it; s=s2014; t=1550799551; bh=CGKGHpShrhMmhEvjHejL+6RNfrteAzk+mYvDouwvn9c=; h=To:From:Subject:Date; b=ZG47PUKcJIloFnUQOfVZe4OkA0AI3VBZNrL9VQCzj9uIcP0idZxnSaI+YUeskqC/T PFMwWX9RF7B4lmkLxVNlT/VtvMX2fC6MzvOFf8g3ZzZskmZmPr7u7jSvAT5VqdWTRu tCZMbDCSIx8N7kOLqDotxwn/XzBE3Zyukl6e1b4HJIsklErzD/Nrw+0oejbTqwm1LK r7oob/KfcG6xTWlTDxENzSeVjz3LQ0A90UzBchxn2pPOqX+b0TEkbmfzxmQfyptn68 wWTJczPBUNo3zkGDb1mTg8gCcBVsyRl4ArhF+LkYdZl7lPDoC7rgg+TA/tp5xgP1mu ns1nNOmCMPKUQ== X-CNFS-Analysis: v=2.3 cv=O8HoQy1W c=1 sm=1 tr=0 a=9ELGFSDy3t93dua4Kb279w==:117 a=9ELGFSDy3t93dua4Kb279w==:17 a=IkcTkHD0fZMA:10 a=qWuuG2_Bn92_N8-kVPkA:9 a=QEXdDO2ut3YA:10 a=pHzHmUro8NiASowvMSCR:22 a=nt3jZW36AmriUCFCBwmW:22 To: alpine-user@lists.alpinelinux.org From: Riccardo Mottola Subject: [alpine-user] issues with compiler & crt Message-ID: <9dee165e-9a95-8fed-ff33-670128b6a81b@libero.it> Date: Fri, 22 Feb 2019 02:39:10 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 SeaMonkey/2.49.4 X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfCTjWma9GbQi9RTlyP38sc04LuhBe98kDafLoop2KqJ+YwqqHCmqYY455pSmjZoOGhfFm3Yuh52kVbbbFZ/kjdUbU3ZpVyWwVUg/L+FvkdJ+vTqDtF5D TItAwC+TQkbaZlTznCShw2ij0E3pjx8B39kI5NIccGG1qfvLQnKiSXTbCZJgPcLirDr8baPl6bEEXg== Hi, I am trying to compile ArcticFox on Alpine (a PaleMoon / FireFox port which has proven quite portable) It is best compiled with gcc 4.8 to 6.5, so I installed gcc6 configure fails for me with: 0:34.35 configure:3177: checking for gcc 0:34.36 configure:3290: checking whether the C compiler (gcc-6 ) works 0:34.36 configure:3306: gcc-6 -o conftest conftest.c 1>&5 0:34.37 Warning: -Wimplicit-int in configure: return type defaults to 'int' 0:34.38 configure:3303:1: warning: return type defaults to 'int' [-Wimplicit-int] 0:34.38 /usr/lib/gcc/i586-alpine-linux-musl/6.4.0/../../../../i586-alpine-linux-musl/bin/ld: cannot find Scrt1.o: No such file or directory 0:34.38 /usr/lib/gcc/i586-alpine-linux-musl/6.4.0/../../../../i586-alpine-linux-musl/bin/ld: cannot find crti.o: No such file or directory 0:34.38 /usr/lib/gcc/i586-alpine-linux-musl/6.4.0/../../../../i586-alpine-linux-musl/bin/ld: cannot find -lssp_nonshared 0:34.38 collect2: error: ld returned 1 exit status 0:34.38 configure: failed program was: 0:34.38 0:34.38 #line 3301 "configure" 0:34.39 #include "confdefs.h" 0:34.39 0:34.39 main(){return(0);} 0:34.39 configure: error: installation or configuration problem: C compiler cannot create executables. Suggestions? Riccardo --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---