Alan Coopersmith <Alan.Coopersmith at sun.com> wrote:

> > I have seen a lot of code written on microsoft and compiled iside a single 
> > source tree on many platforms using the schily makefile system. I've never 
> > seen 
> > the problem you describe. What is the exact problem you see?
>
> I don't see what your makefile system has to do with anything, but if you 
> want a

It allows you to compile on all platforms at the same time

> trivial example:
>
> alanc at x11x:/tmp [8:12am - 9] cat > foo.c
> #include <stdio.h>
>
> int main(int argc, char **argv) {
>         printf("Goodbye cruel world\n");
> }
> alanc at x11x:/tmp [8:13am - 10] perl -i -p -e 's/\n/\r\n/' foo.c
> alanc at x11x:/tmp [8:13am - 11] cc foo.c
> "foo.c", line 1: warning: invalid white space character in directive

Interesting. It seems that I used CC ;-), so this is a non-orthogonal
behavior in Sun Studio

J?rg

-- 
 EMail:joerg at schily.isdn.cs.tu-berlin.de (home) J?rg Schilling D-13353 Berlin
       js at cs.tu-berlin.de                (uni)  
       joerg.schilling at fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily

Reply via email to