Changes between Version 1 and Version 2 of Ticket #47934, comment 6


Ignore:
Timestamp:
Jan 8, 2016, 3:08:10 AM (8 years ago)
Author:
dstrubbe (David Strubbe)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47934, comment 6

    v1 v2  
    22{{{
    33$ gdlib-config --libs
    4 -lgd -ljpeg -lz -L/opt/local/lib -lpng16 -L/opt/local/lib -lfreetype -L/opt/local/lib -lfontconfig -lfontconfig -L/opt/local/lib -lXpm -L/opt/local/lib -lvpx -L/opt/local/lib -ltiff -liconv
     4-lgd -ljpeg -lz -L/opt/local/lib -lpng16 -L/opt/local/lib -lfreetype -L/opt/local/lib -lfontconfig -lfontconfig
     5-L/opt/local/lib -lXpm -L/opt/local/lib -lvpx -L/opt/local/lib -ltiff -liconv
    56}}}
    67Everything else in this list is depends_lib for gd2. As a result, a code which naturally uses the output of this command in a configure script to decide how to link will fail if libvpx is no longer installed.