Results 1 to 7 of 7

Thread: Issues building 4.3.2 x11 shared version on Ubuntu 7.10

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Earth (Terra)
    Posts
    87
    Thanks
    4
    Thanked 6 Times in 4 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Symbian S60

    Default Issues building 4.3.2 x11 shared version on Ubuntu 7.10

    Trying to shared build qt4 on Ubuntu 7.10.

    After doing the configure, I start the build - qtcore seems to build ok, but the subsequent builds (x11, gui, etc.) rely on qtcore. The build fais with 'cannot find -lQtCore' during the link. The -L is pointing to the right place, and there are the following qtcore entries in the lib directory:

    libQtCore.la
    libQtCore.prl
    libQtCore.so.4.3.2
    libQtCore.so.4.3.2.debug

    Here's the config line:

    Qt Code:
    1. ./configure -prefix (unzip path) -debug -fast -no-qt3support -optimized-qmake
    To copy to clipboard, switch view to plain text mode 

    The installation is the same as the build directory (which the build process seems to acknowledge and tells me not to do a 'make install'.) I've tried removing everything but the -debug flag, and I still get the same result.

    Wazzup? Is the build process needing to do a 'ln -s' of one of the libqtCore.* entries to libQtCore.{so,a} or some such thing? Why can't it find the -lQtCore?

    Scratching my head... for the interim I've built it statically and that will have to do, for now.

    rickb
    Last edited by rickbsgu; 4th December 2007 at 16:25.

Similar Threads

  1. Distributing QT application for Mac OS
    By mb0 in forum Qt Programming
    Replies: 1
    Last Post: 31st May 2007, 18:59
  2. Replies: 15
    Last Post: 21st April 2007, 17:46

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
  •  
Qt is a trademark of The Qt Company.