[SOLVED]gcc configure error

Issues related to applications and software problems
User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: gcc configure error

Post by TrevorH » 2019/07/08 08:26:54

Use the flatpak copy that jlehtone has helpfully shown you exactly how to install.

If you continue you will break your system. Do NOT attempt to "upgrade" glibc or you will be reinstalling your system.

Use the flatpak copy.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
jlehtone
Posts: 4523
Joined: 2007/12/11 08:17:33
Location: Finland

Re: gcc configure error

Post by jlehtone » 2019/07/08 11:01:56

I had never seen flatpak before, ... but it seems to be the best option.


One can have:
  • Binary that runs directly on the system, using system libraries. Never mess with the system.
  • In chroot sandbox, like that mock. It does install stuff, but not to the system.
  • I don't know how to place the flatpak. Sandbox?
  • Container (Docker, Singularity, Kubernetes) is definitely a sandbox. The system still sees the processes that you run, but their libraries can differ from the system. Container does not demand much resources; the app uses what it uses and some for files.
  • WINE is much older than the word "container", but I guess it is a container.
  • Virtual Machine (VM). A separate OS that runs simultaneously. That does require resources.
  • Dual boot. Multiple installed OS side by side, but only one can run at any time.

Ask133
Posts: 8
Joined: 2019/07/05 17:07:59

Re: gcc configure error

Post by Ask133 » 2019/07/08 12:54:27

TrevorH wrote:
2019/07/08 08:26:54
Use the flatpak copy that jlehtone has helpfully shown you exactly how to install.

If you continue you will break your system. Do NOT attempt to "upgrade" glibc or you will be reinstalling your system.

Use the flatpak copy.
ok,sir,could you tell me what should i do?

User avatar
jlehtone
Posts: 4523
Joined: 2007/12/11 08:17:33
Location: Finland

Re: gcc configure error

Post by jlehtone » 2019/07/08 13:42:38

Didn't I post the commands that I did run?

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: gcc configure error

Post by TrevorH » 2019/07/08 14:49:16

The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Ask133
Posts: 8
Joined: 2019/07/05 17:07:59

Re: gcc configure error

Post by Ask133 » 2019/07/10 13:42:14

jlehtone wrote:
2019/07/08 13:42:38
Didn't I post the commands that I did run?
sorry,I'm a little busy recently,I know,it work thanks sir。

Ask133
Posts: 8
Joined: 2019/07/05 17:07:59

Re: gcc configure error

Post by Ask133 » 2019/07/10 13:43:59

TrevorH wrote:
2019/07/08 14:49:16
Read viewtopic.php?f=48&t=71000#p298581
sorry,I'm a little busy recently,I know,it work thanks sir。

Post Reply