22
lxmcf
5y

Me: oh awesome, wine 4.0 hit stable. Let's compile and see how fast we can break it!

*./configure && make*

Ok... Ok... It's been 40 minutes... Ok... Yep still going cool cool...

I think I need a new PC guys...

Comments
  • 3
    That's why I usually build my kernels overnight ¯\_(ツ)_/¯
  • 7
    Ever tried to compile OpenCV? You can go on vacation and it will still be compiling when you return
  • 5
    @Snob I had to compile OpenCV once for a coworker. It literally took 2 days to compile completely ignoring the error messages I got in the compiling process which I had to fix.
  • 5
    @Zyten Willkommen auf DevRant :-)
  • 1
    @Condor TF what kernel are you building? Did you enable literally every optional feature? -j9? My linux compile takes 30 minutes at most on a 15W laptop CPU.
  • 1
    @tokumei old hardware 😶
  • 3
    In case your old hardware has multiple cores/threads, it might be helpful to do "make -j$(nproc)" to have multi-threaded compilation
  • 2
    @particleflux 4 core, no hyperthreading, but that would be useful to keep in the back of the mind, thanks!
  • 3
    @Snob challenge accepted
  • 3
    Small update: wine 4.0 wasn't worth the trouble
Add Comment