Alan Coopersmith <alan.coopersm...@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:
>
> al...@x11x:/tmp [8:12am - 9] cat > foo.c
> #include <stdio.h>
>
> int main(int argc, char **argv) {
>         printf("Goodbye cruel world\n");
> }
> al...@x11x:/tmp [8:13am - 10] perl -i -p -e 's/\n/\r\n/' foo.c
> al...@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:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       j...@cs.tu-berlin.de                (uni)  
       joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to