Hi Benoit, it seems that you've got something wrong with your gdal configuration in cmake. If gdal is installed on your system all the configuration should be done automatically. You should attached your CMakeCache.txt to try to find out the issue.
I would try: - check your gdal installation and if not, install the last gdal package available in the ubuntugis repository for Ubuntu 10.04: https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable/+index?batch=75&memo=75&start=75 <https://launchpad.net/%7Eubuntugis/+archive/ubuntugis-unstable/+index?batch=75&memo=75&start=75> - the last OTB stable version is 3.20 not 3.16 as you said in your mail - Moreover you can compile OTB from source on 10.04 but you can also if you want use directly the OTB package available in ubuntugis. The "otb" and "otb-bin" package will allow you to use OTB applications. If you want to install also headers which allow to compile your own program using OTB you need to install the libotb-dev package in this case, cf: http://orfeo-toolbox.org/SoftwareGuide/SoftwareGuidech2.html#x14-240002.1.3 Don't hesitate if you've got ssue regarding the compilation or package configuration. Regards, Manuel Le 11/02/2014 18:11, Benoit Beguet a écrit : > Hi, > > working on Ubuntu 10.04.4 LTS, I've just install the later OTB version > 3.16. > > everything was ok (ccmake ./ OK) till the "make" step : I get this > message : > > No rule to make target `/usr/lib/libgdal.so', needed by > `ConcatenateImages'. Stop. > > I've tried to change things in the GDAL_LIBRARY variable with no success. > > any idea how could I fix it ? > > (I saw this post > https://groups.google.com/forum/#!msg/otb-users/fhTefATanBE/tz79Kat01hEJ > <https://groups.google.com/forum/#%21msg/otb-users/fhTefATanBE/tz79Kat01hEJ> > but it didn't help me) > > thanks in advance, > > BB > > -- > Benoît Beguet > doctorant > ENSEGID > 1, allée F.Daguin > 33607 Pessac > Tél. : +33 (0) 557 12 10 36 > > -- > -- > Check the OTB FAQ at > http://www.orfeo-toolbox.org/FAQ.html > > You received this message because you are subscribed to the Google > Groups "otb-users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/otb-users?hl=en > --- > You received this message because you are subscribed to the Google > Groups "otb-users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
