Changes between Initial Version and Version 1 of Ticket #19787


Ignore:
Timestamp:
May 29, 2009, 4:06:30 AM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19787

    • Property Owner changed from macports-tickets@… to boeyms@…
  • Ticket #19787 – Description

    initial v1  
    11When linking with qt-mt (qt3-mac) using glibtool:
    22
    3 ''glibtool --tag=CXX   --mode=link g++  -O3      -o pfsview main.o pfsview_widget.o luminancerange_widget.o histogram.o main.moc.o pfsview_widget.moc.o luminancerange_widget.moc.o -framework Carbon -framework QuickTime -framework OpenGL -framework AGL -L/opt/local/lib -lqt-mt -lmng -ljpeg -lpng -lz   ../pfs/libpfs-1.2.la
    4 ''
     3{{{
     4glibtool --tag=CXX   --mode=link g++  -O3      -o pfsview main.o pfsview_widget.o luminancerange_widget.o histogram.o main.moc.o pfsview_widget.moc.o luminancerange_widget.moc.o -framework Carbon -framework QuickTime -framework OpenGL -framework AGL -L/opt/local/lib -lqt-mt -lmng -ljpeg -lpng -lz   ../pfs/libpfs-1.2.la
     5}}}
    56
    67glibtool fails with the following message:
    78
    8 ''glibtool: link: cannot find the library `' or unhandled argument `Carbon'
    9 ''
     9{{{
     10glibtool: link: cannot find the library `' or unhandled argument `Carbon'
     11}}}
    1012
    1113The same happens when all "-framework" options are removed from the command line, so this may be related to qt3-mac port.