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.
[SOLVED] Need some help to configure gcc in CodeBlocks
-
- Posts: 2
- Joined: Fri Sep 27, 2024 10:35 pm
[SOLVED] Need some help to configure gcc in CodeBlocks
Last edited by marcelohsp on Sat Sep 28, 2024 3:21 pm, edited 1 time in total.
Re: Need some help to configure gcc in CodeBlocks
@marcelohsp To compile any code, you must install all dev tools. See https://ghostbsd-documentation-portal.r ... n-ghostbsd
-
- Posts: 2
- Joined: Fri Sep 27, 2024 10:35 pm
Re: Need some help to configure gcc in CodeBlocks
Thank you! I could solve installing all dev tools.