From: | Hans Aberg <haberg-news@telia.com> |
Newsgroups: | comp.compilers |
Date: | Thu, 09 Feb 2012 10:28:30 +0100 |
Organization: | A noiseless patient Spider |
References: | 12-02-004 12-02-006 |
Keywords: | C, code |
Posted-Date: | 10 Feb 2012 23:17:15 EST |
On 2012/02/08 20:08, Steven G. Kargl wrote:
> On Tue, 07 Feb 2012 14:47:17 -0800, Paul B Mann wrote:
>> No one has ported it to Unix or Linux yet. It may be 99% portable.
>> It was written with Microsoft Visual
>> Studio 2008 C++, however, I try to make my code portable.
>
> UNIX and unix-like system are case sensitive.
Except OS X, which is certified UNIX in versions 10.6 and later. (Though
one can choose a case sensitive file system, some software, notably from
Adobe, will not run properly.)
> There is no chance that
> this code will build without a significant porting effort. For
> example, you have Global.H in some directory; yet, your source has
> '#include "global.h"'.
As long the file is not called differently, this is not so a big problem
- just change the file name.
Hans
Return to the
comp.compilers page.
Search the
comp.compilers archives again.