This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Nit: False 'file path prefix never used' warning
- To: Daniel Jacobowitz <drow at false dot org>
- Subject: Re: Nit: False 'file path prefix never used' warning
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 29 Jul 1999 17:32:25 -0600
- cc: gcc at gcc dot gnu dot org
- Reply-To: law at cygnus dot com
> drow:~$ c++ -fPIC -shared segvtest.o -B/usr/local/binutils/bin
> c++: file path prefix `/usr/local/binutils/bin' never used
You forgot the trailing slash on your -B argument.
jeff