SFML community forums

Help => General => Topic started by: udaniel on April 19, 2021, 04:45:28 pm

Title: makefile error?
Post by: udaniel on April 19, 2021, 04:45:28 pm
i just download sfml and i ran the example but for some reason it created a next progam named makefile.exe and it gave me an error
Title: Re: makefile error?
Post by: eXpl0it3r on April 19, 2021, 05:20:59 pm
Looks like you're not linking SFML.
How does the complete line with LIBS = ... look like?
Title: Re: makefile error?
Post by: udaniel on April 21, 2021, 07:20:37 am
what do you mean
Title: Re: makefile error?
Post by: eXpl0it3r on April 21, 2021, 08:18:36 am
On the make file line with LIBS= you need to list the SFML libraries to be linked
Title: Re: makefile error?
Post by: udaniel on April 21, 2021, 05:42:47 pm
this is what i see
Title: Re: makefile error?
Post by: eXpl0it3r on April 21, 2021, 06:49:11 pm
You use -I instead of -l (lower-case L)