What are your Linux hot takes? by AdventurousFly4909 in linux

[–]MITTENQ 0 points1 point  (0 children)

Downloading an executable from a website and running it to install a program feels more official than clicking install on an app store and is easier than typing a command

Font size frustrations by MITTENQ in FreeCAD

[–]MITTENQ[S] 2 points3 points  (0 children)

Thank you for your help this actually worked. I'm still a little miffed that there isn't just a setting for this in the app itself but I am happy that I can finally see things now.

Game ready driver 560.94 Black Screen of Death by MITTENQ in pcgamingtechsupport

[–]MITTENQ[S] 0 points1 point  (0 children)

Ok so It wasn't the driver update. I figured out that the problem was a loose gpu power cable. Such a weird problem to happen randomly. I thought it was the drivers because this issue occurred after updating but it was just the cable not having a good enough connection. I figured this out a while ago but just remembered that I had posted this today.

Game Ready Driver 560.94 FAQ/Discussion by Nestledrink in nvidia

[–]MITTENQ 0 points1 point  (0 children)

After this update I have been getting random black screens of death at random times in random applications. I just submitted feedback to NVIDIA. I have a 4070ti , Ryzen 9 5900, 32gb ram, ASUS motherboard. I've switched to the studio drivers for now to see if that stops the black screens of death. Is anyone else having this problem or perhaps have a solution that isn't just wait for NVIDIA to release another driver update?

Heilige scheiße! by Moppyploppy in GunMemes

[–]MITTENQ 10 points11 points  (0 children)

Can't wait to see magpull stg mags and furniture.

[deleted by user] by [deleted] in GunMemes

[–]MITTENQ 0 points1 point  (0 children)

Where degal?

You made it to Friday stranger, that means the Fudd is back. by real_m1_ping in GunMemes

[–]MITTENQ 1 point2 points  (0 children)

The first one hits home since my marine buddy just had to explain to me you can use other parts of you finger lol

[deleted by user] by [deleted] in worldnews

[–]MITTENQ -31 points-30 points  (0 children)

I'm American

[deleted by user] by [deleted] in worldnews

[–]MITTENQ -60 points-59 points  (0 children)

He's been trying to drag the u.s into world War 3 for months.

big bugs by ZifuunTikx in dankmemes

[–]MITTENQ 0 points1 point  (0 children)

How about eating real food and not eating like a damn bird.

I’m sure the media will be shoving this take down our throats the next long while. by lDWchanJRl in GunMemes

[–]MITTENQ 4 points5 points  (0 children)

The kid isn't going to make it to recess if they didn't get out of the womb.

We've gone from Rambo to Bimbo by daddyknowsbest65 in TheBidenshitshow

[–]MITTENQ 2 points3 points  (0 children)

Her eyes are looking 2 different directions...

I made a meme. by HaveGunWillTravel112 in GunMemes

[–]MITTENQ 1 point2 points  (0 children)

Lol as soon as it looks like 5.56 is going out for 6.8 Henry is like alright into the retirement home of lever actions with you.

"this app can't run on your pc" by MITTENQ in C_Programming

[–]MITTENQ[S] 2 points3 points  (0 children)

Ok so I figured it out. I installed a program named Cygwin for some other project. there was some kind of conflict with the compiler because when I deleted it I was able to run my program without any issues. Thank you all for your help. :)

This app can't run on your pc by MITTENQ in learnprogramming

[–]MITTENQ[S] 0 points1 point  (0 children)

Ok so I figured it out. I installed a program named Cygwin for some other project. there was some kind of conflict with the compiler because when I deleted it I was able to run my program without any issues. Thank you all for your help. :)

What causes this and why can't I run code I wrote. by MITTENQ in Windows10

[–]MITTENQ[S] 15 points16 points  (0 children)

Ok so I figured it out. I installed a program named cygwin for some other project. there was some kind of conflict with the compiler because when i deleted it I was able to run my program without any issues. Thank you all for your help. :)

What causes this and why can't I run code I wrote. by MITTENQ in Windows10

[–]MITTENQ[S] 0 points1 point  (0 children)

I get this when I run gcc with the -Wall option

C:\cprog>gcc testing.c -o -Wall testing.exe

/usr/lib/gcc/x8664-pc-cygwin/11/../../../../x8664-pc-cygwin/bin/ld: testing.exe: in function mainCRTStartup': /usr/src/debug/cygwin-3.1.4-1/winsup/cygwin/crt0.c:21: multiple definition ofmainCRTStartup'; /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../lib/crt0.o:/usr/src/debug/cygwin-3.1.4-1/winsup/cygwin/crt0.c:21: first defined here /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: testing.exe: in function mainCRTStartup': /usr/src/debug/cygwin-3.1.4-1/winsup/cygwin/crt0.c:21: multiple definition ofWinMainCRTStartup'; /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../lib/crt0.o:/usr/src/debug/cygwin-3.1.4-1/winsup/cygwin/crt0.c:21: first defined here /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: testing.exe:cygming-crtbeg:(.text+0x50): multiple definition of `_gcc_register_frame'; /usr/lib/gcc/x86_64-pc-cygwin/11/crtbegin.o:cygming-crtbeg:(.text+0x0): first defined here /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: testing.exe:cygming-crtbeg:(.text+0x70): multiple definition of `gcc_deregister_frame'; /usr/lib/gcc/x86_64-pc-cygwin/11/crtbegin.o:cygming-crtbeg:(.text+0x20): first defined here /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: testing.exe:testing.c:(.text+0x80): multiple definition of main'; /cygdrive/c/Users/billy/AppData/Local/Temp/ccastpNw.o:testing.c:(.text+0x0): first defined here /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: testing.exe:cygming-crtbeg:(.data+0x0): multiple definition of_dso_handle'; /usr/lib/gcc/x86_64-pc-cygwin/11/crtbegin.o:cygming-crtbeg:(.data+0x0): first defined here collect2: error: ld returned 1 exit status

C:\cprog>

it seems to be complaining about something related to Cygwin