This is the mail archive of the gcc-help@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]

Re: make command outputs wrong relative path


lulu he <loloseed@gmail.com> writes:

> 2010/10/15 Ian Lance Taylor <iant@google.com>:
>> lulu he <loloseed@gmail.com> writes:
>>
>>> I mean the compiler output.
>>> As on my two systems, compilation command on FC11 says
>>> "src/dpthread.c" ,and compilation command on Ubuntu10.04 says
>>> "dpthread.c".
>>> How can I pass "src/dpthread.c" to the compiler?
>>> Can this be specified???
>>
>> Please reply to the mailing list, not just to me. ÂThanks.
>>
>> The file name passed to the compiler depends entirely on your Makefile.
>>
> Makefiles are the same, but file name passed are different.
> Bug?

It's really impossible for us to say.  It seems rather unlikely to be a
bug, but anything is possible.

From what you have said so far, it's not a gcc issue.

Ian


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