User forums > Help

Weird undefined reference to (...)

<< < (2/2)

MortenMacFly:

--- Quote from: killerbot on July 15, 2006, 03:52:39 pm ---
--- Quote ---<Add library="D:\MuRef\others\lib\taglib.lib"/>
<Add library="D:\MuRef\others\lib\taglib_static.lib"/>
--- End quote ---

--- End quote ---
In addition: I think it's no good to include libs directly - with full path specifier. I'd suggest you include "D:\MuRef\others\lib" into the linker directories and just add "taglib" or "taglib_static" to the libs to link against. The same applies to the other libs with full path specification, too.
This isn't the cause for your errors but you should consider to "correct" this.
With regards, Morten.

agent007se:

--- Quote from: killerbot on July 15, 2006, 03:52:39 pm ---
--- Quote ---<Add library="D:\MuRef\others\lib\taglib.lib"/>
<Add library="D:\MuRef\others\lib\taglib_static.lib"/>
--- End quote ---

2 different libs ?? or twice the same. These libs should provide the implementation.

--- End quote ---

For sure that they are supposed to do :p !! They aren't here by chance ;). And that IS my problem... you know, I said that it isn't a specific issue and I have the exact same problem with 'id3lib' and 'sqlite3'... (the last one I don't care anymore about because I'm using Qt).

The only lib which didn't cause me troubles was libfmodex.a where in the doc that was specified : for migw, use this.

agent007se:

--- Quote from: MortenMacFly on July 15, 2006, 05:18:39 pm ---
--- Quote from: killerbot on July 15, 2006, 03:52:39 pm ---
--- Quote ---<Add library="D:\MuRef\others\lib\taglib.lib"/>
<Add library="D:\MuRef\others\lib\taglib_static.lib"/>
--- End quote ---

--- End quote ---
In addition: I think it's no good to include libs directly - with full path specifier. I'd suggest you include "D:\MuRef\others\lib" into the linker directories and just add "taglib" or "taglib_static" to the libs to link against. The same applies to the other libs with full path specification, too.
This isn't the cause for your errors but you should consider to "correct" this.
With regards, Morten.

--- End quote ---

Thank you very much for the precisions :-). I corrected that ;).

SOLVED by using a correct lib built for mingw...

Navigation

[0] Message Index

[*] Previous page

Go to full version