Re: [Gdal-dev] Missing aaigriddataset.o on make

2009-10-11 Thread Frank Warmerdam
Alan Hale wrote: There was previous to this error an error relating to linking : libtool : link : unable to infer tagged configuration libtool link : specify a tag with '--tag' I got past this by adding '--tag=CXX' to the line "LIBTOOL_LINK=$(LIBTOOL) --mode=link" though I confess again that

Re: [Gdal-dev] Missing aaigriddataset.o on make

2009-10-11 Thread Alan Hale
I just tried copying aaigriddataset.o from /frmts/aaigrid/ to /frmts/o/ and doing a "make" again. This time it is reporting not finding /adrgdataset.o/ under /frmts/o/. I suspect this could go on and on! Is anyone able to explain what is going wrong? Many thanks. Alan Alan Hale wrote: Sorr

Re: [Gdal-dev] Missing aaigriddataset.o on make

2009-10-10 Thread Alan Hale
Whoops - not true - all the .o and .lo files seem to be owned by root. Alan Hale wrote: Just one more thing - I notice that /gdal-1.6.2/frmts/aaigrid/aaigriddataset.o is owned by root, whereas all the other files under the gdal directory are owned by a regular user, which seems odd (I have bee

Re: [Gdal-dev] Missing aaigriddataset.o on make

2009-10-10 Thread Alan Hale
Just one more thing - I notice that /gdal-1.6.2/frmts/aaigrid/aaigriddataset.o is owned by root, whereas all the other files under the gdal directory are owned by a regular user, which seems odd (I have been running all commands as su however). Alan __ Information from ESET Smart Sec

Re: [Gdal-dev] Missing aaigriddataset.o on make

2009-10-10 Thread Alan Hale
Sorry - just to clarify - aaigriddataset.o is missing from /gdal-1.6.2/frmts/o/ (the path indicated in the error message) but it IS present directly under /gdal-1.6.2/frmts/aaigrid/ Frank - to answer your question - doing make install-obj in that latter directory gives a response "nothing to b

Re: [Gdal-dev] Missing aaigriddataset.o on make

2009-10-10 Thread Alan Hale
Chaitanya The file "aaigriddataset.o" is missing, but there is a file "aaigriddataset.lo". Thank you for the reply. Regards Alan Hale Chaitanya kumar CH wrote: Alan, Sorry for the previous mail. I hit the send button by accident. Is the file aaigriddataset.o actually missing? I guess

Re: [Gdal-dev] Missing aaigriddataset.o on make

2009-10-10 Thread Frank Warmerdam
Alan Hale wrote: Hello I'm attempting to install gdal-1.6.2 but when I try to "make" I get the error: /usr/local/src/gdal-1.6.2/frmts/o/aaigriddataset.o: No such file or directory On a guess, I tried ./configure --without-AAIGrid but this did not help. Alan, I would need more context to dia

Re: [Gdal-dev] Missing aaigriddataset.o on make

2009-10-10 Thread Chaitanya kumar CH
Alan, Sorry for the previous mail. I hit the send button by accident. Is the file aaigriddataset.o actually missing? I guess this error occured during linking. Could you confirm that? On Sat, Oct 10, 2009 at 12:53 PM, Chaitanya kumar CH wrote: > Alan, > > Do you have write permissions > > On S

Re: [Gdal-dev] Missing aaigriddataset.o on make

2009-10-10 Thread Chaitanya kumar CH
Alan, Do you have write permissions On Sat, Oct 10, 2009 at 5:52 AM, Alan Hale wrote: > > Hello > > I'm attempting to install gdal-1.6.2 but when I try to "make" I get the > error: > > /usr/local/src/gdal-1.6.2/frmts/o/aaigriddataset.o: No such file or > directory > > On a guess, I tried ./conf

[Gdal-dev] Missing aaigriddataset.o on make

2009-10-09 Thread Alan Hale
Hello I'm attempting to install gdal-1.6.2 but when I try to "make" I get the error: /usr/local/src/gdal-1.6.2/frmts/o/aaigriddataset.o: No such file or directory On a guess, I tried ./configure --without-AAIGrid but this did not help. Any advice please? Many tahnks Alan Hale -- View this me