Author Topic: can't compile and build-ubuntu 18.10  (Read 2666 times)

zoids2

  • Guest
can't compile and build-ubuntu 18.10
« on: March 17, 2019, 12:41:33 pm »
 i switch from windows 10 to ubuntu recently and installed codeblocks using ubuntu software center assuming without mingw. i downloaded mingw separately  but it seems codeblocks cant find and use it.
i'm including photos for you to see.

https://imgur.com/WQ2wGWp
https://imgur.com/W1llVlJ

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1557
Re: can't compile and build-ubuntu 18.10
« Reply #1 on: March 17, 2019, 02:10:43 pm »
MinGW is a windows port of GCC, it has no meaning in Linux. You must install build-essential:

Code
sudo apt install build-essential