Subject: pkgsrc and native gcc on Solaris
To: None <pkgsrc-users@netbsd.org>
From: Raymond Meyer <raymond.meyer@rambler.ru>
List: pkgsrc-users
Date: 07/26/2006 04:20:38
Hi, I've got a native installation of gcc on Sparc Solaris under /opt/gcc. Sun
call it gcc for Sparc systems, which uses optimising Sun code generator for
sparc platform, see:

http://cooltools.sunsource.net/gcc/index.html

Will pkgsrc be able to figure out by itself that it needs to append
-Wl,-R/opt/gcc/lib when building packages, or do I have to set it manually?

Thanks.