Changes between Version 15 and Version 16 of JP2KAK


Ignore:
Timestamp:
Apr 29, 2013, 5:19:18 PM (11 years ago)
Author:
warmerdam
Comment:

Update to 64bit instead of 32bit (with -fPIC).

Legend:

Unmodified
Added
Removed
Modified
  • JP2KAK

    v15 v16  
    4141{{{
    4242$ cd coresys/make
    43 $ make -f Makefile-Linux-x86-32-gcc
     43$ make -f Makefile-Linux-x86-64-gcc
    4444$ cd ../..
    4545}}}
    4646
    47  * Build subtree '''apps'''
    48 
     47 * Build subtree '''apps''': 
    4948{{{
    5049cd apps/make
    51 $ make -f Makefile-Linux-x86-32-gcc
     50$ vi Makefile-Linux-x86-64-gcc  (add C_OPT += -fPIC)
     51$ make -f Makefile-Linux-x86-64-gcc
    5252$ cd ../..
    5353}}}
     
    5858$ pwd
    5959/usr/local/kakadu-6.0
    60 $ mv lib/Linux-x86-32-gcc/* lib/
     60$ mv lib/Linux-x86-64-gcc/* lib/
    6161}}}
    6262
     
    6666$ cd /usr/local/kakadu-6.0/lib
    6767$ ls lib*
    68 libkdu.a  libkdu_stacksafe32.a  libkdu_v60R.so
     68libkdu.a  libkdu_v60R.so
    6969}}}
    7070