Results 1 to 2 of 2

Thread: cannot find lfreetype. but it exist. what the !???

  1. #1
    Join Date
    Nov 2010
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Exclamation cannot find lfreetype. but it exist. what the !???

    Ok. i start compiling static application and i recieve
    /usr/bin/ld: cannot find -lfreetype

    BUT if i enter
    >/usr/bin/ld -lfreetype
    it gives NO ERROR!!

    other way:
    >ldconfig -p | grep freetype
    > libfreetype.so.6 (libc6) => /usr/lib/libfreetype.so.6
    > libfreetype.so (libc6) => /usr/lib/libfreetype.so

    Realy file exist! Why QT while making not see this?? How this can be?

  2. #2
    Join Date
    Nov 2010
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: cannot find lfreetype. but it exist. what the !???

    Ok this happen because i used QMAKE_LFLAGS+=-static. and ofcourse it searchs for libfreetype.a. thats why cannot find.

Similar Threads

  1. rcc: File does not exist
    By lyuts in forum Qt Programming
    Replies: 2
    Last Post: 18th October 2010, 08:26
  2. Replies: 1
    Last Post: 2nd October 2010, 22:11
  3. How to check if g++ exist in system.
    By sawerset in forum Newbie
    Replies: 2
    Last Post: 1st December 2008, 09:58
  4. Application does not exist when I debug
    By learning_qt in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 23rd September 2008, 16:26
  5. XML Database: eXist
    By Lykurg in forum Qt Programming
    Replies: 3
    Last Post: 6th March 2007, 23:22

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.