Martin Sebor wrote: > For gcc you need to guard the changes and enable them only for > Linux and Solaris. On other platforms (AIX, HP-UX, IRIX, Tru64) > you should use the same flag as for the native compilers. > > Other than that I think it's good to commit. > > Btw., it would be nice to set up nightly testing with gcc on > the other platforms above. > > Martin Greetings Martin The revised patch (attached) should add the suggested logic to the gcc.config file. One of our coworkers has an Apple laptop with him today, so I asked to use it for a few minutes to consult the ld man page. As best I can tell from this reading, there is no equivalent to the -R flag on Darwin. In this light, would it make sense to remove the changes to makefile.rules from the patch prior to committing? The changes to this file remove the setting of the LD_LIBRARY_PATH variable for the %.output and run targets. --Andrew Black