larsbs / id3v2lib

id3v2lib is a library written in C to read and edit id3 tags from mp3 files.
BSD 2-Clause "Simplified" License
128 stars 44 forks source link

Error cannot find -lid3v2lib: No such file or directory #53

Closed iamno3 closed 8 months ago

iamno3 commented 8 months ago

Dear lars,

sorry if this question already asked.

When I try to compile I got this error ~$ gcc -o example example.c -lid3v2lib cannot find -lid3v2lib: No such file or directory

file example.c and libid3v2.a on same location. Any idea how to solve ?