pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Confusing error installing graphics/tiff



On Mon, 18 Dec 2006 20:45:56 +0000 (UTC)
Michael Huff <mphuff%gmail.com@localhost> wrote:

> I'm trying to build tiff on Solaris 10(06/06)/x86 and I'm not sure what I need
> to do to get it to build and install properly. 
> 
> I have pkgsrc set to build with sunstudio 10, but when tiff failed to build
> with sunstudio I ran make clean, changed my path to exclude sunstudio and set
> CC and CXX to use the gcc that comes with solaris. It compiled after that,
> but during the install portion I got the message "relink with the above
> command before installing it" and I'm not sure what command they mean. 
> 
> Enclosed is the output of the 'make install' portion up until it crashes.

You need to build devel/libtool-base agains one compiler, either GCC or SunPro.
Mixing different compilers with libtool does not always work. Build one libtool
package for GCC and one for SunPro and then install and use either one,
depending on which compiler is selected in your mk.conf



Home | Main Index | Thread Index | Old Index