Ignore:
Timestamp:
2018-07-10T19:05:20+12:00 (6 years ago)
Author:
ak19
Message:

Added some more links to readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/xpdf-tools/trunk/src/packages/GS-README.txt

    r32251 r32252  
    463463https://stackoverflow.com/questions/844819/how-to-static-link-on-os-x (mention of -Bstatic)
    464464https://www.allegro.cc/forums/thread/610923
    465 https://dropline.net/2015/10/static-linking-on-mac-os-x/ (explains that on Mac, .dylibs must be hidden for .a versions of libraries to be selected when linking)
    466     This means that where possible we want to essentially do "--enable-static --disable-shared", or equivalent, when generating freetype, libz, libpng, libjpg, libtiff library files
    467     so that Xpdf-Tools links against the .a files we generated rather than additional .dylib files
     465https://stackoverflow.com/questions/5259249/creating-static-mac-os-x-c-build (has some other suggestions)
     466    http://www.network-theory.co.uk/docs/gccintro/gccintro_79.html
     467Dead end: https://nelsonslog.wordpress.com/2013/04/24/macos-doesnt-support-static-binaries/
     468https://dropline.net/2015/10/static-linking-on-mac-os-x/
     469    explains that on Mac, .dylibs must be hidden for .a versions of libraries to be selected when linking
     470    This must be true for non-system dylibs too.
     471    This means that where possible we want to essentially do "--enable-static --disable-shared", or equivalent,
     472    when generating freetype, libz, libpng, libjpg, libtiff library files, so that Xpdf-Tools links against the
     473    .a files we generated rather than additional .dylib files
    468474
    469475http://www.simplesystems.org/libtiff/build.html
Note: See TracChangeset for help on using the changeset viewer.