Code::Blocks Forums

User forums => Help => Topic started by: zoids2 on March 17, 2019, 12:41:33 pm

Title: can't compile and build-ubuntu 18.10
Post by: zoids2 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
Title: Re: can't compile and build-ubuntu 18.10
Post by: Miguel Gimenez 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