Results 1 to 2 of 2

Thread: Program not compiling on Fresh install of Leopard

  1. #1
    Join Date
    Feb 2007
    Posts
    81
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Program not compiling on Fresh install of Leopard

    I upgraded to leopard and tried to compile my program and this is what I get:

    Qt Code:
    1. /usr/bin/ld: for architecture i386
    2. /usr/bin/ld: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation load command 11 unknown cmd field
    3. /usr/bin/ld: /System/Library/Frameworks/Carbon.framework/Carbon load command 7 unknown cmd field
    4. /usr/bin/ld: /System/Library/Frameworks/AppKit.framework/AppKit load command 10 unknown cmd field
    5. /usr/bin/ld: /usr/lib/libz.dylib load command 8 unknown cmd field
    6. /usr/bin/ld: /usr/lib/libm.dylib unknown flags (type) of section 6 (__TEXT,__dof_plockstat) in load command 0
    7. /usr/bin/ld: /usr/lib/libiconv.dylib load command 8 unknown cmd field
    8. /usr/bin/ld: /System/Library/Frameworks/ApplicationServices.framework/ApplicationServices load command 7 unknown cmd field
    9. /usr/bin/ld: /System/Library/Frameworks/OpenGL.framework/OpenGL load command 8 unknown cmd field
    10. /usr/bin/ld: /System/Library/Frameworks/AGL.framework/AGL load command 8 unknown cmd field
    11. /usr/bin/ld: /usr/lib/gcc/i686-apple-darwin8/4.0.1/libstdc++.dylib load command 8 unknown cmd field
    12. /usr/bin/ld: can't locate file for: -lgcc_s.10.4
    13. /usr/bin/ld: for architecture ppc
    14. /usr/bin/ld: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation load command 10 unknown cmd field
    15. /usr/bin/ld: /System/Library/Frameworks/Carbon.framework/Carbon load command 7 unknown cmd field
    16. /usr/bin/ld: /System/Library/Frameworks/AppKit.framework/AppKit load command 9 unknown cmd field
    17. /usr/bin/ld: /usr/lib/libz.dylib load command 7 unknown cmd field
    18. /usr/bin/ld: /usr/lib/libm.dylib unknown flags (type) of section 9 (__TEXT,__dof_plockstat) in load command 0
    19. /usr/bin/ld: /usr/lib/libiconv.dylib load command 7 unknown cmd field
    20. /usr/bin/ld: /System/Library/Frameworks/ApplicationServices.framework/ApplicationServices load command 7 unknown cmd field
    21. /usr/bin/ld: /System/Library/Frameworks/OpenGL.framework/OpenGL load command 7 unknown cmd field
    22. /usr/bin/ld: /System/Library/Frameworks/AGL.framework/AGL load command 7 unknown cmd field
    23. /usr/bin/ld: /usr/lib/gcc/powerpc-apple-darwin8/4.0.1/libstdc++.dylib load command 7 unknown cmd field
    24. /usr/bin/ld: can't locate file for: -lgcc_s.10.4
    25. collect2: ld returned 1 exit status
    26. collect2: ld returned 1 exit status
    27. lipo: can't open input file: /var/folders/7y/7yScN9AOEm80KhlLdRTY7++++TI/-Tmp-//ccT5smai.out (No such file or directory)
    28. make: *** [TopMod.app/Contents/MacOS/TopMod] Error 1
    To copy to clipboard, switch view to plain text mode 

    any ideas? do I need to recompile qt with leopard already installed?

  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: Program not compiling on Fresh install of Leopard

    Looks like your development environment is incomplete.

Similar Threads

  1. QT MySQL
    By sabeeshcs in forum Newbie
    Replies: 6
    Last Post: 12th January 2007, 04:19

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.