Results 1 to 2 of 2

Thread: undefined reference to function

  1. #1
    Join Date
    Nov 2012
    Location
    Coimbatore
    Posts
    53
    Thanks
    1
    Thanked 3 Times in 3 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default undefined reference to function

    Hai to all,
    I created the sample program for to capture the live finger print in Qt.
    But used the following steps to capture the fingerprint and i got the following error when i compiled the code.

    ERROR : /usr/lib/libmorphosdk.so: undefined reference to `MSO_BioDbAddBaseRecord_FingerVein'
    /usr/lib/libmorphosdk.so: undefined reference to `MSO_BioDbAddBaseRecord_FingerVein'
    /usr/lib/libmorphosdk.so: undefined reference to `MSO_RegisterAsyncILV'
    /usr/lib/libmorphosdk.so: undefined reference to `MSO_GET_UserTemplateQuality'
    /usr/lib/libmorphosdk.so: undefined reference to `MSO_LoadMocKey_by_Certificate'
    /usr/lib/libmorphosdk.so: undefined reference to `MSO_LoadMasterKeys'
    /usr/lib/libmorphosdk.so: undefined reference to `MSO_LoadKsSymSecure'
    /usr/lib/libmorphosdk.so: undefined reference to `MSO_ComReceiveFree'
    /usr/lib/libmorphosdk.so: undefined reference to `MSO_ComReceive'



    I tried to compile the live fingerprint capture sample program and I got above mentioned error.
    I include the header files and library files in /usr/include and /usr/lib/

    Please do need full for above mentioned error as soon as possible.Thanks in advance.
    Last edited by mania; 1st December 2014 at 06:14.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: undefined reference to function

    You did not link a library providing the missing symbols (using LIBS+= -lnameofthelibrary).
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. undefined reference
    By deepakswaroop in forum Newbie
    Replies: 1
    Last Post: 2nd March 2011, 06:46
  2. Undefined reference
    By eekhoorn12 in forum Qt Programming
    Replies: 2
    Last Post: 6th January 2011, 15:45
  3. Undefined reference to crt
    By derektaprell in forum Installation and Deployment
    Replies: 0
    Last Post: 20th October 2009, 08:34
  4. Undefined Reference To...
    By ManuMies in forum Qt Programming
    Replies: 6
    Last Post: 10th February 2009, 12:14
  5. Undefined reference
    By Salazaar in forum Newbie
    Replies: 12
    Last Post: 23rd May 2007, 10:21

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.