Page 1 of 1

[SOLVED] Need some help to configure gcc in CodeBlocks

Posted: Fri Sep 27, 2024 11:05 pm
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.

Re: Need some help to configure gcc in CodeBlocks

Posted: Sat Sep 28, 2024 11:23 am
by ericbsd
@marcelohsp To compile any code, you must install all dev tools. See https://ghostbsd-documentation-portal.r ... n-ghostbsd

Re: Need some help to configure gcc in CodeBlocks

Posted: Sat Sep 28, 2024 1:41 pm
by marcelohsp
Thank you! I could solve installing all dev tools.