Help for this page

Select Code to Download


  1. or download this
    hughdagg@Hughs-iMac jpeg % pwd
    /Users/hughdagg/.cpanm/work/1724625386.12184/Tk-804.036/JPEG/jpeg
    
  2. or download this
    hughdagg@Hughs-iMac jpeg % ./configure                  
    checking for gcc... gcc
    checking whether the C compiler (gcc  ) works... no
    configure: error: installation or configuration problem: C compiler ca
    +nnot create executables.
    
  3. or download this
    hughdagg@Hughs-iMac jpeg % cat config.log
    This file contains any messages produced by compilers while
    ...
    #line 625 "configure"
    #include "confdefs.h"
    main(){return(0);}
    
  4. or download this
    hughdagg@Hughs-iMac jpeg % ./configure "CFLAGS=-std=c89"
    checking for gcc... gcc
    ...
    creating jconfig.h
    jconfig.h is unchanged
    hughdagg@Hughs-iMac jpeg %
    
  5. or download this
    hughdagg@Hughs-iMac jpeg % cat config.log               
    This file contains any messages produced by compilers while
    ...
    configure:1488: checking for ranlib
    configure:1650: checking libjpeg version number
    hughdagg@Hughs-iMac jpeg %