Our server costs ~$56 per month to run. Please consider donating or becoming a Patron to help keep the site running. Help us gain new members by following us on Twitter and liking our page on Facebook!
Current time: April 19, 2024, 5:12 am

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing GCC 13.1.0
#11
RE: Installing GCC 13.1.0
(May 1, 2023 at 2:41 pm)FlatAssembler Wrote: Or perhaps there is a bug in the version GNU linker provided with Debian. After all, it's a linker error.

It's a linker error, but it tells you why it is an error.  That means it is fixable.

It is possible that -fPIC is somehow assumed to be default, but it isn't on your compiler or when configure is run on your machine.  Since this package is "new", it is also possible that it is buggy against some compilers.

PIC means Position Independent Code.  It is normally a requirement for the object files (the c/cc/cpp file builds) before linking a shared object, and I do it even for static libraries.  If you were add this into the actual .o builds, by fixing the configure script, or editing the Makefile (or equivalent), you would get by this problem.

Programmers learn how to handle build problems.
Reply
#12
RE: Installing GCC 13.1.0
OK, I've asked this question on StackExchange and LinuxQuestions. Thus far, the only suggestion I got is to reinstall my operating system. Which is a ridiculous suggestion, isn't it?
Reply
#13
RE: Installing GCC 13.1.0
(May 1, 2023 at 7:04 pm)FlatAssembler Wrote: OK, I've asked this question on StackExchange and LinuxQuestions. Thus far, the only suggestion I got is to reinstall my operating system. Which is a ridiculous suggestion, isn't it?

Try it. If it works, your problem is solved. If it doesn’t work, you’re no worse off than you are now.

Boru
‘But it does me no injury for my neighbour to say there are twenty gods or no gods. It neither picks my pocket nor breaks my leg.’ - Thomas Jefferson
Reply
#14
RE: Installing GCC 13.1.0
(May 1, 2023 at 7:13 pm)BrianSoddingBoru4 Wrote:
(May 1, 2023 at 7:04 pm)FlatAssembler Wrote: OK, I've asked this question on StackExchange and LinuxQuestions. Thus far, the only suggestion I got is to reinstall my operating system. Which is a ridiculous suggestion, isn't it?

Try it. If it works, your problem is solved. If it doesn’t work, you’re no worse off than you are now.

Boru

How am I no worse than I am now? I would need to install all the programs I've installed on Linux again.
Reply
#15
RE: Installing GCC 13.1.0
I've just noticed that my 32-bit Debian virtual machine doesn't boot after I've updated VirtualBox to the version 7.0.6. I get the following error:
[Image: 7Z5L5.png]
I've tried to re-install Debian from CD, but the installer also crashes with the same error message. What should I do?
Reply
#16
RE: Installing GCC 13.1.0
(May 1, 2023 at 7:15 pm)FlatAssembler Wrote:
(May 1, 2023 at 7:13 pm)BrianSoddingBoru4 Wrote: Try it. If it works, your problem is solved. If it doesn’t work, you’re no worse off than you are now.

Boru

How am I no worse than I am now? I would need to install all the programs I've installed on Linux again.

So do that. Sheesh.

Boru
‘But it does me no injury for my neighbour to say there are twenty gods or no gods. It neither picks my pocket nor breaks my leg.’ - Thomas Jefferson
Reply
#17
RE: Installing GCC 13.1.0
You don't have what it takes. Have you considered selling insurance?
[Image: extraordinarywoo-sig.jpg]
Reply
#18
RE: Installing GCC 13.1.0
(May 1, 2023 at 7:22 pm)BrianSoddingBoru4 Wrote:
(May 1, 2023 at 7:15 pm)FlatAssembler Wrote: How am I no worse than I am now? I would need to install all the programs I've installed on Linux again.

So do that. Sheesh.

Boru

Like I've written on StackExchange:
Quote:What you are essentially telling me is that I should downgrade my GCC to 10.4 (or whichever version comes with Debian) in order to build a new version of GCC. That runs contrary to the typical advice on how to build GCC. It is typically advised that you should build in small increments, that you are less likely to run into trouble if you are using GCC 12.2 to build GCC 13.1 than if you are using GCC 10.4 to build GCC 13.1. And it should be obvious why.
Reply
#19
RE: Installing GCC 13.1.0
(May 1, 2023 at 7:37 pm)Angrboda Wrote: You don't have what it takes. Have you considered selling insurance?

What do you mean? I don't have what it takes for what? What insurance?
Reply
#20
RE: Installing GCC 13.1.0
Personally, I blame hippies.
Dying to live, living to die.
Reply



Possibly Related Threads...
Thread Author Replies Views Last Post
  Constantly installing "new" version of Firezilla. Gawdzilla Sama 5 977 October 30, 2016 at 8:14 pm
Last Post: Gawdzilla Sama
  Never had that kinds of troubles with installing a new video card abaris 7 1144 September 25, 2015 at 8:19 am
Last Post: abaris



Users browsing this thread: 1 Guest(s)