2011.02.11 14:27 "[Tiff] Error while make with libtiff", by Karri, Rasmi Teja

2011.02.14 16:51 "Re: [Tiff] How to set executable search path", by Daniel McCoy

Setting your path:

    http://kb.iu.edu/data/acar.html

From "Karri, Rasmi Teja" <RasmiTeja.Karri@xerox.com>, Mon, Feb 14, 2011 at 06:20:38AM -0500:

Thank you very much for letting me know the solution.

I think this should work for me.

But could you please let me know how to include /usr/ccs/bin into search path(PATH).

I couldn't know how to set path in libtiff files.

Is it the default path that will be set in .profile at root.

But my congif.log(tiff folder) is not showing any one the paths that I included in default path variable at root.

Please let me if I can include that path while bulding ./configure or anywhere else.

Also Please let me know "is make uninstall at tiff folder will uninstall my old make".

Rasmi

------------------------------------------------------------------------

----

Cc: tiff@lists.maptools.org; Movva, Nageswararao Subject: RE: [Tiff] Error while make with libtiff

Could you please explain me in detail.

And also what should we need to do in order to overcome it.

It seems that my theory was wrong. This is what a good build in the port directory should end up with when using Solaris:

libtool: link: ar cru .libs/libport.a dummy.o
libtool: link: ranlib .libs/libport.a

libtool: link: ( cd ".libs" && rm -f "libport.la" && ln -s "../libport.la" "libport.la" )

Please make sure that /usr/ccs/bin is in your executable search path (PATH). That is the directory where the missing executable ('ar') should be coming from.

If in doubt, doing 'which ar' should result like this:

   % which ar
   /usr/ccs/bin/ar