This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

-B file prefix never used


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]