This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
-B file prefix never used
- From: Markus Johansson <markus at opera dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 20 Nov 2003 13:25:26 +0100
- Subject: -B file prefix never used
- Organization: Opera Software
Hi,
I have made my own linker. I have put a symbolic link to it, named
'real-ld'
in the current working directory. To link a program, using gcc and my
linker
I do this:
gcc -B. test.o
My linker is executed and everything works fine, but, I get this message
from gcc:
gcc: file path prefix `.' never used
How come? Can I get rid of it? Is it a bug?
Best regards,
Markus Johansson