Results 1 to 2 of 2

Thread: no longer able to link on Mac

  1. #1
    Join Date
    Apr 2007
    Posts
    46
    Thanks
    4
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default no longer able to link on Mac

    Hello, I was doing fine on Mac so far but suddenly (maybe because I recently installed the Qt binary package--for the help tools--which is compiled with a newer gcc) I get this message during linking:
    ld: /usr/lib/gcc/darwin/3.3/libgcc.a(_fixunsdfdi.o) illegal reference to symbol: ___cmpdi2 defined in indirectly referenced dynamic library /usr/lib/libgcc_s.1.dylib
    Do you know how to fix it?
    I still use my earlier static Qt build like this:
    ../qt-mac-opensource-src-4.2.3/bin/qmake -o Makefile -config release test.pro -spec ../qt-mac-opensource-src-4.2.3/mkspecs/macx-g++/
    and would be happy to uninstall the Qt binary if that is what causes it -- though I am not sure how to do that, maybe gcc libs were overwritten, etc.

  2. #2
    Join Date
    Apr 2007
    Posts
    46
    Thanks
    4
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: no longer able to link on Mac

    This was the solution:
    shell# /Developer/Tools/uninstall-qt.py

Similar Threads

  1. ignore following link in anchorClicked()
    By jh in forum Qt Programming
    Replies: 4
    Last Post: 16th July 2006, 16:33
  2. LINK : fatal error LNK1181: can't open 'delayimp.lib'
    By fcamlar in forum Installation and Deployment
    Replies: 10
    Last Post: 7th July 2006, 13:04
  3. Text Browser Link Question
    By taylor34 in forum Qt Programming
    Replies: 2
    Last Post: 20th June 2006, 19:54
  4. Problem with libmng on static link
    By jlbrd in forum Installation and Deployment
    Replies: 2
    Last Post: 10th May 2006, 22:38

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.