Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2004 15:37:51 +0200
From:      Franz Klammer <klammer@webonaut.com>
To:        Oliver Fischer <plexus@snafu.de>
Cc:        ports@freebsd.org
Subject:   Re: Problems with some ports
Message-ID:  <40E2C22F.8030102@webonaut.com>
In-Reply-To: <40E2BE95.3050701@snafu.de>
References:  <40E2BE95.3050701@snafu.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Oliver Fischer wrote:
> Dear list,
> 
> I have problems with linking some ports from the ports collection. For 
> example I am not able to finish the build of doxygen. If it comes to the 
>  point where it is necessary to link doxygen I get the following errors
> 
> -- start
> /usr/bin/ld: warning: libaudio.so.2, needed by 
> /usr/X11R6/lib/libqt-mt.so, not found (try using -rpath or -rpath-link)
> /usr/bin/ld: warning: libXt.so.6, needed by /usr/X11R6/lib/libqt-mt.so, 

[some library-warings deleted]

> -- end
> 
> But all these libs exist on my system. Why are they not found?

guess you are using --CURRENT ... if yes, please do the follwing:

cd /usr/src/gnu/usr.bin/binutils/ld
make clean
make
make install

franz

> 
> MfG
> 
> Oliver Fischer
> 
> 
> P.S.: I have similar problems with the jdk 1.4.2 port.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40E2C22F.8030102>