Results 1 to 2 of 2

Thread: Any recent qt framework on opensolaris install problem

  1. #1
    Join Date
    Aug 2010
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Any recent qt framework on opensolaris install problem

    Hi, I am trying to build qt on opensolaris... have posted similar question to some other forums but no luck.

    I am aware that there are packages on blastwave and that some older packages should install ok but I am trying 4.6.3 and beta of 4.7.

    Now, I am getting the following error regardless of target and version of qt I try (cc, cc stlport, g++, 4.6.3 or 4.7)

    g++ I have is 4.3.2 and Sun compiler is 5.10 i386 128229-02

    Qt Code:
    1. mv -f libQtCore.so.4.7.0 libQtCore.so libQtCore.so.4 libQtCore.so.4.7 ../../lib/
    2. (test -z "../../lib/" || cd "../../lib/" ; targ=`basename libQtCore.so.4.7.0`; objcopy --only-keep-debug "$targ" "$targ.debug" && objcopy --strip-debug "$targ" && objcopy --add-gnu-debuglink="$targ.debug" "$targ" && chmod -x "$targ.debug" ) ;
    3. BFD: starayVK: Not enough room for program headers, try linking with -N
    4. objcopy: starayVK: Bad value
    5. BFD: starayVK: Not enough room for program headers, try linking with -N
    6. objcopy: starayVK: Bad value
    7. gmake[1]: *** [../../lib/libQtCore.so.4.7.0] Error 1
    8. gmake[1]: Leaving directory `/export/home/rastko/development/qt-everywhere-opensource-src-4.7.0-beta2/src/corelib'
    9. gmake: *** [sub-corelib-make_default-ordered] Error 2
    To copy to clipboard, switch view to plain text mode 

    (Mentioned linking with -N wasn't helpful at all)

    What is interesting, once it failed with same error on QtNetwork library and other time on QtCore as you can see above.

    For configure script I've supplied following: -no-webkit -no-script -nomake demos -nomake examples -target /path/to/mkspec/for/solaris/cc/

    Has anyone succeeded in building any recent qt on opensolaris? Perhaps you could share your experience?

    Any help/info/suggestion/advice is welcome and appreciated.

    Thanks

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

    Default Re: Any recent qt framework on opensolaris install problem

    Building on OpenSolaris host requires patching.
    You may try the following instructions at:
    http://code.google.com/p/tonatiuh/wi...ForOpenSolaris
    to build Qt 4.6.2
    Actually, I couldn't complete the build on Solaris 10 SPARC, but you could try it on OpenSolaris x86.

Similar Threads

  1. Qt 4.5.2 compile fails on opensolaris
    By andrnils in forum Installation and Deployment
    Replies: 1
    Last Post: 23rd September 2009, 19:38
  2. Qt Animation Framework install and examples?
    By been_1990 in forum Installation and Deployment
    Replies: 2
    Last Post: 4th July 2009, 19:17
  3. Compiling qwt on Opensolaris
    By slowfranklin in forum Qwt
    Replies: 4
    Last Post: 18th June 2009, 12:48
  4. Problem with MDI framework
    By a_m_mukul in forum Qt Programming
    Replies: 7
    Last Post: 6th July 2007, 22:07
  5. MAC install question -no-framework
    By patrik08 in forum Installation and Deployment
    Replies: 0
    Last Post: 11th June 2007, 12:31

Tags for this Thread

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.