undefined reference to `TagLib::FileRef::FileRef error

Patrick Francis humer4489 at gmail.com
Wed Feb 9 15:38:54 CET 2011


Thank you. That did it.

On 2/8/11, Lukáš Lalinský <lalinsky at gmail.com> wrote:
> On Tue, Feb 8, 2011 at 5:55 AM, Patrick <humer4489 at gmail.com> wrote:
>> my gcc command is as such:
>>
>> g++  -I/home/pat/Desktop/taglib2/include/taglib
>> -L/home/pat/Desktop/taglib2/lib  /home/pat/Desktop/taglib2/bin/id3.cpp -o
>> /home/pat/Desktop/taglib2/bin/id3
>> ----------------------------
>
> You are including the path to the compiled TagLib library, but not
> actually link to it. You need to add "-ltag" to the command line.
>
> Lukas
> _______________________________________________
> taglib-devel mailing list
> taglib-devel at kde.org
> https://mail.kde.org/mailman/listinfo/taglib-devel
>


More information about the taglib-devel mailing list