From: Arlindo da S. <da...@al...> - 2009-02-18 23:55:44
|
On Wed, Feb 18, 2009 at 12:58 PM, Jose F. Nieves <ni...@lt...>wrote: > Arlindo > > I compiled the supplibs on Freebsd-7.0-i386. At the end I get > > -------+---------+-------------- > Config | Install | Package > -------+---------+-------------- > ok | ok | pkg-config > ok | -- | udunits > ok | ok | zlib > ok | ok | szlib > ok | ok | libpng > ok | ok | jpeg > ok | ok | jasper > ok | ok | tiff > ok | -- | geotiff > ok | ok | gd > ok | ok | hdf4 > ok | ok | grib2c > ok | ok | xml2 > ok | ok | curl > ok | -- | dap > -- | -- | gadap > ok | -- | hdf5 > -- | -- | netcdf > ok | -- | ncurses > ok | ok | readline > ok | ok | libsx > ok | ok | fontconfig > -- | -- | freetype > ok | ok | pixman > -- | -- | cairo > ok | ok | shp > > I don't understand it completely. For example, the "Install" column > would appear to indicate the udunits and geotiff were not installed, > but I checked in > > i386-unknown-freebsd7.0/lib/ > > and they are there. What is the correct interpretation of these columns? > > Yes, your interpretation is correct. However, it just means that the "make install" did not complete without errors. Sometimes it just fails to install the manual pages, However, it is usually a good idea to check why it did not complete. For example, % make install ALLDIRS=udunits may reveal something easy to fix. Arlindo -- Arlindo da Silva da...@al... |