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]

Re: Nit: False 'file path prefix never used' warning


  > 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


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