tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: "common" symbols are no longer common?



I'm not sure I understand this correctly.

Is this about several compilation units declaring
	extern int foo;
and no-one declaring
	int foo;
and the question whether linking them together regards foo as undefined?


Home | Main Index | Thread Index | Old Index