Re: How do I add search paths to gcc

2008-03-25 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eduardo Cerejo wrote: On Fri, 21 Mar 2008 18:31:54 -0400 Chuck Robey [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mdh wrote: --- Eduardo Cerejo [EMAIL PROTECTED] wrote: My gcc is only looking in /usr/lib and

Re: How do I add search paths to gcc

2008-03-24 Thread Eduardo Cerejo
On Fri, 21 Mar 2008 18:31:54 -0400 Chuck Robey [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mdh wrote: --- Eduardo Cerejo [EMAIL PROTECTED] wrote: My gcc is only looking in /usr/lib and /usr/include for libraries and hearders and I added the paths

Re: How do I add search paths to gcc

2008-03-22 Thread Eduardo Cerejo
On Fri, 21 Mar 2008 18:31:54 -0400 Chuck Robey [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mdh wrote: --- Eduardo Cerejo [EMAIL PROTECTED] wrote: My gcc is only looking in /usr/lib and /usr/include for libraries and hearders and I added the paths

How do I add search paths to gcc

2008-03-21 Thread Eduardo Cerejo
My gcc is only looking in /usr/lib and /usr/include for libraries and hearders and I added the paths /usr/local/lib/ and /usr/local/include to my .cshrc file: set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/local/lib /usr/local/include $HOME/bin) but I

Re: How do I add search paths to gcc

2008-03-21 Thread mdh
--- Eduardo Cerejo [EMAIL PROTECTED] wrote: My gcc is only looking in /usr/lib and /usr/include for libraries and hearders and I added the paths /usr/local/lib/ and /usr/local/include to my .cshrc file: set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin

Re: How do I add search paths to gcc

2008-03-21 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mdh wrote: --- Eduardo Cerejo [EMAIL PROTECTED] wrote: My gcc is only looking in /usr/lib and /usr/include for libraries and hearders and I added the paths /usr/local/lib/ and /usr/local/include to my .cshrc file: set path = (/sbin /bin