Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - cannot find -llibqdb.so : (2 Items)
   
cannot find -llibqdb.so  
Hi i'm a student trying to work with a embedded database, i have added the extra library(libqdb.so) under the project 
properties/Linker. however, when i build the project, it still gives me the cannot find -llibqdb.so error. Please advise
.

thanks,
Jian Rong
Re: cannot find -llibqdb.so  
Try specifying the additional library as "qdb"--this should add "-l qdb"
to the linker arguments. The linker will surround this with "libqdb.so"
and search for that.

If this fails, check to make sure that libqdb.so is in your $QNX_TARGET
directory.

-- 
Ryan J. Allen
QNX Software Systems






On 13-05-14 10:24 PM, "Jian Rong Yong" <community-noreply@qnx.com> wrote:

>Hi i'm a student trying to work with a embedded database, i have added
>the extra library(libqdb.so) under the project properties/Linker.
>however, when i build the project, it still gives me the cannot find
>-llibqdb.so error. Please advise.
>
>thanks,
>Jian Rong