I have built gcc 3.3 and have compiled a variety of different packages with it since. Unfortunately I'm having a heck of a time building perl 5.8.1 with it. The Perl install notes claim that there is a problem with the GNU as and ld utilities (I'm using binutils 2.14) which results in problems with Perl's dynamic loading features. Perl will compile successfully, but you get runtime errors like "ld.so.1: ./perl: fatal: relocation error:" Their docs say to add '-B/usr/ccs/bin/' to the gcc command to make it use the Solaris as and ld utils, but this doesn't seem to work. gcc still appears to be using my GNU as and ld anyway. Is there some other way to make gcc use the Solaris as and ld instead of the GNU ones? Does anybody know of some way to make the GNU as and ld build Perl's dynamic loading stuff correctly? If I configure Perl to disable dynamic loading, then it builds and runs fine, but lots of Perl modules that depend on dynamic loading won't run...