X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail-io1-f47.google.com (mail-io1-f47.google.com [209.85.166.47]) by lists.alpinelinux.org (Postfix) with ESMTP id 6CD80F816F8 for ; Tue, 26 Feb 2019 00:44:54 +0000 (UTC) Received: by mail-io1-f47.google.com with SMTP id e186so9176520ioa.0 for ; Mon, 25 Feb 2019 16:44:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=F2O9y1Bt5+Sm/vWREgm4CMmojKoqP6zgtrkcJ04JaTo=; b=QYVn9PmstRe+aU51PVLfDB45QXIVMxCFoWHfGHkDnWA1q+kTxvYzxtotX78harU6Xa 4UAHOU4/Qs1gn5i9eyEhAnxbDeWZw32NuUWNhPGdOhmsw7PO/UJLcjeTv723kpNri+UK 0lyiEoiEMfJjjEYPdh9n2VKEZ/DCWA5lYgSFDsULUR96L5EwuWDt+S5+ZS8XbaxywHzE f07j22CFYJag/B7JPmg/3dsvYwr9zq9ahWzXVpOOukhA1W22u2O/sPJ71P2kuH1WlNO9 Qf2wOlcoH2+ATf47UuTdqU2eU0+bH8oi5Q6ykuDA25xLVdyAVN2vnlHiegccruu+9W7j l4XA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=F2O9y1Bt5+Sm/vWREgm4CMmojKoqP6zgtrkcJ04JaTo=; b=plKwn5PBof+Wwhwm4sBQOiZANzvjg1oZteIPxqOwKBv0LU57auyftAdBJrmHUgquoX 5IEHZQjZQDvR7/ROZ35+x2Jw3FC9jI0yeveoqUYL/Dnj1rVi1ULV5W/v8BnS9xIPIBT0 oP4wnHOfJPnHp8x2Z/+JYIXniQIqIYhJjGLlyaNRHY0Ww4F1d9MJzEdF2gIhRnMSupAq iDz0v6rJaX5Fklkl3l+3LYyY0Scw9W9ZrSz04nneMjoteo3FzcUcVoyy/LdTWFwtNHrG j+aeqMdNWRI7MPa/m+v9L0A56DdmY2C2fYtrAp0StXlfj1P9zhjH15xLQ+xLUcoVjr4/ X/rQ== X-Gm-Message-State: AHQUAuY0z7RmA0KfTl9rorbJvveVIsj0KT+NtdWs3ec4r3o0VGaA2sne R4MAHdLNzCcKb1fNQDWGFIzN2IWKQJZkNkbbSjQ= X-Google-Smtp-Source: AHgI3IY4HEpefubBIeJmiu6NhSwhRApIUa6hMyVEppZO6eaFJWerjvy1EbXLH1E/ps/zGL3d4lbFz9yMc+Gs4sBN3LU= X-Received: by 2002:a5d:9699:: with SMTP id m25mr12119067ion.77.1551141893980; Mon, 25 Feb 2019 16:44:53 -0800 (PST) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 References: <9dee165e-9a95-8fed-ff33-670128b6a81b@libero.it> <686c00d8db5592d281c0b050b605f17a7db17aab.camel@inventati.org> In-Reply-To: From: PICCORO McKAY Lenz Date: Mon, 25 Feb 2019 20:44:41 -0400 Message-ID: Subject: Re: [alpine-user] issues with compiler & crt To: Riccardo Mottola Cc: "Finn O'Leary" , alpine-user@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="0000000000009649690582c15d16" --0000000000009649690582c15d16 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable El lun., 25 de feb. de 2019 a la(s) 18:46, Riccardo Mottola ( riccardo.mottola@libero.it) escribi=C3=B3: > gcc8) and the gcc6 I do need to compile this. > > I would have expected to be able to intall two compilers. > that was i pointed before in the second email ... > gcc6 itself goes, but not g++6, since apparently the two libstdcc+8 and > libstdc++-6 cannot exist together? The former is needed for icu, shich > that are possible but bit difficult, as i can see in the debian rules, you can do that (as i far guess): compiler by default are gccX with "x" mayor of 6 ... now the second compiler you have to build with static i guess, and then due the system libstdc++6 and other libs installed will be used to link the compiled older gcc (due the newer lib have support for the older basically), some other thing are but more complicated but are in fact possible due i see gcc 4.X and 8 in same system in debian.. ii try to point some "how" in this mail but the rules are very very large, divided into many subrules.. sorry but at least i point that can be do it! well that are in teory, due some support beetween versions are removed as i see in the changelog html lib in the gnu gcc page.. > is important, so, apparently one cannot have two different g++ versions > > I tried removing them, just as a test, but still cannot, it seems g++6 > itself depends on libstdc++ 8, but so I entr some sort of loop. > > Can two versions of the compiler exist? Can gc6 be used alone, at least > (even if having gcc8 is preferrable, since good for other packages) > > Riccardo > > > --- > Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org > Help: alpine-user+help@lists.alpinelinux.org > --- > > --0000000000009649690582c15d16 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
El lun., 25 de feb. de 2019 a la(s) 18:46, Riccardo Mottola (riccardo.mottola@libero.it) escr= ibi=C3=B3:
gcc8)= and the gcc6 I do need to compile this.

I would have expected to be able to intall two compilers.
<= div>that was i pointed before in the second email ...
=C2=A0=
gcc6 itself goes, but not g++6, since apparently the two libstdcc+8 and libstdc++-6 cannot exist together? The former is needed for icu, shich
=
that are possible but bit difficult, as i can see in the = debian rules, you can do that (as i far guess):
compiler by d= efault are gccX with "x" mayor of 6 ...
now the sec= ond compiler you have to build with static i guess,
and then due the sy= stem libstdc++6 and other libs installed will be used
to lin= k the compiled older gcc (due the newer lib have support for the older basi= cally),
some other thing are but more complicated but are in= fact possible
due i see gcc 4.X and 8 in same system in debi= an..

ii try to point some "how" in this mail bu= t the rules are very very large, divided into
many subrules..= sorry but at least i point that can be do it!

well that are in teory, due some support beetween versions are removed as = i see
in the changelog html lib in the gnu gcc page..
=C2=A0
is important, so, apparently one cannot have two different g++ versions

I tried removing them, just as a test,=C2=A0 but still cannot, it seems g++= 6
itself depends on libstdc++ 8, but so I entr some sort of loop.

Can two versions of the compiler exist? Can gc6 be used alone, at least (even if having gcc8 is preferrable, since good for other packages)

Riccardo


---
Unsubscribe:=C2=A0 alpine-user+unsubscribe@lists.alpinelinux.org<= /a>
Help:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0
alpine-user+help@lists.alpinelinu= x.org
---

--0000000000009649690582c15d16-- --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---