Subject: Re: pkg/20448
To: Pavel Cahyna <pavel.cahyna@st.mff.cuni.cz>
From: Johnny C. Lam <jlam@netbsd.org>
List: tech-pkg
Date: 03/14/2003 11:51:29
On Fri, Mar 07, 2003 at 09:55:13AM +0100, Pavel Cahyna wrote:
> 
> On IRIX, when using SGI's MIPSpro compiler, linker emits this warning:
> 
> cc  -O2 -I/usr/pkg/include  -Wl,-rpath,/usr/pkg/lib -L/usr/pkg/lib -o
> texindex  texindex.o ../lib/libtxi.a /usr/pkg/lib/libintl.so -lc
> -Wl,-rpath -Wl,/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lintl
> ld32: WARNING 1: Unknown option: R/usr/pkg/lib (ignored).

I've committed a large set of changes to deal with correctly handling
rpath flags to the compiler.  Could you please cvs update your pkgsrc and
testing to see if you still have this problem on your IRIX box?

	Thanks,

	-- Johnny Lam <jlam@netbsd.org>