case-sensitive file names during build

Hollis Blanchard hollisb@us.ibm.com
Thu Jul 22 14:47:00 GMT 2004


On Jul 22, 2004, at 4:25 AM, Povolotsky, Alexander wrote:
>
>> make[3]: *** No rule to make target
>>  `net/ipv4/netfilter/ipt_ecn.o', needed by 
>> `net/ipv4/netfilter/built-in.o'.
>> Stop.
>
> This is the (somewhat questionable) use of ipt_ECN.c and ipt_ecn.c in 
> the
> linux kernel. Windows filesystems are case insensitive, and see this 
> as one
> file.

I had not seen the ECN/ecn problem, but you will also be bitten by .S 
-> .s preprocessing. That's right about the point that I gave up, 
though on OS X I could have created a (case-sensitive) UFS filesystem 
rather than using a (case-insensitive) HFS one.

-- 
Hollis Blanchard
IBM Linux Technology Center


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com



More information about the crossgcc mailing list