[kde-solaris] kde 3.4 solaris

Christopher Layne clayne at anodized.com
Thu Apr 7 10:31:55 CEST 2005


If you want it to link with the static library:

Edit the Makefile in that directory and add "-mimpure-text" to LDFLAGS.

For such a utilitarian library like libjpeg, I would rebuild jpeg-6b
with ./configure --enable-shared --disable-static

Otherwise you're not reaping the benefits of sharing the same address space
of shared libraries.

-cl

On Tue, Apr 05, 2005 at 03:00:40PM +0100, peter winterflood wrote:
> thanks everyone for the replies.
> im following sunils advise to use the solaris portage, rather than chasing this papertrail method of one thing needs anther to  infinitum, which is just driving me nuts, and becoming very boring.
> hopefully (he says without any insight) portage will solve all my problems.
> 
> regards peter winterflood
> 
> > On Tue, Apr 05, 2005 at 08:58:46AM -0400, Albertson, Brett wrote:
> > > Also, libjpeg should be a shared library (.so) not a static library.  I would first build libjpeg (and png) as shared libraries with the same prefix, and then make sure LD_LIBRARY_PATH includes the $PREFIX/lib directory.  The error may be because most people have a shared libjpeg and linking in a static one doesn't get much testing.
> >  
> > of course, the jpeg6b distribution only builds a static lib by default :/


More information about the kde-solaris mailing list