Nasty GCC errors

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
nick
Level 5
Level 5
Posts: 684
Joined: Sat Dec 02, 2006 8:04 am

Re: Nasty GCC errors

Post by nick »

Hi

Try

Code: Select all

dpkg -S /usr/lib/crt1.o
Probably libc6-dev: /usr/lib/crt1.o

crt1.o is the "c run time object" which gets prepended to
your files when you compile them so they can run when you type their names if you have the permissions set correctly.



So if you can download libc6-dev deb on USB
stick on another computer (and its depenedencies)
and then install

Not sure about the PHP but I think you will have to download
them also
Nick
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
nick
Level 5
Level 5
Posts: 684
Joined: Sat Dec 02, 2006 8:04 am

Re: Nasty GCC errors

Post by nick »

Hi
and a cold one's waiting for you if you ever venture through these parts :)
Hopefully that would be my pleasure someday :)

Nick
Locked

Return to “Beginner Questions”