0
Problem with GCC on terminal with my headers file
I have a program on codeblocks and it works, after this now I want to use GCC compiler on terminal so i did : gcc -c main.c gcc -c jeu.c gcc -o main.o jeu.o -o main but they say than theyre is a problem with my fonction "without reference to" <fonction>, how can I fix it pls. thanks.
7 Antworten
+ 2
tried
gcc jeu.c main.c -o main
?
+ 1
No output?
try
gcc -v -Wall jeu.c main.c -o main
and tell what it output
+ 1
its ok i found thanks you and have a good day
+ 1
fuS vid Good to know but, just for curiosity... What it was the problem?
+ 1
I didn't execute 😅
+ 1
😂😂😂
0
nothing happen