Changes between Initial Version and Version 1 of Ticket #3149


Ignore:
Timestamp:
Sep 23, 2009, 6:49:45 AM (15 years ago)
Author:
warmerdam
Comment:

It seems there is a problem with "make all".

Instead try:

  make 
  make install

I will correct the all target which is not normally used.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3149

    • Property Status newassigned
    • Property Version unspecified1.6.2
    • Property Component defaultConfigBuild
  • Ticket #3149 – Description

    initial v1  
    22
    33I want to build gdal-1.6.2 in Linux so I used to take the following steps:
     4{{{
    451)./configure --prefix=/home/xjp/usr/local --with-static-proj4=/home/xjp/usr/local --with-libz=internal --with-libtiff=internal
    562)make all install
     
    1718make: *** [ogr-all] Error 2.
    1819*************************************************************
     20}}}
    1921
    2022I tried to build gdal-1.6.0 with the same means of the above steps, but the errors are same.