[SOLVED] Need some help to configure gcc in CodeBlocks

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Post Reply
marcelohsp
Posts: 2
Joined: Fri Sep 27, 2024 10:35 pm

[SOLVED] Need some help to configure gcc in CodeBlocks

Post by marcelohsp »

Hello, I'm new in this community! It's my first time using GhostBSD (it's 24.07.3 version) and I'm very exciting about this.
I'm trying to run some C/C++ codes, but I have some trouble when I try to build the program. It seems that the libraries aren't linked to the GCC compiler. I have the gcc version 13.3.0 installed, but the IDE CodeBlocks can't find even the stdio.h library.
Any code needed to help (show the output) to solve this problem, please let me know.

Best regards.
Last edited by marcelohsp on Sat Sep 28, 2024 3:21 pm, edited 1 time in total.
User avatar
ericbsd
Developer
Posts: 2116
Joined: Mon Nov 19, 2012 7:54 pm

Re: Need some help to configure gcc in CodeBlocks

Post by ericbsd »

@marcelohsp To compile any code, you must install all dev tools. See https://ghostbsd-documentation-portal.r ... n-ghostbsd
marcelohsp
Posts: 2
Joined: Fri Sep 27, 2024 10:35 pm

Re: Need some help to configure gcc in CodeBlocks

Post by marcelohsp »

Thank you! I could solve installing all dev tools.
Post Reply